Searched refs:ContextAppStateObserver (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | context_appstate_observer_test.cpp | 93 …auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.settings"); 104 …auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.settings"); 115 … auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.setting"); 126 …auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.settings"); 137 …auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.settings"); 148 … auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.setting"); 159 … auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.setting"); 170 …auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.settings"); 181 … auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.setting");
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | context_appstate_observer.cpp | 71 appStateObserver_ = new (std::nothrow) ContextAppStateObserver(contextId, bundleName); in SubscribeAppState() 133 ContextAppStateObserver::ContextAppStateObserver(const uint64_t contextId, in ContextAppStateObserver() function in OHOS::UserIam::UserAuth::ContextAppStateObserver 139 void ContextAppStateObserver::ProcAppStateChanged(int32_t userId) in ProcAppStateChanged() 162 void ContextAppStateObserver::OnAppStateChanged(const AppStateData &appStateData) in OnAppStateChanged() 177 void ContextAppStateObserver::OnForegroundApplicationChanged(const AppStateData &appStateData) in OnForegroundApplicationChanged() 192 void ContextAppStateObserver::OnAbilityStateChanged(const AbilityStateData &abilityStateData) in OnAbilityStateChanged()
|
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/ |
H A D | context_appstate_observer.h | 51 class ContextAppStateObserver : public ApplicationStateObserverStub { 53 ContextAppStateObserver(const uint64_t contextId, const std::string bundleName); 54 ~ContextAppStateObserver() override = default;
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/ |
H A D | remote_auth_context_fuzzer.cpp | 71 auto contextApp = MakeShared<ContextAppStateObserver>(contextId, bundleName); in ContextAppStateObserverFuzzTest()
|