Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp66 ansManagerStub.HandleSetDoNotDisturbDateByUser(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp270 ansManagerStub.HandleSetDoNotDisturbDateByUser(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1054 ErrCode HandleSetDoNotDisturbDateByUser(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp331 result = HandleSetDoNotDisturbDateByUser(data, reply); in OnRemoteRequest()
2158 ErrCode AnsManagerStub::HandleSetDoNotDisturbDateByUser(MessageParcel &data, MessageParcel &reply) in HandleSetDoNotDisturbDateByUser() function in OHOS::Notification::AnsManagerStub