OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wbem_enum_access_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/system_wrappers/source/
cpu_win.cc
63
wbem_enum_access_
(NULL),
313
wbem_enum_access_
, &number_returned);
320
wbem_enum_access_
= new IWbemObjectAccess*[number_returned];
324
if ((
wbem_enum_access_
== NULL) || (cpu_usage_ == NULL) ||
332
SecureZeroMemory(
wbem_enum_access_
, number_returned *
342
hr = wbem_enum_->GetObjects(0L, number_of_objects_,
wbem_enum_access_
,
357
hr =
wbem_enum_access_
[0]->GetPropertyHandle(L"PercentProcessorTime",
365
hr =
wbem_enum_access_
[0]->GetPropertyHandle(L"TimeStamp_Sys100NS",
427
if (
wbem_enum_access_
!= NULL)
431
if(
wbem_enum_access_
[i] != NULL
[
all
...]
cpu_win.h
83
IWbemObjectAccess**
wbem_enum_access_
;
member in class:webrtc::CpuWindows
Completed in 579 milliseconds