Home
last modified time | relevance | path

Searched refs:SERIAL_NUM (Results 1 - 6 of 6) sorted by relevance

/base/telephony/cellular_call/test/fuzztest/satellitecallback_fuzzer/
H A Dsatellitecallback_fuzzer.cpp35 constexpr int32_t SERIAL_NUM = 3; member
74 rilRadioResponse.serial = static_cast<int32_t>(size % SERIAL_NUM); in TestSatelliteCallCallbackFunction()
/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/
H A Dimscallback_fuzzer.cpp35 constexpr int32_t SERIAL_NUM = 3; member
76 rilRadioResponse.serial = static_cast<int32_t>(size % SERIAL_NUM); in TestImsCallCallbackFunction()
168 rilRadioResponse.serial = static_cast<int32_t>(size % SERIAL_NUM); in TestImsConfigCallbackFunction()
202 ssResult.index = static_cast<int32_t>(size % SERIAL_NUM); in WriteSsResult()
219 normalResult.index = static_cast<int32_t>(size % SERIAL_NUM); in TestImsUTCallbackFunction()
317 cfCall.serial = static_cast<int32_t>(size % SERIAL_NUM); in TestCFCallbackFunction()
/base/telephony/sms_mms/services/sms/include/
H A Dsms_cb_data.h65 inline static const std::string SERIAL_NUM = "serialNum"; member in OHOS::Telephony::SmsCbData
/base/telephony/sms_mms/test/unittest/
H A Dsms_broadcast_subscriber.cpp96 std::cout << SmsCbData::SERIAL_NUM << ":" in CbMessageTest()
97 << want.GetIntParam(SmsCbData::SERIAL_NUM, DEFAULT_VALUE) << std::endl; in CbMessageTest()
/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_cb_handler.cpp406 want.SetParam(SmsCbData::SERIAL_NUM, static_cast<int>(sendData.serial)); in PackageWantData()
/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_receive_handler.cpp311 want.SetParam(SmsCbData::SERIAL_NUM, static_cast<int>(sendData.serial)); in SetCBBroadcastParam()

Completed in 5 milliseconds