Home
last modified time | relevance | path

Searched defs:property_value (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache.cpp30 static const char property_value[] = "[HOST]"; variable
/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc1521 std::vector<uint8_t> property_value; in btif_storage_migrate_services() local
Dbtif_dm.cc1480 std::vector<uint8_t> property_value; in btif_dm_search_devices_evt() local
1832 std::vector<uint8_t> property_value; in btif_on_gatt_results() local
/packages/providers/ContactsProvider/tests/assets/upgradeTest/
Dcontacts2_1108.sql6 CREATE TABLE properties (property_key TEXT PRIMARY KEY, property_value TEXT ); field