Home
last modified time | relevance | path

Searched defs:jParse (Results 1 – 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_state_storage.cpp98 nlohmann::json jParse; in LoadAllBundleStateData() local
108 nlohmann::json &jParse, std::map<std::string, std::map<int32_t, BundleUserInfo>> &infos) in LoadAllBundleStateDataFromJson()
162 nlohmann::json jParse; in SaveBundleStateStorage() local
194 nlohmann::json jParse; in GetBundleStateStorage() local
220 nlohmann::json jParse; in DeleteBundleState() local
244 bool BundleStateStorage::GetBundleStateJson(nlohmann::json &jParse) in GetBundleStateJson()