Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/src/
H A Dnative_interface_bundle.cpp102 OHOS::AppExecFwk::BundleMgrProxyNative bundleMgrProxyNative; in OH_NativeBundle_GetCurrentApplicationInfo() local
107 if (!bundleMgrProxyNative.GetBundleInfoForSelf(bundleInfoFlag, bundleInfo)) { in OH_NativeBundle_GetCurrentApplicationInfo()
151 OHOS::AppExecFwk::BundleMgrProxyNative bundleMgrProxyNative; in OH_NativeBundle_GetAppId() local
156 if (!bundleMgrProxyNative.GetBundleInfoForSelf(bundleInfoFlag, bundleInfo)) { in OH_NativeBundle_GetAppId()
182 OHOS::AppExecFwk::BundleMgrProxyNative bundleMgrProxyNative; in OH_NativeBundle_GetAppIdentifier() local
187 if (!bundleMgrProxyNative.GetBundleInfoForSelf(bundleInfoFlag, bundleInfo)) { in OH_NativeBundle_GetAppIdentifier()
215 OHOS::AppExecFwk::BundleMgrProxyNative bundleMgrProxyNative; in OH_NativeBundle_GetMainElementName() local
220 if (!bundleMgrProxyNative.GetBundleInfoForSelf(bundleInfoFlag, bundleInfo)) { in OH_NativeBundle_GetMainElementName()
254 OHOS::AppExecFwk::BundleMgrProxyNative bundleMgrProxyNative; in OH_NativeBundle_GetCompatibleDeviceType() local
256 if (!bundleMgrProxyNative.GetCompatibleDeviceTypeNative(deviceType)) { in OH_NativeBundle_GetCompatibleDeviceType()