Lines Matching full:hresult
23 HRESULT EtwTraceProperties::SetLoggerName(const wchar_t* logger_name) {
34 HRESULT EtwTraceProperties::SetLoggerFileName(const wchar_t* logger_file_name) {
52 HRESULT EtwTraceController::Start(const wchar_t* session_name,
59 HRESULT hr = Start(session_name, prop, &session_);
66 HRESULT EtwTraceController::StartFileSession(const wchar_t* session_name,
83 HRESULT EtwTraceController::StartRealtimeSession(const wchar_t* session_name,
95 HRESULT EtwTraceController::EnableProvider(REFGUID provider, UCHAR level,
101 HRESULT EtwTraceController::DisableProvider(REFGUID provider) {
106 HRESULT EtwTraceController::Stop(EtwTraceProperties* properties) {
121 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties) {
134 HRESULT EtwTraceController::Start(const wchar_t* session_name,
141 HRESULT EtwTraceController::Query(const wchar_t* session_name,
148 HRESULT EtwTraceController::Update(const wchar_t* session_name,
156 HRESULT EtwTraceController::Stop(const wchar_t* session_name,
164 HRESULT EtwTraceController::Flush(const wchar_t* session_name,