Home
last modified time | relevance | path

Searched defs:hasPermission (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/setnotificationbadgenum_fuzzer/
Dsetnotificationbadgenum_fuzzer.cpp27 bool hasPermission = true; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp152 ErrCode NotificationHelper::HasNotificationPolicyAccessPermission(bool &hasPermission) in HasNotificationPolicyAccessPermission()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp425 bool hasPermission = true; variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp361 bool hasPermission = true; variable
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp339 ErrCode AnsNotification::HasNotificationPolicyAccessPermission(bool &hasPermission) in HasNotificationPolicyAccessPermission()
/base/print/print_fwk/test/unittest/service_test/
Dprint_service_ability_test.cpp203 …d_ptr<MockPrintServiceHelper> PrintServiceAbilityTest::CreatePrintServiceHelper(bool hasPermission, in CreatePrintServiceHelper()