Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp59 ansManagerStub.HandleAddExcludeDate(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp254 ansManagerStub.HandleAddExcludeDate(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1047 ErrCode HandleAddExcludeDate(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp445 result = HandleAddExcludeDate(data, reply); in OnRemoteRequest()
2009 ErrCode AnsManagerStub::HandleAddExcludeDate(MessageParcel &data, MessageParcel &reply) in HandleAddExcludeDate() function in OHOS::Notification::AnsManagerStub