Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/test/
H A Dtest.cpp184 enum class InputCmd { enum
274 static std::map<InputCmd, CmdProcessFunc> g_funcMap;
1437 g_funcMap[InputCmd::INPUT_GETSPN] = TestGetSimSpn; in InitFuncMap()
1442 g_funcMap[InputCmd::INPUT_GETGID1] = TestGetSimGid1; in InitFuncMap()
1443 g_funcMap[InputCmd::INPUT_GETGID2] = TestGetSimGid2; in InitFuncMap()
1456 g_funcMap[InputCmd::INPUT_GETIMSI] = TestGetIMSI; in InitFuncMapExt()
1462 g_funcMap[InputCmd::INPUT_ALTER_PIN] = TestAlterPin; in InitFuncMapExt()
1483 g_funcMap[InputCmd::INPUT_GET_OPKEY] = TestGetOpKey; in InitFuncMapExt()
1490 g_funcMap[InputCmd::INPUT_GETSIMID] = TestGetSimId; in InitFuncMapExt()
1492 g_funcMap[InputCmd::INPUT_QUIT] = TestQuit; in InitFuncMapExt()
[all …]