Home
last modified time | relevance | path

Searched defs:allowed (Results 1 – 25 of 25) sorted by relevance

/base/theme/screenlock_mgr/frameworks/js/napi/include/
Dnapi_screenlock_ability.h26 bool allowed; member
38 bool allowed; member
52 bool allowed; member
67 bool allowed; member
81 bool allowed; member
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_branch_test.cpp578 bool allowed = false; variable
593 bool allowed = false; variable
625 bool allowed = true; variable
641 bool allowed = true; variable
658 bool allowed = true; variable
894 bool allowed = true; variable
914 bool allowed = true; variable
Dadvanced_notification_publish_service_test.cpp512 bool allowed = false; variable
525 bool allowed = false; variable
701 bool allowed = false; variable
Dadvanced_notification_service_test.cpp349 bool allowed = false; variable
741 bool allowed = false; variable
756 bool allowed = false; variable
771 bool allowed = true; variable
787 bool allowed = true; variable
1130 bool allowed = true; variable
/base/notification/distributed_notification_service/test/fuzztest/getbundleimportance_fuzzer/
Dgetbundleimportance_fuzzer.cpp32 bool allowed = true; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/getallactivenotifications_fuzzer/
Dgetallactivenotifications_fuzzer.cpp32 bool allowed = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/core/src/manager/
Dans_manager_proxy_bundle.cpp387 ErrCode AnsManagerProxy::IsAllowedNotify(bool &allowed) in IsAllowedNotify()
416 ErrCode AnsManagerProxy::IsAllowedNotifySelf(bool &allowed) in IsAllowedNotifySelf()
507 …xy::IsSpecialBundleAllowedNotify(const sptr<NotificationBundleOption> &bundleOption, bool &allowed) in IsSpecialBundleAllowedNotify()
546 ErrCode AnsManagerProxy::IsSpecialUserAllowedNotify(const int32_t &userId, bool &allowed) in IsSpecialUserAllowedNotify()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dnotification_subscriber_manager_branch_test.cpp705 bool allowed = true; variable
722 bool allowed = true; variable
739 bool allowed = true; variable
1082 bool allowed = true; variable
1098 bool allowed = true; variable
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp378 bool allowed = fuzzData.GenerateRandomBool(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Denable_notification.h45 bool allowed = false; member
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp162 ErrCode NotificationHelper::IsAllowedNotify(bool &allowed) in IsAllowedNotify()
167 ErrCode NotificationHelper::IsAllowedNotifySelf(bool &allowed) in IsAllowedNotifySelf()
337 …de NotificationHelper::IsAllowedNotify(const NotificationBundleOption &bundleOption, bool &allowed) in IsAllowedNotify()
461 ErrCode NotificationHelper::IsAllowedNotify(const int32_t &userId, bool &allowed) in IsAllowedNotify()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_manager_stub_invalid.cpp341 ErrCode AnsManagerStub::IsAllowedNotify(bool &allowed) in IsAllowedNotify()
347 ErrCode AnsManagerStub::IsAllowedNotifySelf(bool &allowed) in IsAllowedNotifySelf()
366 …ub::IsSpecialBundleAllowedNotify(const sptr<NotificationBundleOption> &bundleOption, bool &allowed) in IsSpecialBundleAllowedNotify()
517 ErrCode AnsManagerStub::IsSpecialUserAllowedNotify(const int32_t &userId, bool &allowed) in IsSpecialUserAllowedNotify()
Dans_manager_proxy.cpp1264 ErrCode AnsManagerProxy::IsAllowedNotify(bool &allowed) in IsAllowedNotify()
1293 ErrCode AnsManagerProxy::IsAllowedNotifySelf(bool &allowed) in IsAllowedNotifySelf()
1384 …xy::IsSpecialBundleAllowedNotify(const sptr<NotificationBundleOption> &bundleOption, bool &allowed) in IsSpecialBundleAllowedNotify()
1793 ErrCode AnsManagerProxy::IsSpecialUserAllowedNotify(const int32_t &userId, bool &allowed) in IsSpecialUserAllowedNotify()
Dans_notification.cpp473 ErrCode AnsNotification::IsAllowedNotify(bool &allowed) in IsAllowedNotify()
483 ErrCode AnsNotification::IsAllowedNotifySelf(bool &allowed) in IsAllowedNotifySelf()
989 …rCode AnsNotification::IsAllowedNotify(const NotificationBundleOption &bundleOption, bool &allowed) in IsAllowedNotify()
1609 ErrCode AnsNotification::IsAllowedNotify(const int32_t &userId, bool &allowed) in IsAllowedNotify()
Dans_manager_stub.cpp1640 bool allowed = false; in HandleIsAllowedNotify() local
1656 bool allowed = false; in HandleIsAllowedNotifySelf() local
1714 bool allowed = false; in HandleIsSpecialBundleAllowedNotify() local
2119 bool allowed = false; in HandleIsSpecialUserAllowedNotifyByUser() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp406 bool allowed = true; variable
420 bool allowed = true; variable
613 bool allowed = true; variable
933 bool allowed = true; variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_publish_service.cpp1050 ErrCode AdvancedNotificationService::IsAllowedNotify(bool &allowed) in IsAllowedNotify()
1083 ErrCode AdvancedNotificationService::IsAllowedNotifySelf(bool &allowed) in IsAllowedNotifySelf()
1188 bool &allowed) in IsAllowedNotifySelf()
1218 &bundleOption, bool &allowed) in IsAllowedNotifyForBundle()
1246 const sptr<NotificationBundleOption> &bundleOption, bool &allowed) in IsSpecialBundleAllowedNotify()
2135 …rCode AdvancedNotificationService::IsSpecialUserAllowedNotify(const int32_t &userId, bool &allowed) in IsSpecialUserAllowedNotify()
2237 bool allowed = false; in SetEnabledForBundleSlot() local
Dadvanced_notification_utils.cpp2113 bool allowed = false; in AddSlotThenPublishEvent() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp300 ErrCode IsAllowedNotify(bool &allowed) override in IsAllowedNotify()
305 ErrCode IsAllowedNotifySelf(bool &allowed) override in IsAllowedNotifySelf()
321 …cialBundleAllowedNotify(const sptr<NotificationBundleOption> &bundleOption, bool &allowed) override in IsSpecialBundleAllowedNotify()
447 ErrCode IsSpecialUserAllowedNotify(const int32_t &userId, bool &allowed) override in IsSpecialUserAllowedNotify()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
Dans_manager_proxy_unit_test.cpp4872 bool allowed = false; variable
4895 bool allowed = false; variable
4917 bool allowed = false; variable
4939 bool allowed = false; variable
4961 bool allowed = false; variable
4981 bool allowed = false; variable
5004 bool allowed = false; variable
5026 bool allowed = false; variable
5048 bool allowed = false; variable
5070 bool allowed = false; variable
[all …]
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
Dnotification_service_test.cpp373 bool allowed = false; in BENCHMARK_F() local
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
Dnotification_manager_impl.cpp675 bool allowed = false; in IsNotificationEnabled() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_enable_notification.cpp504 bool allowed = false; in NapiIsNotificationEnabledSync() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp629 bool allowed = true; variable
928 bool allowed = true; variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp4382 bool allowed = true; variable
4396 bool allowed = true; variable
4411 bool allowed = true; variable
4724 bool allowed = true; variable