OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateLocalConnection
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/installer/util/
wmi.h
38
static bool
CreateLocalConnection
(bool set_blanket,
wmi_unittest.cc
14
EXPECT_TRUE(WMI::
CreateLocalConnection
(true, &services));
22
EXPECT_TRUE(WMI::
CreateLocalConnection
(false, &services));
30
EXPECT_TRUE(WMI::
CreateLocalConnection
(true, &wmi_services));
wmi.cc
20
bool WMI::
CreateLocalConnection
(bool set_blanket,
98
if (!WMI::
CreateLocalConnection
(true, wmi_local.Receive()))
140
if (!WMI::
CreateLocalConnection
(true, services.Receive()))
Completed in 87 milliseconds