Searched refs:CheckCallingIsUserTestMode (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/common/include/ |
H A D | session_permission.h | 45 static bool CheckCallingIsUserTestMode(pid_t pid);
|
/ohos5.0/foundation/window/window_manager/window_scene/common/src/ |
H A D | session_permission.cpp | 302 bool SessionPermission::CheckCallingIsUserTestMode(pid_t pid) in CheckCallingIsUserTestMode() function in OHOS::Rosen::SessionPermission 313 int32_t ret = appMgrClient->CheckCallingIsUserTestMode(pid, isUserTestMode); in CheckCallingIsUserTestMode()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 753 virtual int32_t CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest) in CheckCallingIsUserTestMode() function
|
H A D | app_mgr_client.h | 813 int32_t CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest);
|
H A D | app_mgr_proxy.h | 660 int32_t CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest) override;
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 579 int32_t CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest) override;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_client.cpp | 1301 int32_t AppMgrClient::CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest) in CheckCallingIsUserTestMode() function in OHOS::AppExecFwk::AppMgrClient 1305 return service->CheckCallingIsUserTestMode(pid, isUserTest); in CheckCallingIsUserTestMode()
|
H A D | app_mgr_stub.cpp | 1602 int32_t ret = CheckCallingIsUserTestMode(pid, isUserTest); in HandleCheckCallingIsUserTestMode()
|
H A D | app_mgr_proxy.cpp | 1952 int32_t AppMgrProxy::CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest) in CheckCallingIsUserTestMode() function in OHOS::AppExecFwk::AppMgrProxy
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 1627 int32_t AppMgrService::CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest) in CheckCallingIsUserTestMode() function in OHOS::AppExecFwk::AppMgrService
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 8278 if (!SessionPermission::IsSACalling() && !SessionPermission::CheckCallingIsUserTestMode(pid)) { in PendingSessionToForeground()
|