Home
last modified time | relevance | path

Searched refs:HandleOnBadgeChanged (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.cpp521 ErrCode res = stub_->HandleOnBadgeChanged(data, reply);
539 ErrCode res = stub_->HandleOnBadgeChanged(data, reply);
552 ErrCode res = stub_->HandleOnBadgeChanged(data, reply);
571 ErrCode res = stub_->HandleOnBadgeChanged(data, reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_stub.cpp79 result = HandleOnBadgeChanged(data, reply); in OnRemoteRequest()
287 ErrCode AnsSubscriberStub::HandleOnBadgeChanged(MessageParcel &data, MessageParcel &reply) in HandleOnBadgeChanged() function in OHOS::Notification::AnsSubscriberStub
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
H A Danssubscriberstub_fuzzer.cpp78 ansSubscriberStub.HandleOnBadgeChanged(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_subscriber_stub.h123 ErrCode HandleOnBadgeChanged(MessageParcel &data, MessageParcel &reply);