Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp1789 const Profile::ModuleJson &moduleJson, in ParserNativeSo()
1875 nlohmann::json moduleJson = jsonObject.at(Profile::MODULE); in ParserAtomicModuleConfig() local
1912 nlohmann::json moduleJson = jsonObject.at(Profile::MODULE); in ParserAtomicConfig() local
1937 const Profile::ModuleJson &moduleJson, in ParserArkNativeFilePath()
2035 const Profile::ModuleJson &moduleJson, in ToApplicationInfo()
2232 const Profile::ModuleJson &moduleJson, in ToAbilityInfo()
2326 const Profile::ModuleJson &moduleJson, in ToExtensionInfo()
2370 const Profile::ModuleJson &moduleJson, in GetPermissions()
2404 const Profile::ModuleJson &moduleJson, in ToInnerModuleInfo()
2495 const Profile::ModuleJson &moduleJson, in ToInnerBundleInfo()
[all …]
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp1357 void from_json(const nlohmann::json &jsonObject, ModuleJson &moduleJson) in from_json()
1444 const Profile::ModuleJson &moduleJson, in ToApplicationInfo()
1554 const Profile::ModuleJson &moduleJson, in ToAbilityInfo()
1619 const Profile::ModuleJson &moduleJson, in ToExtensionInfo()
1659 const Profile::ModuleJson &moduleJson, in ToInnerModuleInfo()
1723 bool ParseExtensionInfo(const Profile::ModuleJson &moduleJson, InnerBundleInfo &innerBundleInfo, in ParseExtensionInfo()
1749 bool ToInnerBundleInfo(const Profile::ModuleJson &moduleJson, InnerBundleInfo &innerBundleInfo) in ToInnerBundleInfo()
1809 Profile::ModuleJson moduleJson = jsonObject.get<Profile::ModuleJson>(); in TransformTo() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp1582 nlohmann::json moduleJson = MODULE_JSON; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp4228 bool moduleJson = false; in GetHapModuleInfoForTestRunner() local