Home
last modified time | relevance | path

Searched refs:GetBundleMgr (Results 1 - 17 of 17) sorted by relevance

/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_print_service_helper.h28 MOCK_METHOD0(GetBundleMgr, sptr<IRemoteObject>());
H A Dmock_scan_service_helper.h28 MOCK_METHOD0(GetBundleMgr, sptr<IRemoteObject>());
/base/print/print_fwk/services/print_service/include/
H A Dprint_service_helper.h34 virtual sptr<IRemoteObject> GetBundleMgr();
/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H A Dtdd_util.h80 static sptr<OHOS::AppExecFwk::IBundleMgr> GetBundleMgr();
/base/print/print_fwk/services/print_service/src/
H A Dprint_bms_helper.cpp78 auto remoteObject = helper_->GetBundleMgr(); in GetProxy()
H A Dprint_service_helper.cpp107 sptr<IRemoteObject> PrintServiceHelper::GetBundleMgr() in GetBundleMgr() function in OHOS::Print::PrintServiceHelper
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_helper_test.cpp77 EXPECT_EQ(helper.GetBundleMgr(), systemAbilityManager->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID)); in HWTEST_F()
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dsandbox_json_manager.h70 sptr<AppExecFwk::IBundleMgr> GetBundleMgr();
/base/telephony/core_service/services/sim/include/
H A Dstk_controller.h83 sptr<OHOS::IRemoteObject> GetBundleMgr();
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp171 auto bundleMgr = GetBundleMgr(); in GetUid()
241 sptr<OHOS::AppExecFwk::IBundleMgr> TddUtil::GetBundleMgr() in GetBundleMgr() function in OHOS::MiscServices::TddUtil
259 auto bundleMgr = TddUtil::GetBundleMgr(); in GetUserIdByBundleName()
/base/usb/usb_manager/services/native/include/
H A Dusb_right_manager.h65 sptr<AppExecFwk::IBundleMgr> GetBundleMgr();
/base/usb/usb_manager/services/native/src/
H A Dusb_right_manager.cpp328 sptr<IBundleMgr> UsbRightManager::GetBundleMgr() in GetBundleMgr() function in OHOS::USB::UsbRightManager
349 auto bundleMgr = GetBundleMgr(); in GetBundleResMgr()
414 auto bundleMgr = GetBundleMgr(); in IsAppInstalled()
431 auto bundleMgr = GetBundleMgr(); in GetBundleInstallAndUpdateTime()
/base/telephony/core_service/services/sim/src/
H A Dstk_controller.cpp184 sptr<OHOS::IRemoteObject> StkController::GetBundleMgr() in GetBundleMgr() function in OHOS::Telephony::StkController
482 sptr<OHOS::IRemoteObject> remoteObject = GetBundleMgr(); in CheckIsSystemApp()
/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h111 OHOS::sptr<OHOS::AppExecFwk::IBundleMgr> GetBundleMgr();
/base/customization/enterprise_device_management/services/edm/include/
H A Denterprise_device_mgr_ability.h133 std::shared_ptr<IEdmBundleManager> GetBundleMgr();
/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp82 auto bundleMgr = GetBundleMgr(); in QueryImeExtInfos()
84 IMSA_HILOGE("failed to GetBundleMgr!"); in QueryImeExtInfos()
630 auto bundleMgr = GetBundleMgr(); in GetStringById()
870 sptr<OHOS::AppExecFwk::IBundleMgr> ImeInfoInquirer::GetBundleMgr() in GetBundleMgr() function in OHOS::MiscServices::ImeInfoInquirer
1067 auto bmg = GetBundleMgr(); in IsInputMethod()
1157 auto bundleMgr = GetBundleMgr(); in GetBundleInfoByBundleName()
/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp700 ret = GetBundleMgr()->GetBundleInfo(bundleInfoName, AppExecFwk::BundleFlag::GET_BUNDLE_WITH_REQUESTED_PERMISSION, in GetAllPermissionsByAdmin()
722 std::shared_ptr<IEdmBundleManager> EnterpriseDeviceMgrAbility::GetBundleMgr() in GetBundleMgr() function in OHOS::EDM::EnterpriseDeviceMgrAbility
837 if (!GetBundleMgr()->QueryExtensionAbilityInfos(want, AppExecFwk::ExtensionAbilityType::ENTERPRISE_ADMIN, in EnableAdmin()
1020 if (GetBundleMgr()->GetNameForUid(uid, callingBundleName) != ERR_OK) { in CheckCallingUid()

Completed in 12 milliseconds