Searched refs:set_from_prop (Results 1 – 1 of 1) sorted by relevance
127 void set_from_prop(keymaster::Buffer* buf, const std::string& prop) { in set_from_prop() function133 set_from_prop(&req->brand, "ro.product.brand"); in populate_base_ids()134 set_from_prop(&req->device, "ro.product.device"); in populate_base_ids()135 set_from_prop(&req->product, "ro.product.name"); in populate_base_ids()136 set_from_prop(&req->serial, "ro.serialno"); in populate_base_ids()137 set_from_prop(&req->manufacturer, "ro.product.manufacturer"); in populate_base_ids()138 set_from_prop(&req->model, "ro.product.model"); in populate_base_ids()