Home
last modified time | relevance | path

Searched defs:type_str (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/common/
Dconnection_utils.cc30 ConnectionType ParseConnectionType(const std::string& type_str) { in ParseConnectionType()
/system/update_engine/update_manager/
Dreal_shill_provider.cc147 string type_str = prop_type->second.TryGet<string>(); in ProcessDefaultService() local
Dreal_device_policy_provider.cc158 for (auto& type_str : allowed_types_str) { in ConvertAllowedConnectionTypesForUpdate() local
/system/update_engine/cros/
Dconnection_manager.cc192 string type_str = prop_type->second.TryGet<string>(); in GetServicePathProperties() local
/system/tools/aidl/
Daidl_to_cpp.cpp144 std::string WrapIfNullable(const std::string type_str, const AidlTypeSpecifier& raw_type, in WrapIfNullable()