Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp129 ansManagerStub.HandleGetNotificationAgent(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h999 ErrCode HandleGetNotificationAgent(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp127 result = HandleGetNotificationAgent(data, reply); in OnRemoteRequest()
899 ErrCode AnsManagerStub::HandleGetNotificationAgent(MessageParcel &data, MessageParcel &reply) in HandleGetNotificationAgent() function in OHOS::Notification::AnsManagerStub