| /packages/modules/Bluetooth/system/btcore/src/ |
| D | property.cc | 125 void property_free(bt_property_t* property) { in property_free() 139 bool property_is_addr(const bt_property_t* property) { in property_is_addr() 144 bool property_is_device_class(const bt_property_t* property) { in property_is_device_class() 149 bool property_is_device_type(const bt_property_t* property) { in property_is_device_type() 154 bool property_is_discoverable_timeout(const bt_property_t* property) { in property_is_discoverable_timeout() 159 bool property_is_name(const bt_property_t* property) { in property_is_name() 164 bool property_is_rssi(const bt_property_t* property) { in property_is_rssi() 169 bool property_is_scan_mode(const bt_property_t* property) { in property_is_scan_mode() 174 bool property_is_uuids(const bt_property_t* property) { in property_is_uuids() 180 const RawAddress* property_as_addr(const bt_property_t* property) { in property_as_addr() [all …]
|
| /packages/modules/Bluetooth/system/main/shim/ |
| D | config.cc | 41 const std::string& property) { in HasProperty() 46 const std::string& property, int* value) { in GetInt() 56 const std::string& property, int value) { in SetInt() 62 const std::string& property, in GetUint64() 73 const std::string& property, in SetUint64() 80 const std::string& property, char* value, in GetStr() 100 const std::string& section, const std::string& property) { in GetStr() 105 const std::string& property, in SetStr() 113 const std::string& property, uint8_t* value, in GetBin() 126 const std::string& property) { in GetBinLength() [all …]
|
| /packages/modules/Bluetooth/system/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 | storage_module.cc | 283 void StorageModule::SetProperty(std::string section, std::string property, std::string value) { in SetProperty() 298 bool StorageModule::RemoveProperty(const std::string& section, const std::string& property) { in RemoveProperty() 308 void StorageModule::RemoveSectionWithProperty(const std::string& property) { in RemoveSectionWithProperty() 313 void StorageModule::SetBool(const std::string& section, const std::string& property, bool value) { in SetBool() 325 const std::string& section, const std::string& property, uint64_t value) { in SetUint64() 337 const std::string& section, const std::string& property, uint32_t value) { in SetUint32() 348 const std::string& section, const std::string& property, int64_t value) { in SetInt64() 358 void StorageModule::SetInt(const std::string& section, const std::string& property, int value) { in SetInt() 370 const std::string& section, const std::string& property, const std::vector<uint8_t>& value) { in SetBin()
|
| /packages/modules/Bluetooth/system/btcore/test/ |
| D | property_test.cc | 34 bt_property_t* property = property_new_addr(&addr0); in TEST_F() local 53 bt_property_t* property = property_new_device_class(&dc0); in TEST_F() local 70 bt_property_t* property = property_new_device_type(dt0); in TEST_F() local 84 bt_property_t* property = property_new_discoverable_timeout(timeout0); in TEST_F() local 98 bt_property_t* property = property_new_name(name0); in TEST_F() local 112 bt_property_t* property = property_new_rssi(rssi0); in TEST_F() local 126 bt_property_t* property = property_new_scan_mode(mode0); in TEST_F() local 143 bt_property_t* property = property_new_uuids(&uuid0, 1); in TEST_F() local
|
| /packages/modules/Bluetooth/system/gd/os/ |
| D | system_properties_common.cc | 25 uint32_t GetSystemPropertyUint32(const std::string& property, uint32_t default_value) { in GetSystemPropertyUint32() 30 const std::string& property, uint32_t default_value, int base) { in GetSystemPropertyUint32Base() 38 bool GetSystemPropertyBool(const std::string& property, bool default_value) { in GetSystemPropertyBool()
|
| D | system_properties_common_test.cc | 47 std::string property("SystemPropertiesTest_getUint32"); in TEST() local 54 std::string property("SystemPropertiesTest_getUint32BaseHex"); in TEST() local
|
| /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
| D | CarHvacManagerTest.java | 78 private void assertTypeAndZone(CarPropertyConfig property) { in assertTypeAndZone() 124 CarPropertyConfig<Integer> property) { in checkTypeAndGlobal() 133 private void checkIntMinMax(CarPropertyConfig<Integer> property) { in checkIntMinMax() 158 private void checkFloatMinMax(CarPropertyConfig<Float> property) { in checkFloatMinMax()
|
| D | CarCabinManagerTest.java | 73 private void assertTypeAndZone(CarPropertyConfig property) { in assertTypeAndZone() 137 private void checkIntMinMax(CarPropertyConfig<Integer> property) { in checkIntMinMax()
|
| /packages/modules/Bluetooth/system/tools/bdtool/ |
| D | bdtool.c | 120 bt_property_t* property = in main() local 169 bt_property_t* property = adapter_get_property(BT_PROPERTY_BDNAME); in main() local 181 bt_property_t* property = property_new_name(bd_name); in main() local 207 bt_property_t* property = in main() local
|
| /packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
| D | CustomVCardEntry.java | 40 public void addProperty(VCardProperty property) { in addProperty() 42 mAllProperties.put(property.getName(), property); in addProperty() local
|
| /packages/apps/Launcher3/src/com/android/launcher3/anim/ |
| D | PropertySetter.java | 76 public <T> Animator setFloat(T target, FloatProperty<T> property, float value, in setFloat() 86 public <T> Animator setInt(T target, IntProperty<T> property, int value, in setInt() 96 public <T> Animator setColor(T target, IntProperty<T> property, int value, in setColor()
|
| D | AnimatedPropertySetter.java | 77 public <T> Animator setFloat(T target, FloatProperty<T> property, float value, in setFloat() 89 public <T> Animator setInt(T target, IntProperty<T> property, int value, in setInt() 102 public <T> Animator setColor(T target, IntProperty<T> property, int value, in setColor()
|
| /packages/apps/TV/src/com/android/tv/features/ |
| D | PartnerFeatures.java | 41 private final String property; field in PartnerFeatures.PartnerFeature 43 public PartnerFeature(String property) { in PartnerFeature()
|
| /packages/modules/Permission/service/java/com/android/safetycenter/ |
| D | SafetyCenterFlags.java | 440 String property = getAdditionalAllowedPackageCertsString(); in getAdditionalAllowedPackageCerts() local 483 private static Duration getDuration(String property, Duration defaultValue) { in getDuration() 487 private static boolean getBoolean(String property, boolean defaultValue) { in getBoolean() 497 private static long getLong(String property, long defaultValue) { in getLong() 507 private static ArraySet<String> getCommaSeparatedStrings(String property) { in getCommaSeparatedStrings() 511 private static ArraySet<String> getCommaSeparatedStrings(String property, String defaultValue) { in getCommaSeparatedStrings() 515 private static String getString(String property, String defaultValue) { in getString()
|
| /packages/services/Car/tests/carservice_test/src/com/android/car/hal/test/ |
| D | HidlMockedVehicleHal.java | 64 default void onPropertySubscribe(int property, float sampleRate) {} in onPropertySubscribe() 66 default void onPropertyUnsubscribe(int property) {} in onPropertyUnsubscribe() 297 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() 302 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() 380 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() 386 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
|
| D | AidlMockedVehicleHal.java | 83 default void onPropertySubscribe(int property, float sampleRate) {} in onPropertySubscribe() 85 default void onPropertyUnsubscribe(int property) {} in onPropertyUnsubscribe() 411 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() 416 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe() 494 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() 500 public void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
|
| /packages/modules/Bluetooth/system/gd/os/host/ |
| D | system_properties.cc | 31 std::optional<std::string> GetSystemProperty(const std::string& property) { in GetSystemProperty() 40 bool SetSystemProperty(const std::string& property, const std::string& value) { in SetSystemProperty()
|
| /packages/modules/Bluetooth/system/gd/os/android/ |
| D | system_properties.cc | 30 std::optional<std::string> GetSystemProperty(const std::string& property) { in GetSystemProperty() 39 bool SetSystemProperty(const std::string& property, const std::string& value) { in SetSystemProperty()
|
| /packages/modules/Bluetooth/system/gd/os/chromeos/ |
| D | system_properties.cc | 35 std::optional<std::string> GetSystemProperty(const std::string& property) { in GetSystemProperty() 44 bool SetSystemProperty(const std::string& property, const std::string& value) { in SetSystemProperty()
|
| /packages/modules/Bluetooth/system/gd/os/linux/ |
| D | system_properties.cc | 35 std::optional<std::string> GetSystemProperty(const std::string& property) { in GetSystemProperty() 44 bool SetSystemProperty(const std::string& property, const std::string& value) { in SetSystemProperty()
|
| /packages/services/Car/tests/carservice_test/src/com/android/car/ |
| D | CarPropertyServiceTest.java | 133 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() 141 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
|
| D | CarProjectionManagerTest.java | 177 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() 182 public synchronized void onPropertyUnsubscribe(int property) { in onPropertyUnsubscribe()
|
| /packages/apps/Provision/src/com/android/provision/ |
| D | Utils.java | 56 static String getSettings(ContentResolver resolver, String property, in getSettings() 67 static int getSettings(ContentResolver resolver, String property, in getSettings()
|