Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_parser.cpp65 bool BundleParser::ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf) in ReadFileIntoJson() function in OHOS::AppExecFwk::BundleParser
225 if (!ReadFileIntoJson(configFile, jsonBuf)) { in ParsePreInstallConfig()
239 if (!ReadFileIntoJson(configFile, jsonBuf)) { in ParsePreUnInstallConfig()
252 if (!ReadFileIntoJson(configFile, jsonBuf)) { in ParsePreInstallAbilityConfig()
265 if (!ReadFileIntoJson(permissionFile, jsonBuf)) { in ParseDefaultPermission()
277 if (!ReadFileIntoJson(configFile, jsonBuf)) { in ParseExtTypeConfig()
353 if (!ReadFileIntoJson(configPath, object)) { in ParseNoDisablingList()
H A Dbundle_mgr_service_event_handler.cpp3249 …if (!BundleParser::ReadFileIntoJson(QUICK_FIX_APP_RECOVER_FILE, jsonObject) || !jsonObject.is_obje… in ProcessRebootQuickFixUnInstallAndRecover()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_profile.cpp40 if (!ReadFileIntoJson(jsonPath, jsonBuf)) { in ParseBmsExtension()
47 bool BmsExtensionProfile::ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf) co… in ReadFileIntoJson() function in OHOS::AppExecFwk::BmsExtensionProfile
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H A Dparser_util.cpp59 if (!ReadFileIntoJson(filePath, jsonBuf)) { in ParsePreInstallAbilityConfig()
147 bool ParserUtil::ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf) in ReadFileIntoJson() function in OHOS::AbilityRuntime::ParserUtil
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbms_extension_profile.h32 bool ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf) const;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/rdb/
H A Dparser_util.h35 bool ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_parser.h34 static bool ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrrdbparserutil_fuzzer/
H A Dabilitymgrrdbparserutil_fuzzer.cpp76 instance.ReadFileIntoJson(jsonStr, jsonBuf); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_rdb.cpp202 if (!BundleParser::ReadFileIntoJson(path, jsonObject)) { in ParseConfig()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h245 bool ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_extension_data_mgr_test.cpp479 bool res = bmsExtensionProfile.ReadFileIntoJson(BMS_DATA_PATH, jsonBuf);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1756 if (!ReadFileIntoJson(extensionConfigPath, jsonBuf)) { in GetExtensionSandboxTypeList()
1812 bool InstalldHostImpl::ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf) in ReadFileIntoJson() function in OHOS::AppExecFwk::InstalldHostImpl