/ohos5.0/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/ |
H A D | satelliteclient_fuzzer.cpp | 36 NUM_THREE, enumerator 68 int32_t mode = static_cast<int32_t>(size % NUM_THREE); in TestSatelliteCallClientWithCallInfo() 70 int32_t index = static_cast<int32_t>(size % NUM_THREE); in TestSatelliteCallClientWithCallInfo() 93 int32_t mode = static_cast<int32_t>(size % NUM_THREE); in TestSatelliteCallProxyWithCallInfo() 95 int32_t index = static_cast<int32_t>(size % NUM_THREE); in TestSatelliteCallProxyWithCallInfo()
|
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | mock_custom_func.cpp | 25 static int NUM_THREE = 3; variable 83 } else if (nLen == NUM_THREE) { in __wrap_GetDhcpRawPacket() 123 } else if (nLen == NUM_THREE) { in __wrap_GetDhcpKernelPacket()
|
H A D | mock_system_func.cpp | 23 static int NUM_THREE = 3; variable
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_local_tid_benchmark.cpp | 37 static constexpr int NUM_THREE = 3; variable 64 return val * val + NUM_THREE; in TestFunc3()
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/ |
H A D | imsclient_fuzzer.cpp | 37 NUM_THREE, enumerator 71 int32_t videoState = static_cast<int32_t>(size % NUM_THREE); in TestImsCallClientWithCallInfo() 72 int32_t index = static_cast<int32_t>(size % NUM_THREE); in TestImsCallClientWithCallInfo() 155 int32_t index = static_cast<int32_t>(size % NUM_THREE); in TestImsCallClientWithSettingFunction() 249 int32_t videoState = static_cast<int32_t>(size % NUM_THREE); in TestImsCallProxyWithCallInfo() 250 int32_t index = static_cast<int32_t>(size % NUM_THREE); in TestImsCallProxyWithCallInfo() 330 int32_t index = static_cast<int32_t>(size % NUM_THREE); in TestImsCallProxyWithSettingFunction()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/event_bubble/ |
H A D | event_bubble_tdd_test.cpp | 997 constexpr uint8_t NUM_THREE = 3; variable 1010 EXPECT_EQ(JSArray::Length(logs), NUM_THREE); in EventBubbleTest001() 1037 EXPECT_EQ(JSArray::Length(logs), NUM_THREE); in EventBubbleTest002() 1067 EXPECT_EQ(JSArray::Length(logs), NUM_THREE); in EventBubbleTest003() 1344 EXPECT_EQ(count, diffCount * NUM_THREE); in EventBubbleTest013() 1388 EXPECT_EQ(count, diffCount * NUM_THREE); in EventBubbleTest015()
|
/ohos5.0/base/msdp/device_status/test/fuzztest/devicestatusagent_fuzzer/ |
H A D | devicestatusagent_fuzzer.h | 40 NUM_THREE enumerator
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_s_define.h | 59 NUM_THREE, enumerator
|
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/ |
H A D | cipher_rsa.c | 34 #define NUM_THREE 3 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 | 88 {&g_longOptions[NUM_THREE], "<gateway>", "gateway option.", "", 0, PutIpArgument},
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_network.c | 241 const int32_t NUM_THREE = 3; in ParseRegStatusStr() local 254 } else if (commaNum == NUM_THREE || commaNum == NUM_SIX) { in ParseRegStatusStr()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/json_fuzzer/ |
H A D | json_fuzzer.cpp | 46 const int NUM_THREE = 3; variable 777 GRD_FindDoc(g_db, COLLECTION_NAME, query, NUM_THREE, &resultSet); in FindDocSixFuzz()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/jsoninner_fuzzer/ |
H A D | jsoninner_fuzzer.cpp | 55 const int NUM_THREE = 3; variable 786 GRD_FindDocInner(g_db, COLLECTION_NAME, query, NUM_THREE, &resultSet); in FindDocSixFuzz()
|