HomeSort by relevance Sort by last modified time
    Searched refs:pSvc (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
ndis_events.c 34 IWbemServices *pSvc;
50 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery,
59 hr = IWbemServices_ExecQuery(pSvc, bsQueryLanguage, bsQuery, lFlags,
70 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery,
79 hr = IWbemServices_ExecNotificationQueryAsync(pSvc, bsQueryLanguage,
152 IWbemServices_Release(events->pSvc);
401 IWbemServices *pSvc, const char *class_name)
410 pSvc, L"WQL", query, 0, 0, pDestSink);
423 IWbemServices *pSvc)
436 if (notification_query(pDestSink, pSvc, class_list[i]) < 0
    [all...]
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 28 IWbemServices *pSvc;
44 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery,
53 hr = IWbemServices_ExecQuery(pSvc, bsQueryLanguage, bsQuery, lFlags,
64 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery,
73 hr = IWbemServices_ExecNotificationQueryAsync(pSvc, bsQueryLanguage,
146 IWbemServices_Release(events->pSvc);
395 IWbemServices *pSvc, const char *class_name)
404 pSvc, L"WQL", query, 0, 0, pDestSink);
417 IWbemServices *pSvc)
430 if (notification_query(pDestSink, pSvc, class_list[i]) < 0
    [all...]

Completed in 30 milliseconds