Home
last modified time | relevance | path

Searched refs:pushCheckCode (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.cpp123 int pushCheckCode = 0; variable
125 ErrCode ret = testPushCallBackStub.ConvertPushCheckCodeToErrCode(pushCheckCode);
136 int pushCheckCode = 1; variable
138 ErrCode ret = testPushCallBackStub.ConvertPushCheckCodeToErrCode(pushCheckCode);
149 int pushCheckCode = 2; variable
151 ErrCode ret = testPushCallBackStub.ConvertPushCheckCodeToErrCode(pushCheckCode);
162 int pushCheckCode = 3; variable
164 ErrCode ret = testPushCallBackStub.ConvertPushCheckCodeToErrCode(pushCheckCode);
175 int pushCheckCode = 4; variable
188 int pushCheckCode = 5; variable
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dpush_callback_stub.cpp42 ErrCode PushCallBackStub::ConvertPushCheckCodeToErrCode(int32_t pushCheckCode) in ConvertPushCheckCodeToErrCode() argument
45 PushCheckErrCode checkCode = static_cast<PushCheckErrCode>(pushCheckCode); in ConvertPushCheckCodeToErrCode()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dpush_callback_stub.h39 ErrCode ConvertPushCheckCodeToErrCode(int32_t pushCheckCode);