Searched refs:CheckStoreStatus (Results 1 – 3 of 3) sorted by relevance
109 bool CheckStoreStatus(uint8_t value);
321 …EXPECT_TRUE(mmsHeader->CheckStoreStatus(static_cast<uint8_t>(MmsStoreStatus::MMS_STORE_STATUS_SUCC…323 …mmsHeader->CheckStoreStatus(static_cast<uint8_t>(MmsStoreStatus::MMS_STORE_STATUS_ERROR_TRANSIENT_…324 EXPECT_TRUE(mmsHeader->CheckStoreStatus(327 …mmsHeader->CheckStoreStatus(static_cast<uint8_t>(MmsStoreStatus::MMS_STORE_STATUS_ERROR_PERMANENT_…329 …mmsHeader->CheckStoreStatus(static_cast<uint8_t>(MmsStoreStatus::MMS_STORE_STATUS_ERROR_PERMANENT_…
330 if (!CheckStoreStatus(value)) { in SetOctetValue()1643 bool MmsHeader::CheckStoreStatus(uint8_t value) in CheckStoreStatus() function in OHOS::Telephony::MmsHeader