Searched refs:isSandbox (Results 1 - 12 of 12) sorted by relevance
/foundation/ability/form_fwk/services/include/ |
H A D | form_render_mgr.h | 102 void InitRenderInner(bool isSandbox, int32_t userId);
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_render_mgr.cpp | 439 void FormRenderMgr::InitRenderInner(bool isSandbox, int32_t userId) in InitRenderInner() argument 441 HILOG_INFO("isSandbox:%{public}d userId:%{public}d", isSandbox, userId); in InitRenderInner() 443 if (isSandbox) { in InitRenderInner()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 216 * @param isSandbox, current app is or not a sandbox. 219 virtual int32_t JudgeSandboxByPid(pid_t pid, bool &isSandbox) = 0;
|
H A D | app_mgr_proxy.h | 193 * @param isSandbox, current app is or not a sandbox. 196 virtual int32_t JudgeSandboxByPid(pid_t pid, bool &isSandbox) override;
|
/foundation/ability/ability_runtime/services/uripermmgr/src/ |
H A D | uri_permission_manager_stub_impl.cpp | 253 bool isSandbox = false; in CheckCalledBySandBox() local 254 if (IN_PROCESS_CALL(appMgr_->JudgeSandboxByPid(callerPid, isSandbox)) != ERR_OK) { in CheckCalledBySandBox() 258 if (isSandbox) { in CheckCalledBySandBox()
|
/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() argument
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 218 * @param isSandbox, current app is or not a sandbox. 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() argument
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_stub.cpp | 589 bool isSandbox = false; in HandleJudgeSandboxByPid() local 590 auto result = JudgeSandboxByPid(pid, isSandbox); in HandleJudgeSandboxByPid() 591 if (!reply.WriteBool(isSandbox)) { in HandleJudgeSandboxByPid()
|
H A D | app_mgr_proxy.cpp | 322 int32_t AppMgrProxy::JudgeSandboxByPid(pid_t pid, bool &isSandbox) in JudgeSandboxByPid() argument 333 isSandbox = reply.ReadBool(); in JudgeSandboxByPid()
|
/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() argument 463 isSandbox = true; in JudgeSandboxByPid()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 1559 void SetIsSandbox(bool isSandbox) in SetIsSandbox() argument 1561 isSandboxApp_ = isSandbox; in SetIsSandbox()
|
Completed in 22 milliseconds