Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1881 bool isSubSystem = AccessTokenHelper::VerifyNativeToken(IPCSkeleton::GetCallingTokenID()); in RegisterPushCallback() local
1882 if (!isSubSystem && !AccessTokenHelper::IsSystemApp()) { in RegisterPushCallback()
2249 bool isSubSystem = AccessTokenHelper::VerifyNativeToken(IPCSkeleton::GetCallingTokenID()); in RegisterSwingCallback() local
2250 if (!isSubSystem) { in RegisterSwingCallback()
2264 bool isSubSystem = AccessTokenHelper::VerifyNativeToken(IPCSkeleton::GetCallingTokenID()); in UpdateNotificationTimerByUid() local
2266 if (!isSubSystem || callingUid != RESSCHED_UID) { in UpdateNotificationTimerByUid()