Searched refs:TaskExec (Results 1 – 2 of 2) sorted by relevance
217 RetError CJRequestImpl::TaskExec(std::string execType, std::string taskId) in TaskExec() function in OHOS::CJSystemapi::Request::CJRequestImpl237 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()
52 static RetError TaskExec(std::string execType, std::string taskId);