Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/
H A Dpdpcontextlistupdated_fuzzer.cpp32 constexpr int32_t KILO_BIT = 1000; member
73 linkCapability.primaryDownlinkKbps = static_cast<int32_t>(*data + offset) * KILO_BIT; in DoSomethingInterestingWithMyAPI()
75 linkCapability.primaryUplinkKbps = static_cast<int32_t>(*data + offset) * KILO_BIT; in DoSomethingInterestingWithMyAPI()
77 linkCapability.secondaryDownlinkKbps = static_cast<int32_t>(*data + offset) * KILO_BIT; in DoSomethingInterestingWithMyAPI()
79 linkCapability.secondaryUplinkKbps = static_cast<int32_t>(*data + offset) * KILO_BIT; in DoSomethingInterestingWithMyAPI()

Completed in 0 milliseconds