Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp993 std::shared_ptr<Json::Value> appsObject(new Json::Value); in saveApps() local
1014 (*appsObject)[hexId] = array; in saveApps()
1020 std::string serializedSettings(Json::writeString(factory, *appsObject)); in saveApps()
1035 std::shared_ptr<Json::Value> appsObject; in restoreApps() local
1061 appsObject = in; in restoreApps()
1065 if (appsObject == nullptr) { in restoreApps()
1066 appsObject = std::shared_ptr<Json::Value>(new Json::Value(Json::objectValue)); in restoreApps()
1069 Json::Value::Members apps = appsObject->getMemberNames(); in restoreApps()
1071 Json::Value &val = (*appsObject)[it]; in restoreApps()