Home
last modified time | relevance | path

Searched refs:arg_name (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dgenerate_rust.cpp121 auto arg_name = kArgumentPrefix + arg->GetName(); in GenerateClientMethod() local
127 out << "_aidl_data.write(" << arg_name << ")?;\n"; in GenerateClientMethod()
129 out << "_aidl_data.write(&" << arg_name << ")?;\n"; in GenerateClientMethod()
134 out << "_aidl_data.write_slice_size(" << arg_name << ".as_deref())?;\n"; in GenerateClientMethod()
136 out << "_aidl_data.write_slice_size(Some(" << arg_name << "))?;\n"; in GenerateClientMethod()
207 string arg_name = kArgumentPrefix + arg->GetName(); in GenerateServerTransaction() local
219 out << "let " << arg_mut << arg_name << ": " << arg_type << " = " << arg_init << ";\n"; in GenerateServerTransaction()
223 out << "_aidl_data." << resize_name << "(&mut " << arg_name << ")?;\n"; in GenerateServerTransaction()
230 args += TakeReference(ref_mode, arg_name); in GenerateServerTransaction()
246 string arg_name = kArgumentPrefix + arg->GetName(); in GenerateServerTransaction() local
[all …]
/system/update_engine/cros/
Domaha_request_builder_xml.cc221 const string& arg_name, in GetCohortArg() argument
241 LOG(WARNING) << "The omaha cohort setting " << arg_name in GetCohortArg()
249 LOG(WARNING) << "The omaha cohort setting " << arg_name in GetCohortArg()
255 "%s=\"%s\" ", arg_name.c_str(), escaped_xml_value.c_str()); in GetCohortArg()
Domaha_request_builder_xml.h166 std::string GetCohortArg(const std::string& arg_name,