Searched refs:commandType (Results 1 – 4 of 4) sorted by relevance
32 const CommandType commandType = CommandUtils::getCommandType(argv[1]); in main() local33 if (commandType == CommandType::Unknown) { in main()37 const auto executor = CommandUtils::getCommandExecutor(commandType); in main()
53 const CommandType commandType) { in getCommandExecutor() argument54 switch (commandType) { in getCommandExecutor()
43 static std::function<int(int, char **)> getCommandExecutor(const CommandType commandType);
2413 int commandType, in broadcastVendorSpecificEventIntent() argument2421 commandType); in broadcastVendorSpecificEventIntent()2493 int commandType = mPhonebook.TYPE_UNKNOWN; in getAtCommandType() local2500 commandType = mPhonebook.TYPE_READ; in getAtCommandType()2502 commandType = mPhonebook.TYPE_TEST; in getAtCommandType()2504 commandType = mPhonebook.TYPE_SET; in getAtCommandType()2506 commandType = mPhonebook.TYPE_UNKNOWN; in getAtCommandType()2508 return commandType; in getAtCommandType()3073 int commandType = getAtCommandType(atCommand); in processUnknownAt() local3075 processAtCscs(atCommand.substring(5), commandType, device); in processUnknownAt()[all …]