Home
last modified time | relevance | path

Searched refs:bundleObj (Results 1 - 7 of 7) sorted by relevance

/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_no_bms_mock_test.cpp110 auto bundleObj = samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in HWTEST_F() local
111 ASSERT_NE(bundleObj, nullptr); in HWTEST_F()
112 auto bundleMgrProxy = iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in HWTEST_F()
/base/powermgr/power_manager/frameworks/native/
H A Drunning_lock.cpp163 AppExecFwk::BundleMgrClient bundleObj; in GetBundleNameByUid() local
164 ErrCode res = bundleObj.GetNameForUid(uid, bundleName); in GetBundleNameByUid()
/base/powermgr/battery_statistics/services/native/src/entities/
H A Duid_entity.cpp341 auto bundleObj = in DumpInfo() local
344 if (bundleObj == nullptr) { in DumpInfo()
347 sptr<AppExecFwk::IBundleMgr> bmgr = iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in DumpInfo()
H A Dbluetooth_entity.cpp416 auto bundleObj = in GetBluetoothUidPower() local
418 if (bundleObj == nullptr) { in GetBluetoothUidPower()
423 sptr<AppExecFwk::IBundleMgr> bmgr = iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in GetBluetoothUidPower()
/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_common.cpp635 auto bundleObj = samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetSelfTargetVersion() local
636 if (bundleObj == nullptr) { in GetSelfTargetVersion()
640 auto bundleMgrProxy = iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in GetSelfTargetVersion()
/base/sensors/sensor/frameworks/js/napi/src/
H A Dsensor_napi_utils.cpp623 auto bundleObj = samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetSelfTargetVersion() local
624 if (bundleObj == nullptr) { in GetSelfTargetVersion()
628 auto bundleMgrProxy = iface_cast<AppExecFwk::IBundleMgr>(bundleObj); in GetSelfTargetVersion()
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1042 BundleMgrClient bundleObj; in GetBundleNameByUid() local
1045 ErrCode res = bundleObj.GetNameForUid(uid, tempBundleName); in GetBundleNameByUid()

Completed in 8 milliseconds