Searched refs:CheckStoreStatus (Results 1 – 3 of 3) sorted by relevance
395 …EXPECT_TRUE(mmsHeader->CheckStoreStatus(static_cast<uint8_t>(MmsStoreStatus::MMS_STORE_STATUS_SUCC…397 …mmsHeader->CheckStoreStatus(static_cast<uint8_t>(MmsStoreStatus::MMS_STORE_STATUS_ERROR_TRANSIENT_…398 EXPECT_TRUE(mmsHeader->CheckStoreStatus(401 …mmsHeader->CheckStoreStatus(static_cast<uint8_t>(MmsStoreStatus::MMS_STORE_STATUS_ERROR_PERMANENT_…403 …mmsHeader->CheckStoreStatus(static_cast<uint8_t>(MmsStoreStatus::MMS_STORE_STATUS_ERROR_PERMANENT_…
108 bool CheckStoreStatus(uint8_t value);
330 if (!CheckStoreStatus(value)) { in SetOctetValue()1643 bool MmsHeader::CheckStoreStatus(uint8_t value) in CheckStoreStatus() function in OHOS::Telephony::MmsHeader