Home
last modified time | relevance | path

Searched refs:DIGIT_LEN (Results 1 - 2 of 2) sorted by relevance

/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_utils_test.cpp37 const int DIGIT_LEN = 3; member
176 EXPECT_FALSE(gsmUtils->DigitToBcd(digit, DIGIT_LEN, packData, 1, len)); in HWTEST_F()
196 uint8_t len = static_cast<uint8_t>(DIGIT_LEN); in HWTEST_F()
197 EXPECT_FALSE(gsmUtils->DigitToBcd(digit, DIGIT_LEN, packData, DIGIT_LEN, len)); in HWTEST_F()
198 EXPECT_FALSE(gsmUtils->DigitToBcd(digit, DIGIT_LEN, packData, DIGIT_LEN - 1, len)); in HWTEST_F()
H A Dzero_branch_sms_test.cpp62 const int DIGIT_LEN = 3; member
1595 smsIndexer->psResendCount_ = DIGIT_LEN; in HWTEST_F()
2086 decodeBuffer->data_[DIGIT_LEN] = FIVE_BIT; in HWTEST_F()
2094 decodeBuffer->index_ = DIGIT_LEN; in HWTEST_F()
2376 num = cbnNumTemp.substr(DIGIT_LEN, NUM_LENGTH); in HWTEST_F()

Completed in 6 milliseconds