Searched refs:rtGetFunctionByName (Results 1 – 2 of 2) sorted by relevance
60 …rtError_t rt_ret = rtGetFunctionByName(const_cast<char *>(task_info_->stub_func().c_str()), &stub_… in Distribute()
144 rtError_t rtGetFunctionByName(const char *stubName, void **stubFunc) { return RT_ERROR_NONE; } in rtGetFunctionByName() function