Home
last modified time | relevance | path

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

/test/vts/agents/hal/
DAgentRequestHandler.cpp40 bool AgentRequestHandler::ListHals(const RepeatedPtrField<string>& base_paths) { in ListHals()
69 bool AgentRequestHandler::SetHostInfo(const int callback_port) { in SetHostInfo()
76 bool AgentRequestHandler::CheckDriverService(const string& service_name,
102 bool AgentRequestHandler::LaunchDriverService(
289 bool AgentRequestHandler::ReadSpecification(
310 bool AgentRequestHandler::ListApis() {
325 bool AgentRequestHandler::CallApi(const string& call_payload,
342 bool AgentRequestHandler::GetAttribute(const string& payload) {
358 bool AgentRequestHandler::SendApiResult(const string& func_name,
379 bool AgentRequestHandler::DefaultResponse() {
[all …]
DAgentRequestHandler.h30 class AgentRequestHandler : public VtsDriverCommUtil {
32 AgentRequestHandler(const char* spec_dir_path, const char* hal_path32, in AgentRequestHandler() function
DTcpServerForRunner.cpp97 AgentRequestHandler handler(spec_dir_path, hal_driver_path32, in StartTcpServerForRunner()
DAndroid.bp36 "AgentRequestHandler.cpp",