Home
last modified time | relevance | path

Searched refs:HandleSetSmartReminderEnabled (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp308 ansManagerStub.HandleSetSmartReminderEnabled(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1074 ErrCode HandleSetSmartReminderEnabled(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp359 result = HandleSetSmartReminderEnabled(data, reply); in OnRemoteRequest()
2572 ErrCode AnsManagerStub::HandleSetSmartReminderEnabled(MessageParcel &data, MessageParcel &reply) in HandleSetSmartReminderEnabled() function in OHOS::Notification::AnsManagerStub
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp5129 ErrCode res = ansManagerStub_->HandleSetSmartReminderEnabled(data, reply);