Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp2810 bool ifExists = false; in GetAbilityFromBundleInfo() local
2818 ifExists = true; in GetAbilityFromBundleInfo()
2823 if (ifExists) { in GetAbilityFromBundleInfo()
2827 if (!ifExists) { in GetAbilityFromBundleInfo()
2837 bool ifExists = false; in GetExtensionFromBundleInfo() local
2841 ifExists = true; in GetExtensionFromBundleInfo()
2850 if (ifExists) { in GetExtensionFromBundleInfo()
2854 if (!ifExists) { in GetExtensionFromBundleInfo()