Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_appstate_observer.cpp139 void ContextAppStateObserver::ProcAppStateChanged(int32_t userId) in ProcAppStateChanged() function in OHOS::UserIam::UserAuth::ContextAppStateObserver
172 ProcAppStateChanged(userId); in OnAppStateChanged()
187 ProcAppStateChanged(userId); in OnForegroundApplicationChanged()
202 ProcAppStateChanged(userId); in OnAbilityStateChanged()
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_appstate_observer.h60 void ProcAppStateChanged(int32_t userId);
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp86 contextApp->ProcAppStateChanged(userId); in ContextAppStateObserverFuzzTest()