Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 38) sorted by relevance

12

/system/bt/btcore/src/
Dproperty.cc120 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/
Dconfig.cc41 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/
Dconfig_cache_helper.h59 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()
Dconfig_cache_helper.cc25 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()
Dconfig_cache.h87 std::string property; member
Dconfig_cache.cc163 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
/system/bt/btcore/test/
Dproperty_test.cc31 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/android/
Dsystem_properties.cc28 std::optional<std::string> GetSystemProperty(const std::string& property) { in GetSystemProperty()
37 bool SetSystemProperty(const std::string& property, const std::string& value) { in SetSystemProperty()
Dsystem_properties_test.cc45 std::string property(PROP_NAME_MAX, 'a'); in TEST() local
/system/bt/tools/bdtool/
Dbdtool.c118 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
Dadapter.c111 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/gd/os/host/
Dsystem_properties.cc31 std::optional<std::string> GetSystemProperty(const std::string& property) { in GetSystemProperty()
40 bool SetSystemProperty(const std::string& property, const std::string& value) { in SetSystemProperty()
/system/bt/gd/os/linux/
Dsystem_properties.cc31 std::optional<std::string> GetSystemProperty(const std::string& property) { in GetSystemProperty()
40 bool SetSystemProperty(const std::string& property, const std::string& value) { in SetSystemProperty()
/system/bt/service/hal/
Dfake_bluetooth_interface.cc116 bt_property_t property; in NotifyAdapterNamePropertyChanged() local
126 bt_property_t property; in NotifyAdapterAddressPropertyChanged() local
136 bt_property_t property; in NotifyAdapterLocalLeFeaturesPropertyChanged() local
/system/bt/doc/
Dpts_guide.md22 ### Current use case
/system/bt/gd/rust/common/src/ffi/
Dsys_prop.cc8 rust::String get(rust::Str property) { in get()
/system/vold/
DCryptoType.cpp28 const CryptoType& default_alg, const char* property) { in lookup_crypto_algorithm()
/system/logging/logd/
DLogSize.cpp57 for (const auto& property : properties) { in GetBufferSizeFromProperties() local
/system/libhidl/adapter/
DHidlBinderAdapter.cpp115 void waitForAdaptersDeactivated(const std::string& property) { in waitForAdaptersDeactivated()
184 const std::string property = in adapterMain() local
/system/bt/test/mock/
Dmock_btif_storage.cc93 bt_status_t btif_storage_get_adapter_property(bt_property_t* property) { in btif_storage_get_adapter_property()
115 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_get_remote_device_property()
153 bt_status_t btif_storage_set_adapter_property(bt_property_t* property) { in btif_storage_set_adapter_property()
167 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_set_remote_device_property()
Dmock_btif_core.cc144 void btif_set_adapter_property(bt_property_t* property) { in btif_set_adapter_property()
148 bt_property_t* property) { in btif_set_remote_device_property()
/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_file.cpp63 auto property = tokenizer.GetNext(); in ParsePropertyInfoLine() local
/system/bt/service/
Dadapter.cc58 bt_property_t* property = properties + i; in ParseRemoteDeviceProps() local
532 bt_property_t* property = properties + i; in AdapterPropertiesCallback() local
544 bt_property_t* property = properties + i; in AdapterPropertiesCallback() local
722 bt_property_t property; in SetAdapterProperty() local
/system/bt/btif/src/
Dbtif_storage.cc564 bt_property_t property; in btif_storage_get_io_cap_property() local
620 bt_status_t btif_storage_get_adapter_property(bt_property_t* property) { in btif_storage_get_adapter_property()
719 bt_status_t btif_storage_set_adapter_property(bt_property_t* property) { in btif_storage_set_adapter_property()
737 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_get_remote_device_property()
753 const RawAddress* remote_bd_addr, bt_property_t* property) { in btif_storage_set_remote_device_property()
1785 bt_property_t property; in btif_storage_get_stored_remote_name() local
Dbluetooth.cc230 static int set_adapter_property(const bt_property_t* property) { in set_adapter_property()
246 [](bt_property_t* property) { in set_adapter_property()
272 const bt_property_t* property) { in set_remote_device_property()
277 [](RawAddress remote_addr, bt_property_t* property) { in set_remote_device_property()

12