Searched refs:set_product_id (Results 1 – 6 of 6) sorted by relevance
53 feedback_data.set_product_id(kChromeOSProductId); in SendReport()61 feedback_data.set_product_id(kChromeBrowserProductId); in SendReport()
90 void set_product_id(int32_t product_id) { product_id_ = product_id; } in set_product_id() function
181 feedback_data->set_product_id(product_id_); in PrepareReport()
83 touchscreen->set_product_id(it->second); in WriteExternalTouchscreensProto()265 paired_device->set_product_id(device->GetProductID()); in WriteBluetoothProto()
173 foo_app->set_product_id("foo_app_id"); in TEST()184 bar_app->set_product_id("bar_app_id"); in TEST()671 baz_app->set_product_id("baz_app_id"); in TEST_F()723 foo_app->set_product_id("foo_app"); in TEST_F()
225 void set_product_id(const std::string& id) { product_id_ = id; } in set_product_id() function