HomeSort by relevance Sort by last modified time
    Searched refs:SendApiResult (Results 1 - 2 of 2) sorted by null

  /test/vts/agents/hal/
AgentRequestHandler.h 84 bool SendApiResult(const string& func_name, const string& result,
AgentRequestHandler.cpp 302 return SendApiResult("ReadSpecification", result);
317 return SendApiResult("GetAttribute", "", client->GetFunctions());
334 return SendApiResult("Call", client->Call(call_payload, uid));
350 return SendApiResult("GetAttribute", client->GetAttribute(payload));
353 bool AgentRequestHandler::SendApiResult(const string& func_name,

Completed in 107 milliseconds