Home
last modified time | relevance | path

Searched defs:needNotifyApp (Results 1 – 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
Dapp_state_observer_manager_test.cpp203 bool needNotifyApp = false; variable
221 bool needNotifyApp = false; variable
520 bool needNotifyApp = true; variable
543 bool needNotifyApp = false; variable
566 bool needNotifyApp = false; variable
588 bool needNotifyApp = false; variable
610 bool needNotifyApp = false; variable
633 bool needNotifyApp = false; variable
657 bool needNotifyApp = false; variable
679 bool needNotifyApp = false; variable
/foundation/ability/ability_runtime/test/fuzztest/appstateobservermanager_fuzzer/
Dappstateobservermanager_fuzzer.cpp57 bool needNotifyApp = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/appmgrserviceinnerfirst_fuzzer/
Dappmgrserviceinnerfirst_fuzzer.cpp93 bool needNotifyApp = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_state_observer_manager.cpp136 …nst std::shared_ptr<AppRunningRecord> &appRecord, const ApplicationState state, bool needNotifyApp) in OnAppStateChanged()
329 const ApplicationState state, bool needNotifyApp) in HandleAppStateChanged()
Dapp_mgr_service_inner.cpp476 bool needNotifyApp = appRunningManager_->IsApplicationFirstForeground(*appRecord); in ApplicationForegrounded() local
520 bool needNotifyApp = !AAFwk::UIExtensionUtils::IsUIExtension(appRecord->GetExtensionType()) in ApplicationBackgrounded() local
1594 …nst std::shared_ptr<AppRunningRecord> &appRecord, const ApplicationState state, bool needNotifyApp) in OnAppStateChanged()
3632 bool needNotifyApp = appRunningManager_->IsApplicationFirstFocused(*appRecord); in HandleFocused() local
3661 bool needNotifyApp = appRunningManager_->IsApplicationUnfocused(appRecord->GetBundleName()); in HandleUnfocused() local