Home
last modified time | relevance | path

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

/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_impl.cpp217 RetError CJRequestImpl::TaskExec(std::string execType, std::string taskId) in TaskExec() function in OHOS::CJSystemapi::Request::CJRequestImpl
237 return CJRequestImpl::TaskExec(FUNCTION_START, taskId); in TaskStart()
242 return CJRequestImpl::TaskExec(FUNCTION_PAUSE, taskId); in TaskPause()
247 return CJRequestImpl::TaskExec(FUNCTION_RESUME, taskId); in TaskResume()
252 return CJRequestImpl::TaskExec(FUNCTION_STOP, taskId); in TaskStop()
/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_impl.h52 static RetError TaskExec(std::string execType, std::string taskId);