Home
last modified time | relevance | path

Searched refs:param_types (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/test/tool/
Dmockcify.pl378 my @param_types;
395 push(@param_types, $type);
401 $function_param_types{$name} = \@param_types;
/packages/modules/Bluetooth/system/gd/packet/parser/
Dparent_def.cc238 std::set<std::string> param_types = { in GetParamList() local
250 auto parent_params = parent_->GetParamList().GetFieldsWithTypes(param_types); in GetParamList()
260 return params.Merge(fields_.GetFieldsWithTypes(param_types)); in GetParamList()