Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/win/
H A Dwmi.cc39 std::optional<WmiError> CreateLocalWmiConnection( in CreateLocalWmiConnection() function
101 auto error = CreateLocalWmiConnection(/*set_blanket=*/true, server_name, in RunWmiQuery()
113 bool CreateLocalWmiConnection(bool set_blanket, in CreateLocalWmiConnection() function
120 CreateLocalWmiConnection(set_blanket, kCimV2ServerName, wmi_services); in CreateLocalWmiConnection()
131 auto error = CreateLocalWmiConnection(set_blanket, resource, &wmi_services); in CreateWmiConnection()
175 if (!CreateLocalWmiConnection(true, &wmi_local)) in WmiLaunchProcess()
H A Dwmi_unittest.cc24 EXPECT_TRUE(CreateLocalWmiConnection(true, &wmi_services)); in TEST_F()
32 EXPECT_TRUE(CreateLocalWmiConnection(false, &wmi_services)); in TEST_F()
40 EXPECT_TRUE(CreateLocalWmiConnection(true, &wmi_services)); in TEST_F()
H A Dwmi.h68 BASE_EXPORT bool CreateLocalWmiConnection(
/aosp_15_r20/external/cronet/components/metrics/
H A Dmotherboard.cc162 if (!base::win::CreateLocalWmiConnection(true, &services)) in ReadMotherboardDetails()
/aosp_15_r20/external/cronet/base/system/
H A Dsys_info_unittest.cc292 EXPECT_TRUE(base::win::CreateLocalWmiConnection(true, &wmi_services)); in TEST_F()