Searched refs:isSubSystem (Results 1 – 1 of 1) sorted by relevance
1881 bool isSubSystem = AccessTokenHelper::VerifyNativeToken(IPCSkeleton::GetCallingTokenID()); in RegisterPushCallback() local1882 if (!isSubSystem && !AccessTokenHelper::IsSystemApp()) { in RegisterPushCallback()2249 bool isSubSystem = AccessTokenHelper::VerifyNativeToken(IPCSkeleton::GetCallingTokenID()); in RegisterSwingCallback() local2250 if (!isSubSystem) { in RegisterSwingCallback()2264 bool isSubSystem = AccessTokenHelper::VerifyNativeToken(IPCSkeleton::GetCallingTokenID()); in UpdateNotificationTimerByUid() local2266 if (!isSubSystem || callingUid != RESSCHED_UID) { in UpdateNotificationTimerByUid()