Searched refs:JudgeSandboxByPid (Results 1 - 9 of 9) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 212 * JudgeSandboxByPid, call JudgeSandboxByPid() through proxy project. 219 virtual int32_t JudgeSandboxByPid(pid_t pid, bool &isSandbox) = 0;
|
H A D | app_mgr_proxy.h | 189 * 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 D | mock_app_mgr_service.h | 182 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 D | app_mgr_service.h | 214 * 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 D | mock_app_mgr_service.h | 179 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 D | uri_permission_manager_stub_impl.cpp | 254 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 D | app_mgr_stub.cpp | 590 auto result = JudgeSandboxByPid(pid, isSandbox); in HandleJudgeSandboxByPid()
|
H A D | app_mgr_proxy.cpp | 322 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 D | app_mgr_service.cpp | 449 int32_t AppMgrService::JudgeSandboxByPid(pid_t pid, bool &isSandbox) in JudgeSandboxByPid() function in OHOS::AppExecFwk::AppMgrService
|
Completed in 15 milliseconds