Home
last modified time | relevance | path

Searched refs:foregroundApp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dipc_common.cpp169 …td::find_if(foregroundAppList.begin(), foregroundAppList.end(), [bundleName] (auto foregroundApp) { in CheckForegroundApplication() argument
170 return bundleName.compare(foregroundApp.bundleName) == 0; in CheckForegroundApplication()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_background_proxy.cpp438 …td::find_if(foregroundAppList.begin(), foregroundAppList.end(), [bundleName] (auto foregroundApp) { in IsAppBackground() argument
439 return bundleName.compare(foregroundApp.bundleName) == 0; in IsAppBackground()