Searched refs:GetNextStrDeciToHex (Results 1 – 4 of 4) sorted by relevance
93 TEST(CommandParserUnitTest, GetNextStrDeciToHex) { in TEST() argument98 std::string result(cmd.GetNextStrDeciToHex()); in TEST()101 std::string result2(cmd.GetNextStrDeciToHex()); in TEST()
943 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()
41 std::string GetNextStrDeciToHex(); /* for AT+CRSM */
69 std::string CommandParser::GetNextStrDeciToHex() { in GetNextStrDeciToHex() function in cuttlefish::CommandParser