Home
last modified time | relevance | path

Searched refs:ReadFileIntoJson (Results 1 - 13 of 13) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_parser.cpp64 bool BundleParser::ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf) in ReadFileIntoJson() function in OHOS::AppExecFwk::BundleParser
224 if (!ReadFileIntoJson(configFile, jsonBuf)) { in ParsePreInstallConfig()
239 if (!ReadFileIntoJson(configFile, jsonBuf)) { in ParsePreUnInstallConfig()
253 if (!ReadFileIntoJson(configFile, jsonBuf)) { in ParsePreInstallAbilityConfig()
267 if (!ReadFileIntoJson(permissionFile, jsonBuf)) { in ParseDefaultPermission()
280 if (!ReadFileIntoJson(configFile, jsonBuf)) { in ParseExtTypeConfig()
357 if (!ReadFileIntoJson(configPath, object)) { in ParseNoDisablingList()
H A Dbundle_mgr_service_event_handler.cpp3817 if (!BundleParser::ReadFileIntoJson(QUICK_FIX_APP_RECOVER_FILE, jsonObject) || !jsonObject.is_object() || in ProcessRebootQuickFixUnInstallAndRecover()
/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;
/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) const in ReadFileIntoJson() function in OHOS::AppExecFwk::BmsExtensionProfile
/foundation/ability/ability_runtime/services/abilitymgr/include/rdb/
H A Dparser_util.h35 bool ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf);
/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
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_parser.h34 static bool ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf);
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrrdbparserutil_fuzzer/
H A Dabilitymgrrdbparserutil_fuzzer.cpp76 instance.ReadFileIntoJson(jsonStr, jsonBuf); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h241 bool ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_rdb.cpp202 if (!BundleParser::ReadFileIntoJson(path, jsonObject)) { in ParseConfig()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_extension_data_mgr_test.cpp496 * @tc.name: ReadFileIntoJson
497 * @tc.desc: ReadFileIntoJson
503 bool res = bmsExtensionProfile.ReadFileIntoJson(BMS_DATA_PATH, jsonBuf); in HWTEST_F()
509 * @tc.name: ReadFileIntoJson
510 * @tc.desc: ReadFileIntoJson
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1701 if (!ReadFileIntoJson(extensionConfigPath, jsonBuf)) { in GetExtensionSandboxTypeList()
1752 bool InstalldHostImpl::ReadFileIntoJson(const std::string &filePath, nlohmann::json &jsonBuf) in ReadFileIntoJson() function in OHOS::AppExecFwk::InstalldHostImpl
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6312 * @tc.name: test ReadFileIntoJson
6313 * @tc.desc: test ReadFileIntoJson of InstalldHostImpl
6321 bool ret = hostImpl.ReadFileIntoJson(filePath, jsonBuf); in HWTEST_F()

Completed in 26 milliseconds