Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/
H A Dpdpcontextlistupdated_fuzzer.cpp31 constexpr int32_t ACTIVE_NUM = 2; variable
51 response.active = static_cast<int32_t>(*data + offset) % ACTIVE_NUM; in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/call_manager/test/fuzztest/callmanagerservicestub_fuzzer/
H A Dcallmanagerservicestub_fuzzer.cpp30 constexpr int32_t ACTIVE_NUM = 2; variable
105 int32_t activate = static_cast<int32_t>(size % ACTIVE_NUM); in PostDialProceed()
133 int32_t activate = static_cast<int32_t>(size % ACTIVE_NUM); in CanSetCallTransferTime()
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp20 constexpr uint8_t ACTIVE_NUM = 1; variable
346 handle->dev->activeConfig = ACTIVE_NUM; in FuncAdapterSetConfiguration()
459 int32_t ret = memset_s(request->buffer, request->bufLen, ACTIVE_NUM, request->bufLen); in RequestCompletion()
485 g_sprq->actualLength = ACTIVE_NUM; in FuncAdapterUrbCompleteHandle()
/ohos5.0/base/telephony/call_manager/test/fuzztest/dialcall_fuzzer/
H A Ddialcall_fuzzer.cpp27 constexpr int32_t ACTIVE_NUM = 2; variable
187 int32_t activate = static_cast<int32_t>(size % ACTIVE_NUM); in SetCallWaiting()