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

/external/chromium_org/chrome/installer/util/
H A Dwmi.cc97 base::win::ScopedComPtr<IWbemServices> wmi_local; local
98 if (!WMI::CreateLocalConnection(true, wmi_local.Receive()))
104 if (!WMI::CreateClassMethodObject(wmi_local, class_name, method_name,
114 HRESULT hr = wmi_local->ExecMethod(base::win::ScopedBstr(class_name),

Completed in 169 milliseconds