Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_stub_test/
H A Dans_subscriber_stub_unit_test.cpp236 ErrCode res = stub_->HandleOnConsumedListMap(data, reply);
261 ErrCode res = stub_->HandleOnConsumedListMap(data, reply);
289 ErrCode res = stub_->HandleOnConsumedListMap(data, reply);
319 ErrCode res = stub_->HandleOnConsumedListMap(data, reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_stub.cpp55 result = HandleOnConsumedListMap(data, reply); in OnRemoteRequest()
133 ErrCode AnsSubscriberStub::HandleOnConsumedListMap(MessageParcel &data, MessageParcel &reply) in HandleOnConsumedListMap() function in OHOS::Notification::AnsSubscriberStub
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
H A Danssubscriberstub_fuzzer.cpp74 ansSubscriberStub.HandleOnConsumedListMap(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_subscriber_stub.h117 ErrCode HandleOnConsumedListMap(MessageParcel &data, MessageParcel &reply);