Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
Dansmanagerstubannexthree_fuzzer.cpp64 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.cpp190 Notification::NotificationConstant::RemindType remindType; in DoSomethingInterestingWithMyAPI() local
/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.cpp337 ErrCode NotificationHelper::GetDeviceRemindType(NotificationConstant::RemindType &remindType) in GetDeviceRemindType()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp2452 …NotificationConstant::RemindType remindType = NotificationConstant::RemindType::DEVICE_ACTIVE_REMI… variable
2919 …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.cpp577 NotificationConstant::RemindType remindType = NotificationConstant::RemindType::NONE; variable
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp838 …NotificationConstant::RemindType remindType = NotificationConstant::RemindType::DEVICE_ACTIVE_REMI… variable
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp900 ErrCode AnsNotification::GetDeviceRemindType(NotificationConstant::RemindType &remindType) in GetDeviceRemindType()
Dans_manager_proxy.cpp1930 ErrCode AnsManagerProxy::GetDeviceRemindType(NotificationConstant::RemindType &remindType) in GetDeviceRemindType()
Dans_manager_stub.cpp2143 ErrCode AnsManagerStub::GetDeviceRemindType(NotificationConstant::RemindType &remindType) in GetDeviceRemindType()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp2761 …Code AdvancedNotificationService::GetDeviceRemindType(NotificationConstant::RemindType &remindType) in GetDeviceRemindType()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp4106 NotificationConstant::RemindType remindType = NotificationConstant::RemindType::NONE; variable