Searched refs:CreateLocalConnection (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dwmi_unittest.cc14 EXPECT_TRUE(WMI::CreateLocalConnection(true, &services));
22 EXPECT_TRUE(WMI::CreateLocalConnection(false, &services));
30 EXPECT_TRUE(WMI::CreateLocalConnection(true, &wmi_services));
H A Dwmi.h38 static bool CreateLocalConnection(bool set_blanket,
H A Dwmi.cc20 bool WMI::CreateLocalConnection(bool set_blanket, function in class:installer::WMI
98 if (!WMI::CreateLocalConnection(true, wmi_local.Receive()))
140 if (!WMI::CreateLocalConnection(true, services.Receive()))

Completed in 171 milliseconds