Home
last modified time | relevance | path

Searched refs:NUM_SIX (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp40 NUM_SIX, enumerator
109 int32_t mode = static_cast<int32_t>(size % NUM_SIX); in TestImsCallClientWithSlotAndType()
200 ImsCallType callMode = static_cast<ImsCallType>(static_cast<int32_t>(size % NUM_SIX)); in TestImsCallClientWithCallMediaModeRequest()
219 ImsCallType callMode = static_cast<ImsCallType>(static_cast<int32_t>(size % NUM_SIX)); in TestImsCallClientWithCallMediaModeResponse()
285 int32_t mode = static_cast<int32_t>(size % NUM_SIX); in TestImsCallProxyWithSlotAndType()
374 ImsCallType callType = static_cast<ImsCallType>(static_cast<int32_t>(size % NUM_SIX)); in TestImsCallProxyWithCallMediaModeRequest()
392 ImsCallType callType = static_cast<ImsCallType>(static_cast<int32_t>(size % NUM_SIX)); in TestImsCallProxyWithCallMediaModeResponse()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_define.h62 NUM_SIX, enumerator
/ohos5.0/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/
H A Dsatelliteclient_fuzzer.cpp39 NUM_SIX, enumerator
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_argument.cpp91 {&g_longOptions[NUM_SIX], "<beginip>,<endip>", "pool address range.", "", 0,
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c243 const int32_t NUM_SIX = 6; in ParseRegStatusStr() local
254 } else if (commaNum == NUM_THREE || commaNum == NUM_SIX) { in ParseRegStatusStr()