Lines Matching full:fail
47 SendResponse(request, DispatchResponse::Fail("Unknown method: " + method)); in Dispatch()
86 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetSamplingInterval()
115 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartPreciseCoverage()
176 return DispatchResponse::Fail("Stop is failure"); in Stop()
190 return DispatchResponse::Fail("GetBestEffortCoverage not support now"); in GetBestEffortCoverage()
195 return DispatchResponse::Fail("StopPreciseCoverage not support now"); in StopPreciseCoverage()
200 return DispatchResponse::Fail("TakePreciseCoverage not support now"); in TakePreciseCoverage()
205 return DispatchResponse::Fail("StartPreciseCoverage not support now"); in StartPreciseCoverage()
210 return DispatchResponse::Fail("StartTypeProfile not support now"); in StartTypeProfile()
215 return DispatchResponse::Fail("StopTypeProfile not support now"); in StopTypeProfile()
220 return DispatchResponse::Fail("TakeTypeProfile not support now"); in TakeTypeProfile()