Home
last modified time | relevance | path

Searched refs:JudgeSandboxByPid (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h212 * JudgeSandboxByPid, call JudgeSandboxByPid() through proxy project.
219 virtual int32_t JudgeSandboxByPid(pid_t pid, bool &isSandbox) = 0;
H A Dapp_mgr_proxy.h189 * JudgeSandboxByPid, call JudgeSandboxByPid() through proxy project.
196 virtual int32_t JudgeSandboxByPid(pid_t pid, bool &isSandbox) override;
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h182 virtual int32_t JudgeSandboxByPid(pid_t pid, bool &isSandbox) in JudgeSandboxByPid() function in OHOS::AppExecFwk::MockAppMgrService
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h214 * JudgeSandboxByPid, call JudgeSandboxByPid() through proxy project.
221 virtual int32_t JudgeSandboxByPid(pid_t pid, bool &isSandbox) override;
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/
H A Dmock_app_mgr_service.h179 virtual int32_t JudgeSandboxByPid(pid_t pid, bool &isSandbox) in JudgeSandboxByPid() function in OHOS::AppExecFwk::MockAppMgrService
/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_manager_stub_impl.cpp254 if (IN_PROCESS_CALL(appMgr_->JudgeSandboxByPid(callerPid, isSandbox)) != ERR_OK) { in CheckCalledBySandBox()
255 TAG_LOGE(AAFwkTag::URIPERMMGR, "JudgeSandboxByPid failed"); in CheckCalledBySandBox()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp590 auto result = JudgeSandboxByPid(pid, isSandbox); in HandleJudgeSandboxByPid()
H A Dapp_mgr_proxy.cpp322 int32_t AppMgrProxy::JudgeSandboxByPid(pid_t pid, bool &isSandbox) in JudgeSandboxByPid() function in OHOS::AppExecFwk::AppMgrProxy
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp449 int32_t AppMgrService::JudgeSandboxByPid(pid_t pid, bool &isSandbox) in JudgeSandboxByPid() function in OHOS::AppExecFwk::AppMgrService

Completed in 15 milliseconds