Lines Matching refs:AppStateObserver
37 AppStateObserver::AppStateObserver(INfcAppStateObserver *nfcAppStateChangeCallback) in AppStateObserver() function in OHOS::NFC::AppStateObserver
43 AppStateObserver::~AppStateObserver() in ~AppStateObserver()
48 bool AppStateObserver::SubscribeAppState() in SubscribeAppState()
69 bool AppStateObserver::UnSubscribeAppState() in UnSubscribeAppState()
86 bool AppStateObserver::Connect() in Connect()
115 bool AppStateObserver::RegisterAppStateChangeCallback(INfcAppStateObserver *nfcAppStateChangeCallba… in RegisterAppStateChangeCallback()
128 void AppStateObserver::AppStateAwareObserver::OnAbilityStateChanged( in OnAbilityStateChanged()
139 void AppStateObserver::AppStateAwareObserver::OnForegroundApplicationChanged( in OnForegroundApplicationChanged()
144 bool AppStateObserver::AppStateAwareObserver::RegisterAppStateChangeCallback( in RegisterAppStateChangeCallback()
155 void AppStateObserver::AppStateAwareObserver::OnProcessDied(const AppExecFwk::ProcessData &processD… in OnProcessDied()
159 bool AppStateObserver::IsForegroundApp(const std::string &bundleName) in IsForegroundApp()