Home
last modified time | relevance | path

Searched defs:isUserTest (Results 1 – 6 of 6) 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()
/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()
H A Dapp_mgr_service_inner.cpp7699 int32_t AppMgrServiceInner::CheckCallingIsUserTestModeInner(const pid_t pid, bool &isUserTest) in NotifyAppFaultBySA()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp1301 int32_t AppMgrClient::CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest) in CheckCallingIsUserTestMode()
H A Dapp_mgr_proxy.cpp1952 int32_t AppMgrProxy::CheckCallingIsUserTestMode(const pid_t pid, bool &isUserTest) in CheckCallingIsUserTestMode()
H A Dapp_mgr_stub.cpp1601 bool isUserTest = false; in HandleCheckCallingIsUserTestMode() local