Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dpush_callback_stub.h32 class PushCallBackStub : public IRemoteStub<IPushCallBack> {
34 PushCallBackStub();
35 virtual ~PushCallBackStub();
41 DISALLOW_COPY_AND_MOVE(PushCallBackStub);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dpush_callback_stub.cpp28 PushCallBackStub::PushCallBackStub() {} in PushCallBackStub() function in OHOS::Notification::PushCallBackStub
30 PushCallBackStub::~PushCallBackStub() {} in ~PushCallBackStub()
32 int PushCallBackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, Mes… in OnRemoteRequest()
44 wptr<PushCallBackStub> weak = this; in OnRemoteRequest()
/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
Dnapi_push_callback.h35 class JSPushCallBack : public PushCallBackStub {
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dpush_callback_stub_test.cpp36 class TestPushCallBackStub : public PushCallBackStub {