Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp134 ansManagerStub.HandlePublishAsBundle(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1001 ErrCode HandlePublishAsBundle(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp135 result = HandlePublishAsBundle(data, reply); in OnRemoteRequest()
939 ErrCode AnsManagerStub::HandlePublishAsBundle(MessageParcel &data, MessageParcel &reply) in HandlePublishAsBundle() function in OHOS::Notification::AnsManagerStub