Searched refs:DIGIT_LEN2 (Results 1 - 1 of 1) sorted by relevance
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_utils_test.cpp | 38 const int DIGIT_LEN2 = 6; member 200 EXPECT_TRUE(gsmUtils->DigitToBcd(digit, DIGIT_LEN2, packData, DIGIT_LEN2, len)); in HWTEST_F() 201 std::vector<uint8_t> userDataVec(packData, packData + DIGIT_LEN2); in HWTEST_F() 221 EXPECT_TRUE(gsmUtils->DigitToBcd(digit, DIGIT_LEN2, packData, DIGIT_LEN2, len)); in HWTEST_F() 222 std::vector<uint8_t> userDataVec(packData, packData + DIGIT_LEN2); in HWTEST_F() 242 EXPECT_TRUE(gsmUtils->DigitToBcd(digit, DIGIT_LEN2, packData, DIGIT_LEN2, len)); in HWTEST_F() 243 std::vector<uint8_t> userDataVec(packData, packData + DIGIT_LEN2); in HWTEST_F() [all...] |
Completed in 1 milliseconds