Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dcommand_parser_test.cpp93 TEST(CommandParserUnitTest, GetNextStrDeciToHex) { in TEST() argument
98 std::string result(cmd.GetNextStrDeciToHex()); in TEST()
101 std::string result2(cmd.GetNextStrDeciToHex()); in TEST()
/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.cpp943 auto c = cmd.GetNextStrDeciToHex(); in HandleSIM_IO()
944 auto id = cmd.GetNextStrDeciToHex(); in HandleSIM_IO()
945 auto p1 = cmd.GetNextStrDeciToHex(); in HandleSIM_IO()
946 auto p2 = cmd.GetNextStrDeciToHex(); in HandleSIM_IO()
947 auto p3 = cmd.GetNextStrDeciToHex(); in HandleSIM_IO()
Dcommand_parser.h41 std::string GetNextStrDeciToHex(); /* for AT+CRSM */
Dcommand_parser.cpp69 std::string CommandParser::GetNextStrDeciToHex() { in GetNextStrDeciToHex() function in cuttlefish::CommandParser