Home
last modified time | relevance | path

Searched refs:ContextAppStateObserver (Results 1 - 4 of 4) sorted by relevance

/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_appstate_observer.h51 class ContextAppStateObserver : public ApplicationStateObserverStub { class
53 ContextAppStateObserver(const uint64_t contextId, const std::string bundleName);
54 ~ContextAppStateObserver() override = default;
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dcontext_appstate_observer_test.cpp93 auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.settings"); in HWTEST_F()
104 auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.settings"); in HWTEST_F()
115 auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.setting"); in HWTEST_F()
126 auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.settings"); in HWTEST_F()
137 auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.settings"); in HWTEST_F()
148 auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.setting"); in HWTEST_F()
159 auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.setting"); in HWTEST_F()
170 auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.settings"); in HWTEST_F()
181 auto appStateObserver = new (std::nothrow) ContextAppStateObserver(contextId, "com.homs.setting"); in HWTEST_F()
/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_appstate_observer.cpp71 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()
/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp71 auto contextApp = MakeShared<ContextAppStateObserver>(contextId, bundleName); in ContextAppStateObserverFuzzTest()

Completed in 3 milliseconds