Searched refs:appsObject (Results 1 – 1 of 1) sorted by relevance
993 std::shared_ptr<Json::Value> appsObject(new Json::Value); in saveApps() local1014 (*appsObject)[hexId] = array; in saveApps()1020 std::string serializedSettings(Json::writeString(factory, *appsObject)); in saveApps()1035 std::shared_ptr<Json::Value> appsObject; in restoreApps() local1061 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()