Home
last modified time | relevance | path

Searched refs:CheckCallingIsUserTestModeInner (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1201 int32_t CheckCallingIsUserTestModeInner(const pid_t pid, bool &isUserTest);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1633 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() function in OHOS::AppExecFwk::AppMgrServiceInner