Home
last modified time | relevance | path

Searched defs:moduleJson (Results 1 – 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
Dmodule_profile.cpp1359 void from_json(const nlohmann::json &jsonObject, ModuleJson &moduleJson) in from_json()
1446 const Profile::ModuleJson &moduleJson, in ToApplicationInfo()
1556 const Profile::ModuleJson &moduleJson, in ToAbilityInfo()
1621 const Profile::ModuleJson &moduleJson, in ToExtensionInfo()
1661 const Profile::ModuleJson &moduleJson, in ToInnerModuleInfo()
1751 bool ParseExtensionInfo(const Profile::ModuleJson &moduleJson, InnerBundleInfo &innerBundleInfo, in ParseExtensionInfo()
1777 bool ToInnerBundleInfo(const Profile::ModuleJson &moduleJson, InnerBundleInfo &innerBundleInfo) in ToInnerBundleInfo()
1832 nlohmann::json moduleJson = jsonObject.at(Profile::MODULE); in ParserAtomicModuleConfig() local
1869 nlohmann::json moduleJson = jsonObject.at(Profile::MODULE); in ParserAtomicConfig() local
1907 Profile::ModuleJson moduleJson = jsonObject.get<Profile::ModuleJson>(); in TransformTo() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dmodule_profile.cpp1736 void from_json(const nlohmann::json &jsonObject, ModuleJson &moduleJson) in from_json()
1862 const Profile::ModuleJson &moduleJson, in ParserNativeSo()
1968 nlohmann::json moduleJson = jsonObject.at(Profile::MODULE); in ParserAtomicModuleConfig() local
2009 nlohmann::json moduleJson = jsonObject.at(Profile::MODULE); in ParserAtomicConfig() local
2036 const Profile::ModuleJson &moduleJson, in ParserArkNativeFilePath()
2182 const Profile::ModuleJson &moduleJson, in ToApplicationInfo()
2397 const Profile::ModuleJson &moduleJson, in ToAbilityInfo()
2496 const Profile::ModuleJson &moduleJson, in ToExtensionInfo()
2543 const Profile::ModuleJson &moduleJson, in GetPermissions()
2577 const Profile::ModuleJson &moduleJson, in ToInnerModuleInfo()
[all …]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
Dbms_bundle_parser_test.cpp2564 nlohmann::json moduleJson = MODULE_JSON; variable
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_mgr_service_inner.cpp5448 bool moduleJson = false; in GetHapModuleInfoForTestRunner() local