Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/utils/
Dcommand_receiver.cpp28 typedef std::map<std::string, MFP> function_map; typedef
29 function_map* _funcMap = NULL;
42 _funcMap = new function_map(); in CommandReceiver()
56 function_map::const_iterator iter = _funcMap->find(cmd); in Call()
65 _funcMap = new function_map(); in RegisterCommand()