Home
last modified time | relevance | path

Searched refs:NUM_FOUR (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Dmock_custom_func.cpp26 static int NUM_FOUR = 4; variable
85 } else if (nLen == NUM_FOUR) { in __wrap_GetDhcpRawPacket()
120 AddOptValueToOpts(getPacket->options, IP_ADDRESS_LEASE_TIME_OPTION, htonl(NUM_FOUR)); in __wrap_GetDhcpKernelPacket()
H A Dmock_system_func.cpp24 static int NUM_FOUR = 4; variable
157 } else if (nRet == NUM_FOUR) { in __wrap_select()
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_tid_benchmark.cpp38 static constexpr int NUM_FOUR = 4; variable
58 return val * val + NUM_FOUR; in TestFunc4()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp38 NUM_FOUR, enumerator
157 int32_t value = static_cast<int32_t>(size % NUM_FOUR); in TestImsCallClientWithSettingFunction()
158 int32_t type = static_cast<int32_t>(size % NUM_FOUR); in TestImsCallClientWithSettingFunction()
332 int32_t value = static_cast<int32_t>(size % NUM_FOUR); in TestImsCallProxyWithSettingFunction()
333 int32_t type = static_cast<int32_t>(size % NUM_FOUR); in TestImsCallProxyWithSettingFunction()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_define.h60 NUM_FOUR, enumerator
/ohos5.0/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/
H A Dsatelliteclient_fuzzer.cpp37 NUM_FOUR, enumerator
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_rsa.c33 #define NUM_FOUR 4 macro
352 cipher->length = (cipher->length / NUM_THREE + 1) * NUM_FOUR + 1; in RsaEncrypt()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_argument.cpp89 {&g_longOptions[NUM_FOUR], "<server>", "server identifier.", "", 1, PutIpArgument},
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c242 const int32_t NUM_FOUR = 4; in ParseRegStatusStr() local
253 } else if (commaNum == NUM_FOUR || commaNum == NUM_SEVEN) { in ParseRegStatusStr()
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp126 constexpr int32_t NUM_FOUR { 4 }; variable
2707 … if ((static_cast<int32_t>(lastRotation) + NUM_ONE) % NUM_FOUR == static_cast<int32_t>(rotation)) { in ScreenRotateAdjustDisplayXY()
2711 …} else if ((static_cast<int32_t>(lastRotation) + NUM_TWO) % NUM_FOUR == static_cast<int32_t>(rotat… in ScreenRotateAdjustDisplayXY()