Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/test/unittest/data_test/
H A Ddata_storage_test.cpp44 std::map<char, CmdProcessFunc> g_pdpProfileFuncMap; variable
559 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()