Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp218 bool needNotifyApp = false; variable
236 bool needNotifyApp = false; variable
535 bool needNotifyApp = true; variable
558 bool needNotifyApp = false; variable
581 bool needNotifyApp = false; variable
603 bool needNotifyApp = false; variable
625 bool needNotifyApp = false; variable
648 bool needNotifyApp = false; variable
672 bool needNotifyApp = false; variable
694 bool needNotifyApp = false; variable
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appstateobservermanager_fuzzer/
H A Dappstateobservermanager_fuzzer.cpp58 bool needNotifyApp = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp241 bool needNotifyApp, in OnAppStateChanged()
475 const ApplicationState state, bool needNotifyApp, bool isFromWindowFocusChanged) in HandleAppStateChanged()
H A Dapp_mgr_service_inner.cpp1132 bool needNotifyApp = appRunningManager_->IsApplicationFirstForeground(*appRecord); in ApplicationForegrounded() local
1175 bool needNotifyApp = !AAFwk::UIExtensionUtils::IsUIExtension(appRecord->GetExtensionType()) in ApplicationBackgrounded() local
2911 bool needNotifyApp, in OnAppStateChanged()
5504 bool needNotifyApp = appRunningManager_->IsApplicationFirstFocused(*appRecord); in HandleFocused() local
5537 bool needNotifyApp = appRunningManager_->IsApplicationUnfocused(appRecord->GetBundleName()); in HandleUnfocused() local