Home
last modified time | relevance | path

Searched defs:prop_type (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/tools/sysprop/
H A DCppGen.cpp322 std::string prop_type = GetCppPropTypeName(prop); local
433 std::string prop_type = GetCppPropTypeName(prop); local
H A DJavaGen.cpp377 std::string prop_type = GetJavaTypeName(prop); in GenerateJavaClass() local
/aosp12/system/update_engine/update_manager/
H A Dreal_shill_provider.cc141 const auto& prop_type = properties.find(shill::kTypeProperty); in ProcessDefaultService() local
/aosp12/frameworks/base/tools/aapt2/tools/
H A Dextract_unicode_properties.py16 def __init__(self, first_char, last_char, prop_type): argument
/aosp12/system/update_engine/cros/
H A Dconnection_manager.cc185 const auto& prop_type = properties.find(shill::kTypeProperty); in GetServicePathProperties() local
/aosp12/system/bt/gd/rust/linux/stack/src/
H A Dbluetooth.rs143 let prop_type = PropertyType::from_i32(prop.prop_type); in adapter_properties_changed() localVariable
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs86 prop_type: i32, field