Home
last modified time | relevance | path

Searched defs:remindType (Results 1 – 18 of 18) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
Dansmanagerstubannexthree_fuzzer.cpp60 int32_t remindType = static_cast<int32_t>(*data % SLOT_TYPE_NUM); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp80 int32_t remindType = static_cast<int32_t>(*data % SLOT_TYPE_NUM); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/
Dreadfromparcel_fuzzer.cpp65 int32_t remindType = static_cast<int32_t>(*data % SLOT_TYPE_NUM); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp173 Notification::NotificationConstant::RemindType remindType; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
Dadvancednotificationservice_fuzzer.cpp108 Notification::NotificationConstant::RemindType remindType; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_branch_test.cpp876 …NotificationConstant::RemindType remindType = NotificationConstant::RemindType::DEVICE_ACTIVE_REMI… variable
892 …NotificationConstant::RemindType remindType = NotificationConstant::RemindType::DEVICE_ACTIVE_REMI… variable
Dadvanced_notification_service_test.cpp2442 …NotificationConstant::RemindType remindType = NotificationConstant::RemindType::DEVICE_ACTIVE_REMI… variable
2916 …NotificationConstant::RemindType remindType = NotificationConstant::RemindType::DEVICE_ACTIVE_REMI… variable
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Ddistributed.h74 NotificationConstant::RemindType remindType = NotificationConstant::RemindType::NONE; member
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp327 ErrCode NotificationHelper::GetDeviceRemindType(NotificationConstant::RemindType &remindType) in GetDeviceRemindType()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp321 ErrCode GetDeviceRemindType(NotificationConstant::RemindType &remindType) override in GetDeviceRemindType()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp817 …NotificationConstant::RemindType remindType = NotificationConstant::RemindType::DEVICE_ACTIVE_REMI… variable
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dnotification_subscriber_manager_branch_test.cpp1154 …NotificationConstant::RemindType remindType = NotificationConstant::RemindType::DEVICE_ACTIVE_REMI… variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp596 NotificationConstant::RemindType remindType = NotificationConstant::RemindType::NONE; variable
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp859 ErrCode AnsNotification::GetDeviceRemindType(NotificationConstant::RemindType &remindType) in GetDeviceRemindType()
Dans_manager_proxy.cpp1830 ErrCode AnsManagerProxy::GetDeviceRemindType(NotificationConstant::RemindType &remindType) in GetDeviceRemindType()
Dans_manager_stub.cpp2120 ErrCode AnsManagerStub::GetDeviceRemindType(NotificationConstant::RemindType &remindType) in GetDeviceRemindType()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp3909 NotificationConstant::RemindType remindType = NotificationConstant::RemindType::NONE; variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp3202 …Code AdvancedNotificationService::GetDeviceRemindType(NotificationConstant::RemindType &remindType) in GetDeviceRemindType()