Home
last modified time | relevance | path

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

/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h208 bool IsAppInForeground(int32_t callingPid, uint32_t callingTokenId);
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp389 !IsAppInForeground(IPCSkeleton::GetCallingPid(), callerTokenId) && !hasPermission) { in UnlockInner()
748 bool ScreenLockSystemAbility::IsAppInForeground(int32_t callingPid, uint32_t callingTokenId) in IsAppInForeground() function in OHOS::ScreenLock::ScreenLockSystemAbility