Home
last modified time | relevance | path

Searched defs:needNotifyApp (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/appstateobservermanager_fuzzer/
H A Dappstateobservermanager_fuzzer.cpp58 bool needNotifyApp = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp218 bool needNotifyApp = false; in HWTEST_F() local
236 bool needNotifyApp = false; in HWTEST_F() local
643 bool needNotifyApp = true; in HWTEST_F() local
666 bool needNotifyApp = false; in HWTEST_F() local
689 bool needNotifyApp = false; in HWTEST_F() local
711 bool needNotifyApp = false; HWTEST_F() local
733 bool needNotifyApp = false; HWTEST_F() local
756 bool needNotifyApp = false; HWTEST_F() local
780 bool needNotifyApp = false; HWTEST_F() local
802 bool needNotifyApp = false; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp238 OnAppStateChanged( const std::shared_ptr<AppRunningRecord> &appRecord, const ApplicationState state, bool needNotifyApp, bool isFromWindowFocusChanged) OnAppStateChanged() argument
512 HandleAppStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, const ApplicationState state, bool needNotifyApp, bool isFromWindowFocusChanged) HandleAppStateChanged() argument
H A Dapp_mgr_service_inner.cpp1183 bool needNotifyApp = appRunningManager_->IsApplicationFirstForeground(*appRecord); in ApplicationForegrounded() local
1226 bool needNotifyApp = !AAFwk::UIExtensionUtils::IsUIExtension(appRecord->GetExtensionType()) in ApplicationBackgrounded() local
5483 bool needNotifyApp = appRunningManager_->IsApplicationFirstFocused(*appRecord); in HandleFocused() local
5516 bool needNotifyApp = appRunningManager_->IsApplicationUnfocused(appRecord->GetBundleName()); in HandleUnfocused() local
2898 OnAppStateChanged( const std::shared_ptr<AppRunningRecord> &appRecord, const ApplicationState state, bool needNotifyApp, bool isFromWindowFocusChanged) OnAppStateChanged() argument
[all...]

Completed in 23 milliseconds