Searched refs:NUM_FOUR (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | mock_custom_func.cpp | 26 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 D | mock_system_func.cpp | 24 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 D | unwind_local_tid_benchmark.cpp | 38 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 D | imsclient_fuzzer.cpp | 38 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 D | dhcp_s_define.h | 60 NUM_FOUR, enumerator
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/ |
H A D | satelliteclient_fuzzer.cpp | 37 NUM_FOUR, enumerator
|
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/ |
H A D | cipher_rsa.c | 33 #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 D | dhcp_argument.cpp | 89 {&g_longOptions[NUM_FOUR], "<server>", "server identifier.", "", 1, PutIpArgument},
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_network.c | 242 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 D | drag_drawing.cpp | 126 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()
|