Searched refs:AnsSubscriberStub (Results 1 – 7 of 7) sorted by relevance
27 AnsSubscriberStub::AnsSubscriberStub() {} in AnsSubscriberStub() function in OHOS::Notification::AnsSubscriberStub29 AnsSubscriberStub::~AnsSubscriberStub() {} in ~AnsSubscriberStub()34 std::u16string descriptor = AnsSubscriberStub::GetDescriptor(); in OnRemoteRequest()94 ErrCode AnsSubscriberStub::HandleOnConnected(MessageParcel &data, MessageParcel &reply) in HandleOnConnected()100 ErrCode AnsSubscriberStub::HandleOnDisconnected(MessageParcel &data, MessageParcel &reply) in HandleOnDisconnected()106 ErrCode AnsSubscriberStub::HandleOnConsumedMap(MessageParcel &data, MessageParcel &reply) in HandleOnConsumedMap()253 ErrCode AnsSubscriberStub::HandleOnUpdated(MessageParcel &data, MessageParcel &reply) in HandleOnUpdated()309 void AnsSubscriberStub::OnConnected() {} in OnConnected()311 void AnsSubscriberStub::OnDisconnected() {} in OnDisconnected()313 void AnsSubscriberStub::OnConsumed( in OnConsumed()[all …]
25 class AnsSubscriberStub : public IRemoteStub<AnsSubscriberInterface> {27 AnsSubscriberStub();28 ~AnsSubscriberStub() override;29 DISALLOW_COPY_AND_MOVE(AnsSubscriberStub);
28 class SubscriberListener final : public AnsSubscriberStub {
50 sptr<AnsSubscriberStub> stub_;63 stub_ = new AnsSubscriberStub(); in SetUp()100 data.WriteInterfaceToken(AnsSubscriberStub::GetDescriptor());120 data.WriteInterfaceToken(AnsSubscriberStub::GetDescriptor());
29 Notification::AnsSubscriberStub ansSubscriberStub; in DoSomethingInterestingWithMyAPI()
126 class SubscriberImpl final : public AnsSubscriberStub {
69 sptr<Notification::AnsSubscriberStub> subscriber = new Notification::AnsSubscriberStub(); in DoSomethingInterestingWithMyAPI()