Home
last modified time | relevance | path

Searched refs:g_opKeyFuncMap (Results 1 - 1 of 1) sorted by relevance

/base/telephony/telephony_data/test/unittest/data_test/
H A Ddata_storage_test.cpp45 std::map<char, CmdProcessFunc> g_opKeyFuncMap; member
564 g_opKeyFuncMap['x'] = OpKeyInsert; in Init()
565 g_opKeyFuncMap['c'] = OpKeyUpdate; in Init()
566 g_opKeyFuncMap['v'] = OpKeySelect; in Init()
567 g_opKeyFuncMap['b'] = OpKeyDelete; in Init()
615 auto itFunOpKey = g_opKeyFuncMap.find(inputCMD); in VerifyCmd()
616 if (itFunOpKey != g_opKeyFuncMap.end()) { in VerifyCmd()

Completed in 2 milliseconds