Home
last modified time | relevance | path

Searched refs:IsSystemApp (Results 1 – 25 of 52) sorted by relevance

123

/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_subscriber_service.cpp56 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in Subscribe()
90 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in SubscribeSelf()
125 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in Unsubscribe()
Dadvanced_notification_publish_service.cpp103 if (!AccessTokenHelper::IsSystemApp()) { in Publish()
115 !AccessTokenHelper::IsSystemApp() && in Publish()
221 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in CancelAsBundle()
278 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in Delete()
323 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in DeleteByBundle()
381 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in DeleteAll()
447 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in SetShowBadgeEnabledForBundle()
481 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in GetShowBadgeEnabledForBundle()
595 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in SetNotificationsEnabledForAllBundles()
634 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in SetNotificationsEnabledForSpecialBundle()
[all …]
Dadvanced_notification_slot_service.cpp41 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in AddSlots()
119 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in GetSlotsByBundle()
158 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in UpdateSlots()
318 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in GetSlotFlagsAsBundle()
360 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in SetSlotFlagsAsBundle()
485 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in GetSlotNumAsBundle()
Dadvanced_notification_service.cpp110 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in PrepareNotificationRequest()
329 !AccessTokenHelper::IsSystemApp() && !isSubsystem) { in PrepareNotificationInfo()
866 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in GetAllActiveNotifications()
914 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in GetSpecialActiveNotifications()
1081 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in EnableDistributed()
1114 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in EnableDistributedByBundle()
1196 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in IsDistributedEnableByBundle()
1249 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in SetDoNotDisturbDate()
1271 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in GetDoNotDisturbDate()
1304 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in SetSyncNotificationEnabledWithoutApp()
[all …]
Daccess_token_helper.cpp39 bool AccessTokenHelper::IsSystemApp() in IsSystemApp() function in OHOS::Notification::AccessTokenHelper
Dadvanced_notification_reminder_service.cpp95 if (!reminder->IsSystemApp() && (result != ERR_OK || !allowedNotify)) { in PublishReminder()
209 if (!isSubsystem && !AccessTokenHelper::IsSystemApp()) { in GetDeviceRemindType()
/base/notification/distributed_notification_service/services/ans/test/unittest/access_token_helper_test/
Daccess_token_helper_test.cpp94 EXPECT_FALSE(stub_->IsSystemApp());
105 EXPECT_TRUE(stub_->IsSystemApp());
/base/notification/distributed_notification_service/services/test/moduletest/mock/
Dmock_access_token_helper.cpp31 bool AccessTokenHelper::IsSystemApp() in IsSystemApp() function in OHOS::Notification::AccessTokenHelper
Dmock_bundle_manager_helper.cpp42 bool BundleManagerHelper::IsSystemApp(int uid) in IsSystemApp() function in OHOS::Notification::BundleManagerHelper
/base/notification/common_event_service/services/test/unittest/mock/
Dmock_access_token_helper.cpp48 bool AccessTokenHelper::IsSystemApp() in IsSystemApp() function in OHOS::EventFwk::AccessTokenHelper
/base/notification/distributed_notification_service/services/ans/include/
Daccess_token_helper.h37 static bool IsSystemApp();
Dbundle_manager_helper.h49 bool IsSystemApp(int32_t uid);
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
Dmock_access_token_helper.cpp33 bool AccessTokenHelper::IsSystemApp() in IsSystemApp() function in OHOS::Notification::AccessTokenHelper
Dmock_bundle_manager_helper.cpp48 bool BundleManagerHelper::IsSystemApp(int uid) in IsSystemApp() function in OHOS::Notification::BundleManagerHelper
/base/notification/common_event_service/test/mock/
Dmock_access_token_helper.cpp42 bool AccessTokenHelper::IsSystemApp() in IsSystemApp() function in OHOS::EventFwk::AccessTokenHelper
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_access_token_helper_test.cpp148 bool result = AccessTokenHelper::IsSystemApp(); in HWTEST_F()
168 bool result = AccessTokenHelper::IsSystemApp(); in HWTEST_F()
/base/notification/common_event_service/services/include/
Daccess_token_helper.h40 static bool IsSystemApp();
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
Dmock_bundle_manager_helper.cpp42 bool BundleManagerHelper::IsSystemApp(int uid) in IsSystemApp() function in OHOS::Notification::BundleManagerHelper
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/mock/
Dmock_bundle_manager_helper.cpp43 bool BundleManagerHelper::IsSystemApp(int uid) in IsSystemApp() function in OHOS::Notification::BundleManagerHelper
/base/inputmethod/imf/services/identity_checker/include/
Didentity_checker_impl.h26 bool IsSystemApp(uint64_t fullTokenId) override;
Didentity_checker.h29 virtual bool IsSystemApp(uint64_t fullTokenId) = 0;
/base/notification/common_event_service/services/test/unittest/common_event_manager_service_branch_test/
Dmock_access_token_helper.cpp60 bool AccessTokenHelper::IsSystemApp() in IsSystemApp() function in OHOS::EventFwk::AccessTokenHelper
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp281 if (!IsSystemApp()) { in Unlock()
312 if (!IsSystemApp()) { in Lock()
348 if (tokenType == TOKEN_HAP && !IsSystemApp()) { in IsLocked()
393 if (!IsSystemApp()) { in OnSystemEvent()
412 if (!IsSystemApp()) { in SendScreenLockEvent()
600 bool ScreenLockSystemAbility::IsSystemApp() in IsSystemApp() function in OHOS::ScreenLock::ScreenLockSystemAbility
/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/
Dmock_access_token_helper.cpp94 bool AccessTokenHelper::IsSystemApp() in IsSystemApp() function in OHOS::EventFwk::AccessTokenHelper
/base/notification/distributed_notification_service/services/ans/test/unittest/bundle_manager_helper_branch_test/
Dbundle_manager_helper_branch_test.cpp75 EXPECT_EQ(false, bundleManagerHelper.IsSystemApp(uid));
88 EXPECT_EQ(false, bundleManagerHelper.IsSystemApp(uid));

123