Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
Dbms_bundle_parser_test.cpp1838 nlohmann::json profileJson = R"( variable
1859 nlohmann::json profileJson = R"( variable
1898 nlohmann::json profileJson = R"( variable
2004 nlohmann::json profileJson = MODULE_JSON_2; variable
2027 nlohmann::json profileJson = MODULE_JSON_2; variable
2049 nlohmann::json profileJson = MODULE_JSON_2; variable
2073 nlohmann::json profileJson = MODULE_JSON_2; variable
2096 nlohmann::json profileJson = MODULE_JSON_3; variable
2119 nlohmann::json profileJson = MODULE_JSON_3; variable
2141 nlohmann::json profileJson = MODULE_JSON_3; variable
[all …]
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
Dservice_profile_test.cpp64 std::string profileJson; variable
78 std::string profileJson = ""; variable
/foundation/deviceprofile/device_info_manager/services/core/src/
Dservice_characteristic_profile.cpp41 void ServiceCharacteristicProfile::SetServiceProfileJson(const std::string& profileJson) in SetServiceProfileJson()
46 void ServiceCharacteristicProfile::SetCharacteristicProfileJson(const std::string& profileJson) in SetCharacteristicProfileJson()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
Dbundle_mgr_client_impl.cpp348 nlohmann::json profileJson = nlohmann::json::parse(rawData, nullptr, false); in GetResFromResMgr() local
409 nlohmann::json profileJson = nlohmann::json::parse(in, nullptr, false); in TransformFileToJsonString() local
/foundation/systemabilitymgr/samgr/services/common/src/
Dparse_util.cpp322 nlohmann::json profileJson; in ParseJsonFile() local