Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dpush_callback_stub.h39 ErrCode ConvertPushCheckCodeToErrCode(int32_t pushCheckCode);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dpush_callback_stub.cpp42 ErrCode PushCallBackStub::ConvertPushCheckCodeToErrCode(int32_t pushCheckCode) in ConvertPushCheckCodeToErrCode() function in OHOS::Notification::PushCallBackStub
101 checkResult = ConvertPushCheckCodeToErrCode(pushCallBackParam->result); in OnRemoteRequest()