Home
last modified time | relevance | path

Searched refs:GetBundleInfoForSelf (Results 1 – 25 of 62) sorted by relevance

123

/ohos5.0/foundation/communication/netmanager_base/utils/bundle_utils/src/
H A Dnet_bundle_impl.cpp50 auto ret = bundleMgrProxy->GetBundleInfoForSelf(0, bundleInfo); in GetJsonFromBundle()
73 auto ret = bundleMgrProxy->GetBundleInfoForSelf(static_cast<int32_t>(flags), bundleInfo); in IsAtomicService()
91 auto ret = bundleMgrProxy->GetBundleInfoForSelf(static_cast<int32_t>(flags), bundleInfo); in ObtainBundleNameForSelf()
109 auto ret = bundleMgrProxy->GetBundleInfoForSelf(static_cast<int32_t>(flags), bundleInfo); in ObtainTargetApiVersionForSelf()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager.cpp34 AppExecFwk::BundleInfo BundleManagerImpl::GetBundleInfoForSelf(int32_t bundleFlags) in GetBundleInfoForSelf() function in OHOS::CJSystemapi::BundleManager::BundleManagerImpl
39 iBundleMgr->GetBundleInfoForSelf(bundleFlags, bundleInfo); in GetBundleInfoForSelf()
131 naBundleMgr->GetBundleInfoForSelf(getExtensionFlag, bundleInfo)); in GetProfileByExtensionAbility()
220 …ErrCode ret = AppExecFwk::CommonFunc::ConvertErrCode(iBundleMgr->GetBundleInfoForSelf(getAbilityFl… in GetProfileByAbility()
H A Dbundle_manager.h36 static AppExecFwk::BundleInfo GetBundleInfoForSelf(int32_t bundleFlags);
H A Dbundle_manager_ffi.cpp85 AppExecFwk::BundleInfo bundleInfo = BundleManagerImpl::GetBundleInfoForSelf(bundleFlags); in FfiOHOSGetBundleInfoForSelf()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/src/
H A Dnative_interface_bundle.cpp107 if (!bundleMgrProxyNative.GetBundleInfoForSelf(bundleInfoFlag, bundleInfo)) { in OH_NativeBundle_GetCurrentApplicationInfo()
156 if (!bundleMgrProxyNative.GetBundleInfoForSelf(bundleInfoFlag, bundleInfo)) { in OH_NativeBundle_GetAppId()
187 if (!bundleMgrProxyNative.GetBundleInfoForSelf(bundleInfoFlag, bundleInfo)) { in OH_NativeBundle_GetAppIdentifier()
220 if (!bundleMgrProxyNative.GetBundleInfoForSelf(bundleInfoFlag, bundleInfo)) { in OH_NativeBundle_GetMainElementName()
H A Dbundle_mgr_proxy_native.cpp42 bool BundleMgrProxyNative::GetBundleInfoForSelf(int32_t flags, BundleInfo &bundleInfo) in GetBundleInfoForSelf() function in OHOS::AppExecFwk::BundleMgrProxyNative
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_bundle_mgr_helper.cpp82 ErrCode EGLBundleMgrHelper::GetBundleInfoForSelf(AppExecFwk::GetBundleInfoFlag flags, BundleInfo &b… in GetBundleInfoForSelf() function in OHOS::AppExecFwk::EGLBundleMgrHelper
90 return bundleMgr->GetBundleInfoForSelf(static_cast<int32_t>(flags), bundleInfo); in GetBundleInfoForSelf()
H A Degl_bundle_mgr_helper.h28 ErrCode GetBundleInfoForSelf(AppExecFwk::GetBundleInfoFlag flags, BundleInfo& bundleInfo);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dsys_cap_util.cpp65 if (iBundleMgr->GetBundleInfoForSelf(0, bundleInfo) == ERR_OK) { in GetBundleName()
86 if (iBundleMgr->GetBundleInfoForSelf(0, bundleInfo) == ERR_OK) { in GetApiCompatibleVersion()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/include/
H A Dmock_bundle_manager.h40 ErrCode GetBundleInfoForSelf(int32_t flags, BundleInfo &bundleInfo);
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_bundle_mgr_helper_test.cpp44 auto result = eglBundleMgrHelper->GetBundleInfoForSelf( in HWTEST_F()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/include/
H A Dbundle_mgr_proxy_native.h41 bool GetBundleInfoForSelf(int32_t flags, BundleInfo &bundleInfo);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/
H A Dmock_bundle_manager.cpp27 ErrCode BundleMgrService::GetBundleInfoForSelf(int32_t flags, BundleInfo &bundleInfo) in GetBundleInfoForSelf() function in OHOS::AppExecFwk::BundleMgrService
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/
H A Dcamera_rotation_api_utils.cpp49 if (iBundleMgr->GetBundleInfoForSelf(0, bundleInfo) == ERR_OK) { in GetApiVersion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dtext_bundle_config_parser.cpp39 ErrCode errCode = bundleMgr->GetBundleInfoForSelf( in IsMetaDataExistInModule()
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dcommon_func.cpp66 auto ret = bundleMgrProxy->GetBundleInfoForSelf(0, bundleInfo); in GetSelfBundleName()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.cpp185 …auto getInfoResult = bundleMgrHelper->GetBundleInfoForSelf(static_cast<int32_t>(AppExecFwk::GetBun… in GetPresetAppHapPath()
217 …auto getInfoResult = bundleMgrProxy->GetBundleInfoForSelf(static_cast<int32_t>(AppExecFwk::GetBund… in GetHapPathList()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Dtest_runner.cpp48 if (bundleMgrHelper->GetBundleInfoForSelf( in Create()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dnavigation_route_ohos.cpp48 if (bundleManager->GetBundleInfoForSelf( in InitRouteMap()
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_manager_service.h41 MOCK_METHOD2(GetBundleInfoForSelf, ErrCode(int32_t flags, AppExecFwk::BundleInfo &bundleInfo));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_util.cpp116 if (iBundleMgr->GetBundleInfoForSelf(0, bundleInfo) == ERR_OK) { in GetApiCompatibleVersion()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_grant_test.cpp265 auto ret = bundleMgrHostImpl_->GetBundleInfoForSelf(
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp137 DECLARE_NAPI_FUNCTION("getBundleInfoForSelf", GetBundleInfoForSelf), in BundleManagerExport()
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_bundle_manager.h151 ErrCode GetBundleInfoForSelf(int32_t flags, BundleInfo &bundleInfo);
/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/dialog/
H A Dcm_napi_open_install_dialog.cpp222 int32_t resCode = bundleMgrProxy->GetBundleInfoForSelf(flags, bundleInfo); in GetCallerLabelName()

123