Searched refs:Unpack7bitCharForMiddlePart (Results 1 - 4 of 4) sorted by relevance
/base/telephony/sms_mms/services/sms/include/gsm/ |
H A D | gsm_sms_common_utils.h | 33 static bool Unpack7bitCharForMiddlePart(const uint8_t *buffer, uint8_t dataLen, uint8_t *unpackData);
|
/base/telephony/sms_mms/test/gtest/ |
H A D | sms_gsm_gtest.cpp | 276 * @tc.desc Function test Unpack7bitCharForMiddlePart 285 EXPECT_FALSE(utils->Unpack7bitCharForMiddlePart(nullptr, 0, static_cast<uint8_t*>(&vectData[0]))); in HWTEST_F() 286 EXPECT_FALSE(utils->Unpack7bitCharForMiddlePart(buffer, dataStr.size(), nullptr)); in HWTEST_F() 287 EXPECT_FALSE(utils->Unpack7bitCharForMiddlePart(buffer, 0, static_cast<uint8_t*>(&vectData[0]))); in HWTEST_F()
|
/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_sms_common_utils.cpp | 156 bool GsmSmsCommonUtils::Unpack7bitCharForMiddlePart(const uint8_t *buffer, uint8_t dataLen, uint8_t *unpackData) in Unpack7bitCharForMiddlePart() function in OHOS::Telephony::GsmSmsCommonUtils
|
H A D | gsm_sms_param_decode.cpp | 99 if (!GsmSmsCommonUtils::Unpack7bitCharForMiddlePart(addressPduArr, dataLen, tmresultNum)) { in DecodeAddressAlphaNum()
|
Completed in 6 milliseconds