Home
last modified time | relevance | path

Searched refs:GetAppIndexByPid (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwant_utils.cpp95 auto ret = IN_PROCESS_CALL(appMgr->GetAppIndexByPid(callingPid, appIndex)); in GetAppIndex()
97 TAG_LOGE(AAFwkTag::ABILITYMGR, "appMgr GetAppIndexByPid error"); in GetAppIndex()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h864 virtual int32_t GetAppIndexByPid(pid_t pid, int32_t &appIndex) in GetAppIndexByPid() function in OHOS::AppExecFwk::IAppMgr
H A Dapp_mgr_proxy.h743 virtual int32_t GetAppIndexByPid(pid_t pid, int32_t &appIndex) override;
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h775 int32_t GetAppIndexByPid(pid_t pid, int32_t &appIndex) override;
H A Dapp_mgr_service_inner.h1242 int32_t GetAppIndexByPid(pid_t pid, int32_t &appIndex) const;
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp781 appMgrProxy_->GetAppIndexByPid(pid, appIndex); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1670 int32_t AppMgrService::GetAppIndexByPid(pid_t pid, int32_t &appIndex) in GetAppIndexByPid() function in OHOS::AppExecFwk::AppMgrService
1682 return appMgrServiceInner_->GetAppIndexByPid(pid, appIndex); in GetAppIndexByPid()
H A Dapp_mgr_service_inner.cpp7519 int32_t AppMgrServiceInner::GetAppIndexByPid(pid_t pid, int32_t &appIndex) const in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp1699 int32_t result = GetAppIndexByPid(pid, appIndex); in HandleGetAppIndexByPid()
1701 TAG_LOGE(AAFwkTag::APPMGR, "fail to write GetAppIndexByPid result."); in HandleGetAppIndexByPid()
H A Dapp_mgr_proxy.cpp2076 int32_t AppMgrProxy::GetAppIndexByPid(pid_t pid, int32_t &appIndex) in GetAppIndexByPid() function in OHOS::AppExecFwk::AppMgrProxy

Completed in 27 milliseconds