Home
last modified time | relevance | path

Searched refs:GetAttribute (Results 1 – 24 of 24) sorted by relevance

/test/vts/utils/python/mirror/
Dnative_entity_mirror.py105 def GetAttribute(self, attribute_name): member in NativeEntityMirror
170 attribute_spec = self.GetAttribute(attribute_name)
316 if not self.GetAttribute(api_name):
380 arg_msg = self.GetAttribute(api_name)
/test/vts/drivers/hal/server/
DSocketServer.cpp80 string VtsDriverHalSocketServer::GetAttribute(const string& arg) { in GetAttribute() function in android::vts::VtsDriverHalSocketServer
83 const string& result = driver_manager_->GetAttribute(call_msg); in GetAttribute()
175 const string& result = GetAttribute(command_message.arg()); in ProcessOneCommand()
DSocketServer.h65 string GetAttribute(const string& arg);
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/lib/ndk/bionic/1.0/
DlibcV1.vts.h29 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
/test/vts/drivers/hal/common/include/driver_base/
DDriverBase.h73 virtual bool GetAttribute(vts::FunctionSpecificationMessage* /*func_msg*/, in GetAttribute() function
/test/vts/agents/hal/
DSocketClientToDriver.h70 string GetAttribute(const string& arg);
DAgentRequestHandler.h73 bool GetAttribute(const string& payload);
DAgentRequestHandler.cpp342 bool AgentRequestHandler::GetAttribute(const string& payload) { function in android::vts::AgentRequestHandler
355 return SendApiResult("GetAttribute", client->GetAttribute(payload));
568 return GetAttribute(command_msg.arg());
DSocketClientToDriver.cpp131 string VtsDriverSocketClient::GetAttribute(const string& arg) { in GetAttribute() function in android::vts::VtsDriverSocketClient
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
DNfcClientCallback.vts.h62 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DNfc.vts.h78 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DMemoryTest.vts.h73 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DTestMsgQ.vts.h85 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DNfcClientCallback.driver.cpp80 bool FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback
DBar.vts.h172 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
DlibcV1.driver.cpp194 bool FuzzerExtended_libc::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_libc
DMemoryTest.driver.cpp113 bool FuzzerExtended_android_hardware_tests_memory_V1_0_IMemoryTest::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_tests_memory_V1_0_IMemoryTest
DNfc.driver.cpp135 bool FuzzerExtended_android_hardware_nfc_V1_0_INfc::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_nfc_V1_0_INfc
DTestMsgQ.driver.cpp198 bool FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ
DBar.driver.cpp649 bool FuzzerExtended_android_hardware_tests_bar_V1_0_IBar::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_tests_bar_V1_0_IBar
/test/vts/drivers/hal/common/include/driver_manager/
DVtsHalDriverManager.h116 string GetAttribute(FunctionCallMessage* func_msg);
/test/vts/testcases/codelab/fmq_test/
DVtsCodelabFmqTest.py143 read_param_type = self._stream_in_types.GetAttribute("ReadParameters")
339 read_param_type = self._stream_in_types.GetAttribute("ReadParameters")
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp175 string VtsHalDriverManager::GetAttribute(FunctionCallMessage* call_msg) { in GetAttribute() function in android::vts::VtsHalDriverManager
193 if (!driver->GetAttribute(api, &result)) { in GetAttribute()
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py379 def GetAttribute(self, arg): member in VtsTcpClient