Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp1840 nlohmann::json profileJson = R"( variable
1861 nlohmann::json profileJson = R"( variable
1900 nlohmann::json profileJson = R"( variable
2006 nlohmann::json profileJson = MODULE_JSON_2; variable
2029 nlohmann::json profileJson = MODULE_JSON_2; variable
2051 nlohmann::json profileJson = MODULE_JSON_2; variable
2075 nlohmann::json profileJson = MODULE_JSON_2; variable
2098 nlohmann::json profileJson = MODULE_JSON_3; variable
2121 nlohmann::json profileJson = MODULE_JSON_3; variable
2143 nlohmann::json profileJson = MODULE_JSON_3; variable
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dservice_profile_test.cpp64 std::string profileJson; variable
78 std::string profileJson = ""; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Dservice_characteristic_profile.cpp41 void ServiceCharacteristicProfile::SetServiceProfileJson(const std::string& profileJson) in SetServiceProfileJson()
46 void ServiceCharacteristicProfile::SetCharacteristicProfileJson(const std::string& profileJson) in SetCharacteristicProfileJson()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp356 nlohmann::json profileJson = nlohmann::json::parse(rawData, nullptr, false); in GetResFromResMgr() local
417 nlohmann::json profileJson = nlohmann::json::parse(in, nullptr, false); in TransformFileToJsonString() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Djs_ability_stage.cpp714 nlohmann::json profileJson = nlohmann::json::parse(in, nullptr, false); in TransformFileToJsonString() local
755 nlohmann::json profileJson = nlohmann::json::parse(rawData, nullptr, false); in GetResFromResMgr() local
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp304 nlohmann::json profileJson; in ParseJsonFile() local