Home
last modified time | relevance | path

Searched refs:IsApplicationFirstFocused (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h277 bool IsApplicationFirstFocused(const AppRunningRecord &foregroundingRecord);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp120 manager->IsApplicationFirstFocused(foregroundingRecord); in DoSomethingInterestingWithMyAPIaddb()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp1220 bool AppRunningManager::IsApplicationFirstFocused(const AppRunningRecord &focusedRecord) in IsApplicationFirstFocused() function in OHOS::AppExecFwk::AppRunningManager
H A Dapp_mgr_service_inner.cpp5504 bool needNotifyApp = appRunningManager_->IsApplicationFirstFocused(*appRecord); in HandleFocused()