OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HookAction
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/
hook_table.h
88
struct
HookAction
{
89
explicit
HookAction
(const base::Closure& start_callback)
99
typedef std::map<std::string,
HookAction
> HookTableMap;
hook_table.cc
49
hook_table_.emplace(name,
HookAction
(start_callback));
65
HookAction
* action = &it->second;
98
HookAction
* action = &hook_entry.second;
112
const
HookAction
& action = hook_entry.second;
Completed in 227 milliseconds