Home
last modified time | relevance | path

Searched refs:ConvertPushCheckCodeToErrCode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dpush_callback_stub_test.cpp125 ErrCode ret = testPushCallBackStub.ConvertPushCheckCodeToErrCode(pushCheckCode);
138 ErrCode ret = testPushCallBackStub.ConvertPushCheckCodeToErrCode(pushCheckCode);
151 ErrCode ret = testPushCallBackStub.ConvertPushCheckCodeToErrCode(pushCheckCode);
164 ErrCode ret = testPushCallBackStub.ConvertPushCheckCodeToErrCode(pushCheckCode);
177 ErrCode ret = testPushCallBackStub.ConvertPushCheckCodeToErrCode(pushCheckCode);
190 ErrCode ret = testPushCallBackStub.ConvertPushCheckCodeToErrCode(pushCheckCode);
203 ErrCode ret = testPushCallBackStub.ConvertPushCheckCodeToErrCode(pushCheckCode);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dpush_callback_stub.cpp42 ErrCode PushCallBackStub::ConvertPushCheckCodeToErrCode(int32_t pushCheckCode) in ConvertPushCheckCodeToErrCode() function in OHOS::Notification::PushCallBackStub
101 checkResult = ConvertPushCheckCodeToErrCode(pushCallBackParam->result); in OnRemoteRequest()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dpush_callback_stub.h39 ErrCode ConvertPushCheckCodeToErrCode(int32_t pushCheckCode);