Home
last modified time | relevance | path

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

/test/vts/agents/hal/
DAgentRequestHandler.cpp307 return SendApiResult("ReadSpecification", result);
322 return SendApiResult("GetAttribute", "", client->GetFunctions());
339 return SendApiResult("Call", client->Call(call_payload, uid));
355 return SendApiResult("GetAttribute", client->GetAttribute(payload));
358 bool AgentRequestHandler::SendApiResult(const string& func_name, function in android::vts::AgentRequestHandler
DAgentRequestHandler.h84 bool SendApiResult(const string& func_name, const string& result,