Home
last modified time | relevance | path

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

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