Searched refs:vendor_encapsulated_options (Results 1 – 5 of 5) sorted by relevance
97 &properties_.vendor_encapsulated_options); in Init()
89 ByteArray vendor_encapsulated_options; member
420 ByteArray vendor_encapsulated_options = in IsConnectedViaTether() local421 ipconfig_->properties().vendor_encapsulated_options; in IsConnectedViaTether()425 return (vendor_encapsulated_options.size() == in IsConnectedViaTether()427 !memcmp(&vendor_encapsulated_options[0], in IsConnectedViaTether()429 vendor_encapsulated_options.size()); in IsConnectedViaTether()
1249 properties.vendor_encapsulated_options = ByteArray( in TEST_F()1258 properties.vendor_encapsulated_options = ByteArray( in TEST_F()
399 properties->vendor_encapsulated_options = value.Get<ByteArray>(); in ParseConfiguration()