Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Dndis_events.c28 IWbemServices *pSvc; member
44 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecQuery() argument
53 hr = IWbemServices_ExecQuery(pSvc, bsQueryLanguage, bsQuery, lFlags, in call_IWbemServices_ExecQuery()
64 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecNotificationQueryAsync() argument
73 hr = IWbemServices_ExecNotificationQueryAsync(pSvc, bsQueryLanguage, in call_IWbemServices_ExecNotificationQueryAsync()
146 IWbemServices_Release(events->pSvc); in ndis_events_destructor()
395 IWbemServices *pSvc, const char *class_name) in notification_query() argument
404 pSvc, L"WQL", query, 0, 0, pDestSink); in notification_query()
417 IWbemServices *pSvc) in register_async_notification() argument
430 if (notification_query(pDestSink, pSvc, class_list[i]) < 0) in register_async_notification()
[all …]
/external/mdnsresponder/mDNSWindows/
DVPCDetect.cpp34 IWbemServices * pSvc = 0; in IsVPCRunning() local
84 …nnectServer( _bstr_t(L"ROOT\\CIMV2"), NULL, NULL, 0, WBEM_FLAG_CONNECT_USE_MAX_WAIT, 0, 0, &pSvc ); in IsVPCRunning()
90 …hres = CoSetProxyBlanket( pSvc, RPC_C_AUTHN_WINNT, RPC_C_AUTHZ_NONE, NULL, RPC_C_AUTHN_LEVEL_CALL,… in IsVPCRunning()
96 …hres = pSvc->ExecQuery( bstr_t("WQL"), bstr_t("SELECT * from Win32_BaseBoard"), WBEM_FLAG_FORWARD_… in IsVPCRunning()
134 if ( pSvc != NULL ) in IsVPCRunning()
136 pSvc->Release(); in IsVPCRunning()