Home
last modified time | relevance | path

Searched refs:technologies_str (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chromeos/network/
Dshill_property_handler.cc373 std::stringstream technologies_str; in UpdateAvailableTechnologies() local
374 technologies_str << technologies; in UpdateAvailableTechnologies()
375 NET_LOG_EVENT("AvailableTechnologies:", technologies_str.str()); in UpdateAvailableTechnologies()
389 std::stringstream technologies_str; in UpdateEnabledTechnologies() local
390 technologies_str << technologies; in UpdateEnabledTechnologies()
391 NET_LOG_EVENT("EnabledTechnologies:", technologies_str.str()); in UpdateEnabledTechnologies()
406 std::stringstream technologies_str; in UpdateUninitializedTechnologies() local
407 technologies_str << technologies; in UpdateUninitializedTechnologies()
408 NET_LOG_EVENT("UninitializedTechnologies:", technologies_str.str()); in UpdateUninitializedTechnologies()