Home
last modified time | relevance | path

Searched refs:registration_handle_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/base/win/
Devent_trace_provider.cc18 : provider_name_(provider_name), registration_handle_(NULL), in EtwTraceProvider()
23 : provider_name_(GUID_NULL), registration_handle_(NULL), in EtwTraceProvider()
83 1, &obligatory_guid_registration_, NULL, NULL, &registration_handle_); in Register()
91 ULONG ret = ::UnregisterTraceGuids(registration_handle_); in Unregister()
93 registration_handle_ = NULL; in Unregister()
Devent_trace_provider.h114 TRACEHANDLE registration_handle() const { return registration_handle_; } in registration_handle()
165 TRACEHANDLE registration_handle_; variable
/external/chromium/base/win/
Devent_trace_provider.cc18 : provider_name_(provider_name), registration_handle_(NULL), in EtwTraceProvider()
23 : provider_name_(GUID_NULL), registration_handle_(NULL), in EtwTraceProvider()
83 1, &obligatory_guid_registration_, NULL, NULL, &registration_handle_); in Register()
87 ULONG ret = ::UnregisterTraceGuids(registration_handle_); in Unregister()
93 registration_handle_ = NULL; in Unregister()
Devent_trace_provider.h110 TRACEHANDLE registration_handle() const { return registration_handle_; } in registration_handle()
161 TRACEHANDLE registration_handle_; variable