Home
last modified time | relevance | path

Searched refs:IsForegroundApplication (Results 1 - 6 of 6) sorted by relevance

/base/powermgr/power_manager/utils/appmgr/include/
H A Dapp_manager_utils.h30 static bool IsForegroundApplication(const std::string& appName);
/base/powermgr/power_manager/utils/native/include/
H A Dpower_utils.h31 static bool IsForegroundApplication(const std::string& appName);
/base/powermgr/power_manager/utils/ability/
H A Dpower_ability.cpp68 return AppManagerUtils::IsForegroundApplication(appName); in PowerIsForegroundApplication()
/base/powermgr/power_manager/utils/appmgr/src/
H A Dapp_manager_utils.cpp65 bool AppManagerUtils::IsForegroundApplication(const std::string& appName) in IsForegroundApplication() function in OHOS::PowerMgr::AppManagerUtils
68 POWER_HILOGW(FEATURE_UTIL, "IsForegroundApplication: app name is empty"); in IsForegroundApplication()
81 POWER_HILOGI(FEATURE_UTIL, "IsForegroundApplication, ret: %{public}u", static_cast<uint32_t>(IsForeground)); in IsForegroundApplication()
/base/powermgr/power_manager/utils/native/src/
H A Dpower_utils.cpp198 bool PowerUtils::IsForegroundApplication(const std::string& appName) in IsForegroundApplication() function in OHOS::PowerMgr::PowerUtils
/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.cpp943 if (!PowerUtils::IsForegroundApplication(INCALL_APP_BUNDLE_NAME)) { in OnClose()

Completed in 5 milliseconds