Home
last modified time | relevance | path

Searched refs:isSandbox (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr.h102 void InitRenderInner(bool isSandbox, int32_t userId);
/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp439 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 Dapp_mgr_interface.h216 * @param isSandbox, current app is or not a sandbox.
219 virtual int32_t JudgeSandboxByPid(pid_t pid, bool &isSandbox) = 0;
H A Dapp_mgr_proxy.h193 * @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 Duri_permission_manager_stub_impl.cpp253 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 Dmock_app_mgr_service.h182 virtual int32_t JudgeSandboxByPid(pid_t pid, bool &isSandbox) in JudgeSandboxByPid() argument
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h218 * @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 Dmock_app_mgr_service.h179 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 Dapp_mgr_stub.cpp589 bool isSandbox = false; in HandleJudgeSandboxByPid() local
590 auto result = JudgeSandboxByPid(pid, isSandbox); in HandleJudgeSandboxByPid()
591 if (!reply.WriteBool(isSandbox)) { in HandleJudgeSandboxByPid()
H A Dapp_mgr_proxy.cpp322 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 Dapp_mgr_service.cpp449 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 Dinner_bundle_info.h1559 void SetIsSandbox(bool isSandbox) in SetIsSandbox() argument
1561 isSandboxApp_ = isSandbox; in SetIsSandbox()

Completed in 22 milliseconds