Searched defs:type_str (Results 1 – 5 of 5) sorted by relevance
30 ConnectionType ParseConnectionType(const std::string& type_str) { in ParseConnectionType()
147 string type_str = prop_type->second.TryGet<string>(); in ProcessDefaultService() local
158 for (auto& type_str : allowed_types_str) { in ConvertAllowedConnectionTypesForUpdate() local
192 string type_str = prop_type->second.TryGet<string>(); in GetServicePathProperties() local
144 std::string WrapIfNullable(const std::string type_str, const AidlTypeSpecifier& raw_type, in WrapIfNullable()