Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp81 ansManagerStub.HandlePublish(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h979 ErrCode HandlePublish(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp47 result = HandlePublish(data, reply); in OnRemoteRequest()
477 ErrCode AnsManagerStub::HandlePublish(MessageParcel &data, MessageParcel &reply) in HandlePublish() function in OHOS::Notification::AnsManagerStub