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.cpp34 typedef std::map<std::string, MFP> function_map; typedef
35 function_map* _funcMap = NULL;
231 _funcMap = new function_map(); in CommandReceiver()
258 function_map::const_iterator iter = _funcMap->find(cmd); in Call()
267 _funcMap = new function_map(); in RegisterCommand()