OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HookTableTest
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/
hook_table_unittest.cc
49
class
HookTableTest
: public testing::Test {
56
HookTableTest
()
65
TEST_F(
HookTableTest
, ActionCompletes) {
68
Closure start_callback = Bind(&
HookTableTest
::StartAction, Unretained(this));
70
Bind(&
HookTableTest
::DoneAction, Unretained(this));
89
TEST_F(
HookTableTest
, ActionCompletesAndRemovesActionInDoneCallback) {
95
Closure start_callback = Bind(&
HookTableTest
::StartAction, Unretained(this));
97
Bind(&
HookTableTest
::StartAction2, Unretained(this));
99
Bind(&
HookTableTest
::DoneAction, Unretained(this));
109
TEST_F(
HookTableTest
, ActionCompletesInline)
[
all
...]
hook_table.h
84
friend class
HookTableTest
;
Completed in 58 milliseconds