Searched refs:isUserTest (Results 1 – 10 of 10) sorted by relevance
/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() argument
|
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;
|
H A D | app_mgr_service_inner.h | 1201 int32_t CheckCallingIsUserTestModeInner(const pid_t pid, bool &isUserTest);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_stub.cpp | 1601 bool isUserTest = false; in HandleCheckCallingIsUserTestMode() local 1602 int32_t ret = CheckCallingIsUserTestMode(pid, isUserTest); in HandleCheckCallingIsUserTestMode() 1603 if (!reply.WriteBool(isUserTest)) { in HandleCheckCallingIsUserTestMode()
|
H A D | app_mgr_proxy.cpp | 1952 int32_t AppMgrProxy::CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest) in CheckCallingIsUserTestMode() argument 1964 isUserTest = false; in CheckCallingIsUserTestMode() 1967 isUserTest = reply.ReadBool(); in CheckCallingIsUserTestMode()
|
H A D | app_mgr_client.cpp | 1301 int32_t AppMgrClient::CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest) in CheckCallingIsUserTestMode() argument 1305 return service->CheckCallingIsUserTestMode(pid, isUserTest); in CheckCallingIsUserTestMode()
|
/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() argument 1633 return appMgrServiceInner_->CheckCallingIsUserTestModeInner(pid, isUserTest); in CheckCallingIsUserTestMode()
|
H A D | app_mgr_service_inner.cpp | 7699 int32_t AppMgrServiceInner::CheckCallingIsUserTestModeInner(const pid_t pid, bool &isUserTest) in NotifyAppFaultBySA() argument 7718 isUserTest = true; in NotifyAppFaultBySA()
|