Home
last modified time | relevance | path

Searched refs:OnDoNotDisturbDateChange (Results 1 - 25 of 28) sorted by relevance

12

/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_subscriber_interface.h87 virtual void OnDoNotDisturbDateChange(const sptr<NotificationDoNotDisturbDate> &date) = 0;
H A Dans_subscriber_listener.h54 void OnDoNotDisturbDateChange(const sptr<NotificationDoNotDisturbDate> &date) override;
H A Dans_subscriber_proxy.h78 void OnDoNotDisturbDateChange(const sptr<NotificationDoNotDisturbDate> &date) override;
H A Dans_subscriber_stub.h89 void OnDoNotDisturbDateChange(const sptr<NotificationDoNotDisturbDate> &date) override;
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
H A Dmock_ans_subscriber.h51 void OnDoNotDisturbDateChange(const sptr<NotificationDoNotDisturbDate> &date) override {};
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_listener.cpp149 void SubscriberListener::OnDoNotDisturbDateChange(const sptr<NotificationDoNotDisturbDate> &date) in OnDoNotDisturbDateChange() function in OHOS::Notification::SubscriberListener
156 subscriber->OnDoNotDisturbDateChange(std::make_shared<NotificationDoNotDisturbDate>(*date)); in OnDoNotDisturbDateChange()
H A Dans_subscriber_stub.cpp272 OnDoNotDisturbDateChange(date); in HandleOnDoNotDisturbDateChange()
331 void AnsSubscriberStub::OnDoNotDisturbDateChange(const sptr<NotificationDoNotDisturbDate> &date) {} in OnDoNotDisturbDateChange() function in OHOS::Notification::AnsSubscriberStub
H A Dans_subscriber_proxy.cpp306 void AnsSubscriberProxy::OnDoNotDisturbDateChange(const sptr<NotificationDoNotDisturbDate> &date) in OnDoNotDisturbDateChange() function in OHOS::Notification::AnsSubscriberProxy
310 ANS_LOGE("[OnDoNotDisturbDateChange] fail: write interface token failed."); in OnDoNotDisturbDateChange()
315 ANS_LOGE("[OnDoNotDisturbDateChange] fail: write date failed"); in OnDoNotDisturbDateChange()
323 ANS_LOGE("[OnDoNotDisturbDateChange] fail: transact ErrCode=ERR_ANS_TRANSACT_FAILED"); in OnDoNotDisturbDateChange()
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
H A Danssubscriberproxy_fuzzer.cpp55 ansSubscriberProxy.OnDoNotDisturbDateChange(date); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_subscriber.h81 virtual void OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) = 0;
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_event_manager.h84 void OnDoNotDisturbDateChange(
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
H A Danssubscriberstub_fuzzer.cpp64 // test OnDoNotDisturbDateChange function in DoSomethingInterestingWithMyAPI()
66 ansSubscriberStub.OnDoNotDisturbDateChange(date); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dsubscribe.h80 virtual void OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) override;
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_subscriber_manager_test.cpp59 void OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) override
H A Dadvanced_notification_utils_test.cpp106 void OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) override
H A Dadvanced_notification_service_branch_test.cpp115 void OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) override
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp72 void OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) override
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/
H A Dans_subscriber_proxy_unit_test.cpp484 * @tc.desc: test AnsSubscriberProxy's OnDoNotDisturbDateChange function
499 proxy->OnDoNotDisturbDateChange(date); in HWTEST_F()
504 * @tc.desc: test AnsSubscriberProxy's OnDoNotDisturbDateChange function
519 proxy->OnDoNotDisturbDateChange(date); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_event_manager.cpp345 void ReminderEventManager::ReminderNotificationSubscriber::OnDoNotDisturbDateChange( in OnDoNotDisturbDateChange() function in OHOS::Notification::ReminderEventManager::ReminderNotificationSubscriber
H A Dnotification_subscriber_manager.cpp612 record->subscriber->OnDoNotDisturbDateChange(date); in NotifyDoNotDisturbDateChangedInner()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp94 void OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) override
/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp116 void OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) override
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp620 ANS_LOGI("OnDoNotDisturbDateChange thread safe start"); in ThreadSafeOnDoNotDisturbDateChange()
648 void SubscriberInstance::OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) in OnDoNotDisturbDateChange() function in OHOS::NotificationNapi::SubscriberInstance
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp132 void OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) override
H A Dans_fw_module_test.cpp300 void OnDoNotDisturbDateChange(const std::shared_ptr<NotificationDoNotDisturbDate> &date) override
1332 * @tc.desc : OnDoNotDisturbDateChange callback.
1362 * @tc.desc : OnDoNotDisturbDateChange callback.
1398 * @tc.desc : OnDoNotDisturbDateChange callback.
1434 * @tc.desc : OnDoNotDisturbDateChange callback.

Completed in 26 milliseconds

12