Home
last modified time | relevance | path

Searched refs:msgStatus (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mce_test.cpp468 MapSetMessageStatus msgStatus; variable
469 int ret = profile_->SetMessageStatus(device, type, msgStatus);
/ohos5.0/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_common.h384 SmsStatusCode msgStatus; member
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_teleservice_message.cpp277 parameter_.push_back(std::make_unique<CdmaSmsMessageStatus>(msg.msgStatus)); in CdmaSmsDeliveryAck()
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dcdma_sms_test.cpp398 cout << s << " msgStatus : " << static_cast<int>(deliveryAck.msgStatus) << endl; in PrintTeleserviceDeliverAck()