Searched refs:g_pdpProfileFuncMap (Results 1 – 1 of 1) sorted by relevance
44 std::map<char, CmdProcessFunc> g_pdpProfileFuncMap; variable559 g_pdpProfileFuncMap['a'] = PdpProfileInsert; in Init()560 g_pdpProfileFuncMap['s'] = PdpProfileUpdate; in Init()561 g_pdpProfileFuncMap['d'] = PdpProfileDelete; in Init()562 g_pdpProfileFuncMap['f'] = PdpProfileSelect; in Init()563 g_pdpProfileFuncMap['h'] = PdpProfileReset; in Init()604 auto itFunPdpProfile = g_pdpProfileFuncMap.find(inputCMD); in VerifyCmd()605 if (itFunPdpProfile != g_pdpProfileFuncMap.end()) { in VerifyCmd()