Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/test/mock/os_account/
Dbundle_mgr_client.h30 bool GetBundleNameForUid(const int uid, std::string &bundleName) const;
Dbundle_mgr_client.cpp35 bool BundleMgrClient::GetBundleNameForUid(const int uid, std::string &bundleName) const in GetBundleNameForUid() function in OHOS::AppExecFwk::BundleMgrClient
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dbundle_mgr_client.h29 bool GetBundleNameForUid(const int uid, std::string &bundleName);
Dbundle_mgr_client.cpp40 bool BundleMgrClient::GetBundleNameForUid(const int uid, std::string &bundleName) in GetBundleNameForUid() function in OHOS::AppExecFwk::BundleMgrClient
/base/account/os_account/services/accountmgr/src/
Daccount_bundle_manager.cpp43 …bool result = DelayedSingleton<BundleMgrClient>::GetInstance()->GetBundleNameForUid(uid, bundleNam… in GetBundleName()
Daccount_stub.cpp63 if (!bundleMgrProxy->GetBundleNameForUid(uid, bundleName)) { in GetBundleNamesForUid()
/base/telephony/core_service/utils/common/src/
Dtelephony_permission.cpp49 return iBundleMgr->GetBundleNameForUid(uid, bundleName); in GetBundleNameByUid()
/base/miscservices/pasteboard/utils/native/src/
Dpasteboard_permission.cpp64 auto ret = bundleMgrProxy_->GetBundleNameForUid(uid, bundleName); in CheckCallingPermission()
/base/notification/ces_standard/services/ces/src/
Dbundle_manager_helper.cpp49 sptrBundleMgr_->GetBundleNameForUid(uid, bundleName); in GetBundleName()
/base/notification/ans_standard/services/ans/src/
Dbundle_manager_helper.cpp55 bundleMgr_->GetBundleNameForUid(uid, bundle); in GetBundleNameByUid()
/base/notification/ans_standard/services/test/moduletest/mock/include/
Dmock_bundle_manager.h108 virtual bool GetBundleNameForUid(const int uid, std::string &bundleName) override in GetBundleNameForUid() function
/base/notification/ans_standard/services/test/moduletest/mock/
Dmock_bundle_mgr_proxy.cpp67 bool BundleMgrProxy::GetBundleNameForUid(const int uid, std::string &bundleName) in GetBundleNameForUid() function in OHOS::AppExecFwk::BundleMgrProxy
/base/notification/ans_standard/frameworks/ans/test/moduletest/mock/
Dmock_bundle_mgr_proxy.cpp76 bool BundleMgrProxy::GetBundleNameForUid(const int uid, std::string &bundleName) in GetBundleNameForUid() function in OHOS::AppExecFwk::BundleMgrProxy
/base/notification/ans_standard/frameworks/ans/test/moduletest/mock/include/
Dmock_bundle_manager.h118 virtual bool GetBundleNameForUid(const int uid, std::string &bundleName) override in GetBundleNameForUid() function
/base/notification/ces_standard/services/test/mock/include/
Dmock_bundle_manager.h107 virtual bool GetBundleNameForUid(const int uid, std::string &bundleName) override in GetBundleNameForUid() function
/base/notification/ces_standard/services/test/unittest/mock/include/
Dmock_bundle_manager.h110 virtual bool GetBundleNameForUid(const int uid, std::string &bundleName) override in GetBundleNameForUid() function
/base/accessibility/services/aams/test/mock/
Dmock_bundle_mgr_proxy.cpp93 bool BundleMgrProxy::GetBundleNameForUid(const int uid, std::string &bundleName) in GetBundleNameForUid() function in OHOS::AppExecFwk::BundleMgrProxy
Dmock_bundle_manager.h153 MOCK_METHOD2(GetBundleNameForUid, bool(const int uid, std::string &bundleName));
/base/accessibility/services/test/mock/
Dmock_bundle_mgr_proxy.cpp93 bool BundleMgrProxy::GetBundleNameForUid(const int uid, std::string &bundleName) in GetBundleNameForUid() function in OHOS::AppExecFwk::BundleMgrProxy
/base/usb/usb_manager/services/native/src/
Dusb_service.cpp597 bundleMgr->GetBundleNameForUid(uid, bundleName); in GetBundleName()
/base/miscservices/wallpaper/services/src/
Dwallpaper_service.cpp968 if (!bundleMgrProxy->GetBundleNameForUid(uid, bname)) { in WPGetBundleNameByUid()
/base/notification/ces_standard/test/systemtest/common/resource/fuzzTest/src/
DfuzzTestManager.cpp1230 temp->GetBundleNameForUid(GetIntParam(), a); in RegisterBundleMgrProxy()