/system/bt/btcore/src/ |
D | property.cc | 120 void property_free(bt_property_t* property) { in property_free() 134 bool property_is_addr(const bt_property_t* property) { in property_is_addr() 139 bool property_is_device_class(const bt_property_t* property) { in property_is_device_class() 144 bool property_is_device_type(const bt_property_t* property) { in property_is_device_type() 149 bool property_is_discovery_timeout(const bt_property_t* property) { in property_is_discovery_timeout() 154 bool property_is_name(const bt_property_t* property) { in property_is_name() 159 bool property_is_rssi(const bt_property_t* property) { in property_is_rssi() 164 bool property_is_scan_mode(const bt_property_t* property) { in property_is_scan_mode() 169 bool property_is_uuids(const bt_property_t* property) { in property_is_uuids() 175 const RawAddress* property_as_addr(const bt_property_t* property) { in property_as_addr() [all …]
|
/system/bt/main/shim/ |
D | config.cc | 41 const std::string& property) { in HasProperty() 46 const std::string& property, int* value) { in GetInt() 57 const std::string& property, int value) { in SetInt() 64 const std::string& property, in GetUint64() 76 const std::string& property, in SetUint64() 84 const std::string& property, char* value, in GetStr() 104 const std::string& section, const std::string& property) { in GetStr() 109 const std::string& property, in SetStr() 117 const std::string& property, uint8_t* value, in GetBin() 132 const std::string& property) { in GetBinLength() [all …]
|
/system/bt/gd/storage/ |
D | config_cache_helper.h | 59 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 71 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 83 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 88 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 93 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 98 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 107 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 121 std::optional<T> Get(const std::string& section, const std::string& property) { in Get()
|
D | config_cache_helper.cc | 25 void ConfigCacheHelper::SetBool(const std::string& section, const std::string& property, bool value… in SetBool() 43 void ConfigCacheHelper::SetUint64(const std::string& section, const std::string& property, uint64_t… in SetUint64() 55 void ConfigCacheHelper::SetUint32(const std::string& section, const std::string& property, uint32_t… in SetUint32() 74 void ConfigCacheHelper::SetInt64(const std::string& section, const std::string& property, int64_t v… in SetInt64() 86 void ConfigCacheHelper::SetInt(const std::string& section, const std::string& property, int value) { in SetInt() 106 const std::string& section, const std::string& property, const std::vector<uint8_t>& value) { in SetBin()
|
D | config_cache.h | 87 std::string property; member
|
D | config_cache.cc | 163 void ConfigCache::SetProperty(std::string section, std::string property, std::string value) { in SetProperty() 213 bool ConfigCache::RemoveProperty(const std::string& section, const std::string& property) { in RemoveProperty() 266 void ConfigCache::RemoveSectionWithProperty(const std::string& property) { in RemoveSectionWithProperty() 329 for (const auto& property : section.second) { in SerializeToLegacyFormat() local
|
D | mutation_entry.h | 119 std::string property; variable
|
/system/bt/btcore/test/ |
D | property_test.cc | 31 bt_property_t* property = property_new_addr(&addr0); in TEST_F() local 50 bt_property_t* property = property_new_device_class(&dc0); in TEST_F() local 67 bt_property_t* property = property_new_device_type(dt0); in TEST_F() local 81 bt_property_t* property = property_new_discovery_timeout(timeout0); in TEST_F() local 95 bt_property_t* property = property_new_name(name0); in TEST_F() local 109 bt_property_t* property = property_new_rssi(rssi0); in TEST_F() local 123 bt_property_t* property = property_new_scan_mode(mode0); in TEST_F() local 140 bt_property_t* property = property_new_uuids(&uuid0, 1); in TEST_F() local
|
/system/bt/gd/os/host/ |
D | system_properties.cc | 22 std::optional<std::string> GetSystemProperty(const std::string& property) { in GetSystemProperty() 26 bool SetSystemProperty(const std::string& property, const std::string& value) { in SetSystemProperty()
|
/system/bt/gd/os/android/ |
D | system_properties.cc | 28 std::optional<std::string> GetSystemProperty(const std::string& property) { in GetSystemProperty() 41 bool SetSystemProperty(const std::string& property, const std::string& value) { in SetSystemProperty()
|
D | system_properties_test.cc | 44 std::string property(PROP_NAME_MAX, 'a'); in TEST() local
|
/system/bt/tools/bdtool/ |
D | bdtool.c | 118 bt_property_t* property = in main() local 167 bt_property_t* property = adapter_get_property(BT_PROPERTY_BDNAME); in main() local 179 bt_property_t* property = property_new_name(bd_name); in main() local 205 bt_property_t* property = in main() local
|
D | adapter.c | 111 void device_found(int num_properties, bt_property_t* property) { in device_found() 190 static void parse_properties(int num_properties, bt_property_t* property) { in parse_properties()
|
/system/bt/service/hal/ |
D | fake_bluetooth_interface.cc | 114 bt_property_t property; in NotifyAdapterNamePropertyChanged() local 124 bt_property_t property; in NotifyAdapterAddressPropertyChanged() local 134 bt_property_t property; in NotifyAdapterLocalLeFeaturesPropertyChanged() local
|
/system/bt/doc/ |
D | pts_guide.md | 22 ### Current use case
|
/system/vold/ |
D | CryptoType.cpp | 28 const CryptoType& default_alg, const char* property) { in lookup_crypto_algorithm()
|
/system/libhidl/adapter/ |
D | HidlBinderAdapter.cpp | 115 void waitForAdaptersDeactivated(const std::string& property) { in waitForAdaptersDeactivated() 184 const std::string property = in adapterMain() local
|
/system/core/adb/daemon/ |
D | logging.cpp | 64 static LogStatus GetLogStatus(android::base::CachedProperty* property, in GetLogStatus()
|
/system/core/property_service/libpropertyinfoserializer/ |
D | property_info_file.cpp | 63 auto property = tokenizer.GetNext(); in ParsePropertyInfoLine() local
|
/system/bt/service/ |
D | adapter.cc | 57 bt_property_t* property = properties + i; in ParseRemoteDeviceProps() local 531 bt_property_t* property = properties + i; in AdapterPropertiesCallback() local 543 bt_property_t* property = properties + i; in AdapterPropertiesCallback() local 718 bt_property_t property; in SetAdapterProperty() local
|
/system/bt/btif/src/ |
D | btif_storage.cc | 568 bt_property_t property; in btif_storage_get_io_cap_property() local 624 bt_status_t btif_storage_get_adapter_property(bt_property_t* property) { in btif_storage_get_adapter_property() 723 bt_status_t btif_storage_set_adapter_property(bt_property_t* property) { in btif_storage_set_adapter_property() 741 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_get_remote_device_property() 757 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_set_remote_device_property() 1753 bt_property_t property; in btif_storage_get_stored_remote_name() local
|
D | bluetooth.cc | 205 static int set_adapter_property(const bt_property_t* property) { in set_adapter_property() 228 const bt_property_t* property) { in set_remote_device_property()
|
D | btif_core.cc | 887 bt_status_t btif_set_adapter_property(const bt_property_t* property) { in btif_set_adapter_property() 1052 const bt_property_t* property) { in btif_set_remote_device_property()
|
/system/linkerconfig/contents/tests/configuration/include/ |
D | linkerconfigparser.h | 155 for (std::string property; in ParseNamespaceCommand() local
|
/system/core/property_service/libpropertyinfoparser/ |
D | property_info_parser.cpp | 174 void PropertyInfoArea::GetPropertyInfo(const char* property, const char** context, in GetPropertyInfo()
|