Home
last modified time | relevance | path

Searched refs:NUM_THREE (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/
H A Dsatelliteclient_fuzzer.cpp36 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 Dmock_custom_func.cpp25 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 Dmock_system_func.cpp23 static int NUM_THREE = 3; variable
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_tid_benchmark.cpp37 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 Dimsclient_fuzzer.cpp37 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 Devent_bubble_tdd_test.cpp997 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 Ddevicestatusagent_fuzzer.h40 NUM_THREE enumerator
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_define.h59 NUM_THREE, enumerator
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_rsa.c34 #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 Ddhcp_argument.cpp88 {&g_longOptions[NUM_THREE], "<gateway>", "gateway option.", "", 0, PutIpArgument},
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c241 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 Djson_fuzzer.cpp46 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 Djsoninner_fuzzer.cpp55 const int NUM_THREE = 3; variable
786 GRD_FindDocInner(g_db, COLLECTION_NAME, query, NUM_THREE, &resultSet); in FindDocSixFuzz()