Home
last modified time | relevance | path

Searched refs:bundleInfoFlag (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/src/
H A Dnative_interface_bundle.cpp104 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 Dwifi_common_util.cpp307 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 Dapp_data_parser.cpp606 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