Searched refs:appsObject (Results 1 - 1 of 1) sorted by relevance

/device/google/contexthub/contexthubhal/
H A Dsystem_comms.cpp992 std::shared_ptr<Json::Value> appsObject(new Json::Value);
1013 (*appsObject)[hexId] = array;
1019 std::string serializedSettings(writer.write(*appsObject));
1034 std::shared_ptr<Json::Value> appsObject; local
1058 appsObject = in;
1062 if (appsObject == nullptr) {
1063 appsObject = std::shared_ptr<Json::Value>(new Json::Value(Json::objectValue));
1066 Json::Value::Members apps = appsObject->getMemberNames();
1068 Json::Value &val = (*appsObject)[it];

Completed in 8 milliseconds