Home
last modified time | relevance | path

Searched refs:GetNameAndIndexForUid (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/request/request/services/src/cxx/
H A Dbundle.cpp43 ErrCode ret = bundleMgr->GetNameAndIndexForUid(uid, bundleName, appIndex); in GetNameAndIndex()
/ohos5.0/base/security/asset/services/os_dependency/src/
H A Dbms_wrapper.cpp62 int32_t ret = bundleMgr->GetNameAndIndexForUid(uid, bundleName, appIndex); in GetHapProcessInfo()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dbundle_manager_helper.cpp240 bundleMgr_->GetNameAndIndexForUid(uid, bundleName, appIndex); in GetAppIndexByUid()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h32 ErrCode GetNameAndIndexForUid(const int32_t uid, std::string &bundleName, int32_t &appIndex);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_exit_reason_helper.cpp42 …auto ret = IN_PROCESS_CALL(AbilityUtil::GetBundleManagerHelper()->GetNameAndIndexForUid(uid, bundl… in RecordAppExitReason()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp54 ErrCode BundleMgrHelper::GetNameAndIndexForUid(const int32_t uid, std::string &bundleName, int32_t … in GetNameAndIndexForUid() function in OHOS::AppExecFwk::BundleMgrHelper
64 return bundleMgr->GetNameAndIndexForUid(uid, bundleName, appIndex); in GetNameAndIndexForUid()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp198 bundleMgrProxy.GetNameAndIndexForUid(uid, bundleName, appIndex); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h376 …virtual ErrCode GetNameAndIndexForUid(const int32_t uid, std::string &bundleName, int32_t &appInde… in GetNameAndIndexForUid() function
H A Dbundle_mgr_proxy.h273 …virtual ErrCode GetNameAndIndexForUid(const int32_t uid, std::string &bundleName, int32_t &appInde…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h233 …virtual ErrCode GetNameAndIndexForUid(const int uid, std::string &bundleName, int32_t &appIndex) o…
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp587 ErrCode ret = bundleMgr->GetNameAndIndexForUid(uid, bundleName, appIndex); in GetAppIndexAndBundleNameByUid()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1063 ErrCode ret = GetNameAndIndexForUid(uid, bundleName, appIndex); in HandleGetNameAndIndexForUid()
H A Dbundle_mgr_proxy.cpp807 ErrCode BundleMgrProxy::GetNameAndIndexForUid(const int32_t uid, std::string &bundleName, int32_t &… in GetNameAndIndexForUid() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp569 ErrCode BundleMgrHostImpl::GetNameAndIndexForUid(const int uid, std::string &bundleName, int32_t &a… in GetNameAndIndexForUid() function in OHOS::AppExecFwk::BundleMgrHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp270 ErrCode ret = iBundleMgr->GetNameAndIndexForUid(uid, bundleName, appIndex); in InnerGetAppCloneIdentity()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp9353 ErrCode ret = bundleMgrProxy->GetNameAndIndexForUid(bundleInfo.uid, name, testAppIndex);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9173 auto ret = hostImpl->GetNameAndIndexForUid(DEMO_UID, name, appIndex);