/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_parser.cpp | 65 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 D | bundle_mgr_service_event_handler.cpp | 3249 …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 D | bms_extension_profile.cpp | 40 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 D | parser_util.cpp | 59 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 D | bms_extension_profile.h | 32 bool ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf) const;
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/rdb/ |
H A D | parser_util.h | 35 bool ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_parser.h | 34 static bool ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf);
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrrdbparserutil_fuzzer/ |
H A D | abilitymgrrdbparserutil_fuzzer.cpp | 76 instance.ReadFileIntoJson(jsonStr, jsonBuf); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/ |
H A D | default_app_rdb.cpp | 202 if (!BundleParser::ReadFileIntoJson(path, jsonObject)) { in ParseConfig()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 245 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 D | bms_extension_data_mgr_test.cpp | 479 bool res = bmsExtensionProfile.ReadFileIntoJson(BMS_DATA_PATH, jsonBuf);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1756 if (!ReadFileIntoJson(extensionConfigPath, jsonBuf)) { in GetExtensionSandboxTypeList() 1812 bool InstalldHostImpl::ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf) in ReadFileIntoJson() function in OHOS::AppExecFwk::InstalldHostImpl
|