/test/vts/utils/python/mirror/ |
D | native_entity_mirror.py | 105 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/ |
D | SocketServer.cpp | 80 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()
|
D | SocketServer.h | 65 string GetAttribute(const string& arg);
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/lib/ndk/bionic/1.0/ |
D | libcV1.vts.h | 29 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
|
/test/vts/drivers/hal/common/include/driver_base/ |
D | DriverBase.h | 73 virtual bool GetAttribute(vts::FunctionSpecificationMessage* /*func_msg*/, in GetAttribute() function
|
/test/vts/agents/hal/ |
D | SocketClientToDriver.h | 70 string GetAttribute(const string& arg);
|
D | AgentRequestHandler.h | 73 bool GetAttribute(const string& payload);
|
D | AgentRequestHandler.cpp | 342 bool AgentRequestHandler::GetAttribute(const string& payload) { function in android::vts::AgentRequestHandler 355 return SendApiResult("GetAttribute", client->GetAttribute(payload)); 568 return GetAttribute(command_msg.arg());
|
D | SocketClientToDriver.cpp | 131 string VtsDriverSocketClient::GetAttribute(const string& arg) { in GetAttribute() function in android::vts::VtsDriverSocketClient
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
D | NfcClientCallback.vts.h | 62 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
|
D | Nfc.vts.h | 78 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
|
D | MemoryTest.vts.h | 73 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
|
D | TestMsgQ.vts.h | 85 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
|
D | NfcClientCallback.driver.cpp | 80 bool FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback
|
D | Bar.vts.h | 172 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
|
D | libcV1.driver.cpp | 194 bool FuzzerExtended_libc::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_libc
|
D | MemoryTest.driver.cpp | 113 bool FuzzerExtended_android_hardware_tests_memory_V1_0_IMemoryTest::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_tests_memory_V1_0_IMemoryTest
|
D | Nfc.driver.cpp | 135 bool FuzzerExtended_android_hardware_nfc_V1_0_INfc::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_nfc_V1_0_INfc
|
D | TestMsgQ.driver.cpp | 198 bool FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ
|
D | Bar.driver.cpp | 649 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/ |
D | VtsHalDriverManager.h | 116 string GetAttribute(FunctionCallMessage* func_msg);
|
/test/vts/testcases/codelab/fmq_test/ |
D | VtsCodelabFmqTest.py | 143 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/ |
D | VtsHalDriverManager.cpp | 175 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/ |
D | vts_tcp_client.py | 379 def GetAttribute(self, arg): member in VtsTcpClient
|