OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTestSessionName
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/win/
event_trace_consumer_unittest.cc
78
const wchar_t* const
kTestSessionName
= L"TestLogSession";
84
EtwTraceController::Stop(
kTestSessionName
, &ignore);
97
ASSERT_HRESULT_SUCCEEDED(consumer_.OpenRealtimeSession(
kTestSessionName
));
103
ASSERT_HRESULT_SUCCEEDED(consumer_.OpenRealtimeSession(
kTestSessionName
));
112
ASSERT_HRESULT_SUCCEEDED(consumer_.OpenRealtimeSession(
kTestSessionName
));
188
HRESULT hr = controller.StartRealtimeSession(
kTestSessionName
, 100 * 1024);
220
HRESULT hr = controller.StartRealtimeSession(
kTestSessionName
, 100 * 1024);
258
EtwTraceController::Stop(
kTestSessionName
, &prop);
266
EtwTraceController::Stop(
kTestSessionName
, &ignore);
273
HRESULT hr = controller.StartFileSession(
kTestSessionName
,
[
all
...]
event_trace_controller_unittest.cc
24
const wchar_t
kTestSessionName
[] = L"TestLogSession";
65
EtwTraceController::Stop(
kTestSessionName
, &ignore);
127
HRESULT hr = controller.StartRealtimeSession(
kTestSessionName
, 100 * 1024);
134
EXPECT_STREQ(
kTestSessionName
, controller.session_name());
147
HRESULT hr = controller.StartFileSession(
kTestSessionName
,
155
EXPECT_STREQ(
kTestSessionName
, controller.session_name());
169
HRESULT hr = controller.StartRealtimeSession(
kTestSessionName
, 100 * 1024);
/external/chromium/base/debug/
trace_event_win_unittest.cc
42
const wchar_t
kTestSessionName
[] = L"TraceEvent unittest session";
98
EtwTraceController::Stop(
kTestSessionName
, &ignore);
135
ASSERT_HRESULT_SUCCEEDED(controller_.Start(
kTestSessionName
, &prop));
Completed in 1314 milliseconds