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.cpp101 nlohmann::json jParse; in LoadAllBundleStateData() local
111 nlohmann::json &jParse, std::map<std::string, std::map<int32_t, BundleUserInfo>> &infos) in LoadAllBundleStateDataFromJson()
165 nlohmann::json jParse; in SaveBundleStateStorage() local
197 nlohmann::json jParse; in GetBundleStateStorage() local
223 nlohmann::json jParse; in DeleteBundleState() local
247 bool BundleStateStorage::GetBundleStateJson(nlohmann::json &jParse) in GetBundleStateJson()