Home
last modified time | relevance | path

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

/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_impl.cpp65 RetError CJRequestImpl::Convert2RetErr(ExceptionErrorCode code) in Convert2RetErr() function in OHOS::CJSystemapi::Request::CJRequestImpl
75 RetError CJRequestImpl::Convert2RetErr(ExceptionError &err) in Convert2RetErr() function in OHOS::CJSystemapi::Request::CJRequestImpl
136 .err = Convert2RetErr(result) in CreateTask()
152 .err = Convert2RetErr(result) in CreateTask()
167 return Convert2RetErr(result); in RemoveTask()
186 return Convert2RetErr(ExceptionErrorCode::E_TASK_NOT_FOUND); in ProgressOn()
192 return Convert2RetErr(result); in ProgressOn()
211 return Convert2RetErr(result); in ProgressOff()
224 return Convert2RetErr(ExceptionErrorCode::E_TASK_NOT_FOUND); in TaskExec()
229 return Convert2RetErr(code); in TaskExec()
/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_impl.h47 static RetError Convert2RetErr(ExceptionErrorCode code);
48 static RetError Convert2RetErr(ExceptionError &err);