Home
last modified time | relevance | path

Searched refs:FunctionCallMessage (Results 1 – 7 of 7) sorted by relevance

/test/vts/drivers/hal/common/include/driver_manager/
DVtsHalDriverManager.h69 string CallFunction(FunctionCallMessage* func_msg);
116 string GetAttribute(FunctionCallMessage* func_msg);
134 DriverBase* GetDriverWithCallMsg(const FunctionCallMessage& call_msg);
/test/vts-testcase/fuzz/iface_fuzzer/include/
DProtoFuzzerUtils.h39 using FuncCall = FunctionCallMessage;
/test/vts/proto/
DExecutionSpecificationMessage.proto26 repeated FunctionCallMessage function_call = 1;
DComponentSpecificationMessage_pb2.py1834 FunctionCallMessage = _reflection.GeneratedProtocolMessageType('FunctionCallMessage', (_message.Mes… variable
1839 _sym_db.RegisterMessage(FunctionCallMessage)
DComponentSpecificationMessage.proto184 message FunctionCallMessage { message
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp102 string VtsHalDriverManager::CallFunction(FunctionCallMessage* call_msg) { in CallFunction()
175 string VtsHalDriverManager::GetAttribute(FunctionCallMessage* call_msg) { in GetAttribute()
358 const FunctionCallMessage& call_msg) { in GetDriverWithCallMsg()
/test/vts/utils/python/mirror/
Dnative_entity_mirror.py216 call_msg = CompSpecMsg.FunctionCallMessage()