Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_stub_test/
Dans_subscriber_stub_unit_test.cpp252 ErrCode res = stub_->HandleOnCanceledMap(data, reply);
269 ErrCode res = stub_->HandleOnCanceledMap(data, reply);
288 ErrCode res = stub_->HandleOnCanceledMap(data, reply);
309 ErrCode res = stub_->HandleOnCanceledMap(data, reply);
332 ErrCode res = stub_->HandleOnCanceledMap(data, reply);
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
Danssubscriberstub_fuzzer.cpp41 ansSubscriberStub.HandleOnCanceledMap(datas, reply); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_subscriber_stub.h108 ErrCode HandleOnCanceledMap(MessageParcel &data, MessageParcel &reply);
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_subscriber_stub.cpp36 …std::bind(&AnsSubscriberStub::HandleOnCanceledMap, this, std::placeholders::_1, std::placeholders:… in AnsSubscriberStub()
119 ErrCode AnsSubscriberStub::HandleOnCanceledMap(MessageParcel &data, MessageParcel &reply) in HandleOnCanceledMap() function in OHOS::Notification::AnsSubscriberStub