Searched refs:bundleInfoFlag (Results 1 - 3 of 3) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/src/ |
H A D | native_interface_bundle.cpp | 104 auto bundleInfoFlag = static_cast<int32_t>(OHOS::AppExecFwk::GetBundleInfoFlag::GET_BUNDLE_INFO_WITH_APPLICATION) | in OH_NativeBundle_GetCurrentApplicationInfo() local 107 if (!bundleMgrProxyNative.GetBundleInfoForSelf(bundleInfoFlag, bundleInfo)) { in OH_NativeBundle_GetCurrentApplicationInfo() 153 auto bundleInfoFlag = in OH_NativeBundle_GetAppId() local 156 if (!bundleMgrProxyNative.GetBundleInfoForSelf(bundleInfoFlag, bundleInfo)) { in OH_NativeBundle_GetAppId() 184 auto bundleInfoFlag = in OH_NativeBundle_GetAppIdentifier() local 187 if (!bundleMgrProxyNative.GetBundleInfoForSelf(bundleInfoFlag, bundleInfo)) { in OH_NativeBundle_GetAppIdentifier() 217 auto bundleInfoFlag = static_cast<int32_t>(OHOS::AppExecFwk::GetBundleInfoFlag::GET_BUNDLE_INFO_WITH_HAP_MODULE) | in OH_NativeBundle_GetMainElementName() local 220 if (!bundleMgrProxyNative.GetBundleInfoForSelf(bundleInfoFlag, bundleInfo)) { in OH_NativeBundle_GetMainElementName()
|
/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_common_util.cpp | 307 AppExecFwk::GetBundleInfoFlag bundleInfoFlag = AppExecFwk::GetBundleInfoFlag::GET_BUNDLE_INFO_WITH_SIGNATURE_INFO; in GetBundleAppIdByBundleName() local 308 auto ret = bundleInstance->GetBundleInfoV9(bundleName, static_cast<int32_t>(bundleInfoFlag), bundleInfo, userId); in GetBundleAppIdByBundleName()
|
/foundation/communication/nfc/services/src/external_deps/ |
H A D | app_data_parser.cpp | 606 int32_t bundleInfoFlag = static_cast<int32_t>(AppExecFwk::GetBundleInfoFlag::GET_BUNDLE_INFO_WITH_ABILITY) | in GetPaymentAbilityInfosFromVendor() local 614 ability.bundleName, bundleInfoFlag, bundleInfo, AppExecFwk::Constants::START_USERID); in GetPaymentAbilityInfosFromVendor()
|
Completed in 4 milliseconds