Home
last modified time | relevance | path

Searched refs:CallApi (Results 1 – 4 of 4) sorted by relevance

/test/vts/agents/hal/
DAgentRequestHandler.h70 bool CallApi(const string& call_payload, const string& uid);
DAgentRequestHandler.cpp325 bool AgentRequestHandler::CallApi(const string& call_payload, function in android::vts::AgentRequestHandler
566 return CallApi(command_msg.arg(), command_msg.driver_caller_uid());
/test/vts/utils/python/mirror/
Dnative_entity_mirror.py222 results = self._client.CallApi(
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py340 def CallApi(self, arg, caller_uid=None): member in VtsTcpClient