Home
last modified time | relevance | path

Searched refs:HandleCancelContinuousTaskNotification (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp147 ansManagerStub.HandleCancelContinuousTaskNotification(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1042 ErrCode HandleCancelContinuousTaskNotification(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp295 result = HandleCancelContinuousTaskNotification(data, reply); in OnRemoteRequest()
1086 ErrCode AnsManagerStub::HandleCancelContinuousTaskNotification(MessageParcel &data, MessageParcel &… in HandleCancelContinuousTaskNotification() function in OHOS::Notification::AnsManagerStub