Home
last modified time | relevance | path

Searched refs:appJson (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp1911 nlohmann::json appJson = jsonObject.at(Profile::APP); in ParserAtomicConfig() local
1913 if (!moduleJson.is_object() || !appJson.is_object()) { in ParserAtomicConfig()
1918 if (appJson.contains(Profile::BUNDLE_TYPE)) { in ParserAtomicConfig()
1919 if (appJson.at(Profile::BUNDLE_TYPE) == Profile::BUNDLE_TYPE_ATOMIC_SERVICE) { in ParserAtomicConfig()
1921 } else if (appJson.at(Profile::BUNDLE_TYPE) == Profile::BUNDLE_TYPE_SHARED) { in ParserAtomicConfig()
1923 } else if (appJson.at(Profile::BUNDLE_TYPE) == Profile::BUNDLE_TYPE_APP_SERVICE_FWK) { in ParserAtomicConfig()
2680 nlohmann::json appJson = jsonObject.at(Profile::APP); in ObtainOverlayType() local
2681 if (!moduleJson.is_object() || !appJson.is_object()) { in ObtainOverlayType()
2687 auto isTargetBundleExisted = appJson.contains(Profile::APP_TARGET_BUNDLE_NAME); in ObtainOverlayType()
2688 auto isAppPriorityExisted = appJson.contains(Profile::APP_TARGET_PRIORITY); in ObtainOverlayType()