Searched refs:property_value (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/vehicle_network_service/ |
D | VehiclePropertyAccessControl.cpp | 138 int32_t property_value; in populate() local 169 property_value = std::stoul(tmp_str, nullptr, 16); in populate() 171 property_value = std::stoul(tmp_str, nullptr, 10); in populate() 214 if (!updateOrCreate(uid_value, property_value, in populate() 218 property_value, uid_value, access_value); in populate() 221 property_value, uid_value, access_value); in populate()
|
/packages/providers/ContactsProvider/tests/assets/upgradeTest/ |
D | contacts2_1108.sql | 6 CREATE TABLE properties (property_key TEXT PRIMARY KEY, property_value TEXT ); field
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 87549 …0ms - succeeded, sql="INSERT OR REPLACE INTO properties(property_key,property_value) VALUES (?,?)" 87550 …0ms - succeeded, sql="INSERT OR REPLACE INTO properties(property_key,property_value) VALUES (?,?)" 87560 …:19:40.903] executeForCursorWindow took 1ms - succeeded, sql="SELECT property_value FROM propertie… 87561 …17: [2016-01-13 23:19:40.900] prepare took 0ms - succeeded, sql="SELECT property_value FROM proper…
|