Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_state_storage.cpp98 nlohmann::json jParse; in LoadAllBundleStateData() local
99 if (!GetBundleStateJson(jParse) || jParse.is_discarded()) { in LoadAllBundleStateData()
100 APP_LOGE("GetBundleStateJson failed or jParse is discarded"); in LoadAllBundleStateData()
104 return LoadAllBundleStateDataFromJson(jParse, infos); in LoadAllBundleStateData()
108 nlohmann::json &jParse, std::map<std::string, std::map<int32_t, BundleUserInfo>> &infos) in LoadAllBundleStateDataFromJson()
110 if (jParse.is_discarded()) { in LoadAllBundleStateDataFromJson()
111 APP_LOGE("Bad json due to jParse is discarded"); in LoadAllBundleStateDataFromJson()
115 for (auto &item : jParse.items()) { in LoadAllBundleStateDataFromJson()
162 nlohmann::json jParse; in SaveBundleStateStorage() local
107 LoadAllBundleStateDataFromJson( nlohmann::json &jParse, std::map<std::string, std::map<int32_t, BundleUserInfo>> &infos) LoadAllBundleStateDataFromJson() argument
194 nlohmann::json jParse; GetBundleStateStorage() local
220 nlohmann::json jParse; DeleteBundleState() local
244 GetBundleStateJson(nlohmann::json &jParse) GetBundleStateJson() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_state_storage.h70 nlohmann::json &jParse, std::map<std::string, std::map<int32_t, BundleUserInfo>> &infos);
71 bool GetBundleStateJson(nlohmann::json &jParse);

Completed in 1 milliseconds