Searched refs:pSvc (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | ndis_events.c | 28 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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | ndis_events.c | 28 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 …]
|