Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dpush_callback_stub.cpp29 PushCallBackStub::PushCallBackStub() {} in PushCallBackStub() function in OHOS::Notification::PushCallBackStub
31 PushCallBackStub::~PushCallBackStub() {} in ~PushCallBackStub()
42 ErrCode PushCallBackStub::ConvertPushCheckCodeToErrCode(int32_t pushCheckCode) in ConvertPushCheckCodeToErrCode()
73 int PushCallBackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, Mes… in OnRemoteRequest()
86 wptr<PushCallBackStub> weak = this; in OnRemoteRequest()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dpush_callback_stub.h32 class PushCallBackStub : public IRemoteStub<IPushCallBack> {
34 PushCallBackStub();
35 virtual ~PushCallBackStub();
42 DISALLOW_COPY_AND_MOVE(PushCallBackStub);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
H A Dnapi_push_callback.h36 class JSPushCallBack : public PushCallBackStub {
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dpush_callback_stub_test.cpp37 class TestPushCallBackStub : public PushCallBackStub {