Searched refs:property_value (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NeuralNetworks/driver/cache/BlobCache/ |
D | BlobCache.cpp | 30 static const char property_value[] = "[HOST]"; variable 31 #define PROPERTY_VALUE_MAX (sizeof(property_value) - 1) 34 memcpy(value, property_value, PROPERTY_VALUE_MAX); in property_get()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_dm.cc | 1551 std::vector<uint8_t> property_value; in btif_dm_search_devices_evt() local 1570 property_value.insert(property_value.end(), uuid_128bit.begin(), in btif_dm_search_devices_evt() 1577 (void*)property_value.data()}); in btif_dm_search_devices_evt() 1705 std::vector<uint8_t> property_value; in btif_on_service_discovery_results() local 1756 property_value.insert(property_value.end(), uuid_128bit.begin(), in btif_on_service_discovery_results() 1762 prop.val = (void*)property_value.data(); in btif_on_service_discovery_results() 1798 property_value.insert(property_value.end(), uuid_128bit.begin(), in btif_on_service_discovery_results() 1804 prop.val = (void*)property_value.data(); in btif_on_service_discovery_results() 1855 std::vector<uint8_t> property_value; in btif_on_gatt_results() local 1973 property_value.insert(property_value.end(), uuid_128bit.begin(), in btif_on_gatt_results() [all …]
|
/packages/providers/ContactsProvider/tests/assets/upgradeTest/ |
D | contacts2_1108.sql | 6 CREATE TABLE properties (property_key TEXT PRIMARY KEY, property_value TEXT ); field
|