Home
last modified time | relevance | path

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 Dapp_mgr_interface.h753 virtual int32_t CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest) in CheckCallingIsUserTestMode() argument
H A Dapp_mgr_client.h813 int32_t CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest);
H A Dapp_mgr_proxy.h660 int32_t CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest) override;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h579 int32_t CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest) override;
H A Dapp_mgr_service_inner.h1201 int32_t CheckCallingIsUserTestModeInner(const pid_t pid, bool &isUserTest);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp1601 bool isUserTest = false; in HandleCheckCallingIsUserTestMode() local
1602 int32_t ret = CheckCallingIsUserTestMode(pid, isUserTest); in HandleCheckCallingIsUserTestMode()
1603 if (!reply.WriteBool(isUserTest)) { in HandleCheckCallingIsUserTestMode()
H A Dapp_mgr_proxy.cpp1952 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 Dapp_mgr_client.cpp1301 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 Dapp_mgr_service.cpp1627 int32_t AppMgrService::CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest) in CheckCallingIsUserTestMode() argument
1633 return appMgrServiceInner_->CheckCallingIsUserTestModeInner(pid, isUserTest); in CheckCallingIsUserTestMode()
H A Dapp_mgr_service_inner.cpp7699 int32_t AppMgrServiceInner::CheckCallingIsUserTestModeInner(const pid_t pid, bool &isUserTest) in NotifyAppFaultBySA() argument
7718 isUserTest = true; in NotifyAppFaultBySA()