Home
last modified time | relevance | path

Searched refs:HandleRemoveNotifications (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp162 ansManagerStub.HandleRemoveNotifications(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_stub.h1007 ErrCode HandleRemoveNotifications(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub.cpp159 result = HandleRemoveNotifications(data, reply); in OnRemoteRequest()
1202 ErrCode AnsManagerStub::HandleRemoveNotifications(MessageParcel &data, MessageParcel &reply) in HandleRemoveNotifications() function in OHOS::Notification::AnsManagerStub
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp4997 ErrCode ret = ansManagerStub_->HandleRemoveNotifications(data, reply);