Home
last modified time | relevance | path

Searched defs:pushCheckCode (Results 1 – 2 of 2) 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
136 int pushCheckCode = 1; variable
149 int pushCheckCode = 2; variable
162 int pushCheckCode = 3; variable
175 int pushCheckCode = 4; variable
188 int pushCheckCode = 5; variable
201 int pushCheckCode = -1; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dpush_callback_stub.cpp42 ErrCode PushCallBackStub::ConvertPushCheckCodeToErrCode(int32_t pushCheckCode) in ConvertPushCheckCodeToErrCode()