/ohos5.0/base/request/request/services/src/cxx/ |
H A D | bundle.cpp | 43 ErrCode ret = bundleMgr->GetNameAndIndexForUid(uid, bundleName, appIndex); in GetNameAndIndex()
|
/ohos5.0/base/security/asset/services/os_dependency/src/ |
H A D | bms_wrapper.cpp | 62 int32_t ret = bundleMgr->GetNameAndIndexForUid(uid, bundleName, appIndex); in GetHapProcessInfo()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | bundle_manager_helper.cpp | 240 bundleMgr_->GetNameAndIndexForUid(uid, bundleName, appIndex); in GetAppIndexByUid()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.h | 32 ErrCode GetNameAndIndexForUid(const int32_t uid, std::string &bundleName, int32_t &appIndex);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | app_exit_reason_helper.cpp | 42 …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 D | bundle_mgr_helper.cpp | 54 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 D | bundlemgrproxy_fuzzer.cpp | 198 bundleMgrProxy.GetNameAndIndexForUid(uid, bundleName, appIndex); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 376 …virtual ErrCode GetNameAndIndexForUid(const int32_t uid, std::string &bundleName, int32_t &appInde… in GetNameAndIndexForUid() function
|
H A D | bundle_mgr_proxy.h | 273 …virtual ErrCode GetNameAndIndexForUid(const int32_t uid, std::string &bundleName, int32_t &appInde…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 233 …virtual ErrCode GetNameAndIndexForUid(const int uid, std::string &bundleName, int32_t &appIndex) o…
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_scheduler_service.cpp | 587 ErrCode ret = bundleMgr->GetNameAndIndexForUid(uid, bundleName, appIndex); in GetAppIndexAndBundleNameByUid()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 1063 ErrCode ret = GetNameAndIndexForUid(uid, bundleName, appIndex); in HandleGetNameAndIndexForUid()
|
H A D | bundle_mgr_proxy.cpp | 807 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 D | bundle_mgr_host_impl.cpp | 569 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 D | bundle_manager.cpp | 270 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 D | acts_bms_kit_system_test.cpp | 9353 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 D | bms_bundle_kit_service_test.cpp | 9173 auto ret = hostImpl->GetNameAndIndexForUid(DEMO_UID, name, appIndex);
|