Home
last modified time | relevance | path

Searched refs:GetBundleInfoForSelf (Results 1 - 25 of 56) sorted by relevance

123

/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()
111 NETMGR_LOG_E("GetBundleInfoForSelf: bundleName get failed %{public}d.", ret); in ObtainTargetApiVersionForSelf()
/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
47 LOG_E(BMS_TAG_QUERY, "fail to GetBundleInfoForSelf due to write InterfaceToken fail"); in GetBundleInfoForSelf()
51 LOG_E(BMS_TAG_QUERY, "fail to GetBundleInfoForSelf due to write flag fail"); in GetBundleInfoForSelf()
55 LOG_E(BMS_TAG_QUERY, "fail to GetBundleInfoForSelf from server"); in GetBundleInfoForSelf()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_bundle_mgr_helper.cpp82 ErrCode EGLBundleMgrHelper::GetBundleInfoForSelf(AppExecFwk::GetBundleInfoFlag flags, BundleInfo &bundleInfo) in GetBundleInfoForSelf() function in OHOS::AppExecFwk::EGLBundleMgrHelper
84 WLOGD("Call EGLBundleMgrHealper::GetBundleInfoForSelf."); in GetBundleInfoForSelf()
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);
/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/include/
H A Dmock_bundle_manager.h40 ErrCode GetBundleInfoForSelf(int32_t flags, BundleInfo &bundleInfo);
/foundation/ability/ability_runtime/test/unittest/child_process_manager_second_test/include/
H A Dmock_bundle_manager.h40 ErrCode GetBundleInfoForSelf(int32_t flags, BundleInfo &bundleInfo);
/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/include/
H A Dbundle_mgr_proxy_native.h41 bool GetBundleInfoForSelf(int32_t flags, BundleInfo &bundleInfo);
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_bundle_mgr_helper_test.cpp44 auto result = eglBundleMgrHelper->GetBundleInfoForSelf( in HWTEST_F()
/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
36 APP_LOGI("BundleManagerImpl::GetBundleInfoForSelf inter"); in GetBundleInfoForSelf()
39 iBundleMgr->GetBundleInfoForSelf(bundleFlags, bundleInfo); in GetBundleInfoForSelf()
131 naBundleMgr->GetBundleInfoForSelf(getExtensionFlag, bundleInfo)); in GetProfileByExtensionAbility()
220 ErrCode ret = AppExecFwk::CommonFunc::ConvertErrCode(iBundleMgr->GetBundleInfoForSelf(getAbilityFlag, bundleInfo)); 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()
/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
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Dtest_runner.cpp48 if (bundleMgrHelper->GetBundleInfoForSelf( in Create()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.cpp185 auto getInfoResult = bundleMgrHelper->GetBundleInfoForSelf(static_cast<int32_t>(AppExecFwk::GetBundleInfoFlag:: in GetPresetAppHapPath()
188 TAG_LOGE(AAFwkTag::JSRUNTIME, "GetBundleInfoForSelf failed"); in GetPresetAppHapPath()
217 auto getInfoResult = bundleMgrProxy->GetBundleInfoForSelf(static_cast<int32_t>(AppExecFwk::GetBundleInfoFlag:: in GetHapPathList()
220 TAG_LOGE(AAFwkTag::JSRUNTIME, "GetBundleInfoForSelf failed"); in GetHapPathList()
/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 IsMetaDataExistInEntryModule()
/foundation/window/window_manager/utils/src/
H A Dsys_cap_util.cpp64 if (iBundleMgr->GetBundleInfoForSelf(0, bundleInfo) == ERR_OK) { in GetBundleName()
67 WLOGFW("Call for GetBundleInfoForSelf failed"); in GetBundleName()
/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dcommon_func.cpp86 auto ret = bundleMgrProxy->GetBundleInfoForSelf(0, bundleInfo); in GetSelfBundleName()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dnavigation_route_ohos.cpp46 if (bundleManager->GetBundleInfoForSelf( in InitRouteMap()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_error.cpp82 auto ret = bundleMgrProxy->GetBundleInfoForSelf(static_cast<int32_t>(flags), bundleInfo); in GetSdkVersion()
84 HILOGE("GetBundleInfoForSelf: get fail."); in GetSdkVersion()
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_manager_proxy.h42 MOCK_METHOD2(GetBundleInfoForSelf, ErrCode(int32_t flags, AppExecFwk::BundleInfo &bundleInfo));
H A Dmock_bundle_manager_service.h44 MOCK_METHOD2(GetBundleInfoForSelf, ErrCode(int32_t flags, AppExecFwk::BundleInfo &bundleInfo));
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_bundle_manager.h151 ErrCode GetBundleInfoForSelf(int32_t flags, BundleInfo &bundleInfo);
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp137 DECLARE_NAPI_FUNCTION("getBundleInfoForSelf", GetBundleInfoForSelf), in BundleManagerExport()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_grant_test.cpp257 * Function: GetBundleInfoForSelf
265 auto ret = bundleMgrHostImpl_->GetBundleInfoForSelf( in HWTEST_F()

Completed in 12 milliseconds

123