Home
last modified time | relevance | path

Searched refs:NUM_TWO (Results 1 - 9 of 9) sorted by relevance

/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp36 NUM_TWO, enumerator
69 int32_t mode = static_cast<int32_t>(size % NUM_TWO); in TestImsCallClientWithCallInfo()
70 int32_t slotId = static_cast<int32_t>(size % NUM_TWO); in TestImsCallClientWithCallInfo()
105 int32_t slotId = static_cast<int32_t>(size % NUM_TWO); in TestImsCallClientWithSlotAndType()
107 int32_t callType = static_cast<int32_t>(size % NUM_TWO); in TestImsCallClientWithSlotAndType()
153 int32_t mode = static_cast<int32_t>(size % NUM_TWO); in TestImsCallClientWithSettingFunction()
154 int32_t slotId = static_cast<int32_t>(size % NUM_TWO); in TestImsCallClientWithSettingFunction()
194 callInfo.slotId = static_cast<int32_t>(size % NUM_TWO); in TestImsCallClientWithCallMediaModeRequest()
195 callInfo.videoState = static_cast<int32_t>(size % NUM_TWO); in TestImsCallClientWithCallMediaModeRequest()
213 callInfo.slotId = static_cast<int32_t>(size % NUM_TWO); in TestImsCallClientWithCallMediaModeResponse()
[all...]
/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/
H A Dsatelliteclient_fuzzer.cpp35 NUM_TWO, enumerator
69 int32_t slotId = static_cast<int32_t>(size % NUM_TWO); in TestSatelliteCallClientWithCallInfo()
81 int32_t callType = static_cast<int32_t>(size % NUM_TWO); in TestSatelliteCallClientWithCallInfo()
94 int32_t slotId = static_cast<int32_t>(size % NUM_TWO); in TestSatelliteCallProxyWithCallInfo()
/base/msdp/device_status/test/fuzztest/devicestatusagent_fuzzer/
H A Ddevicestatusagent_fuzzer.h39 NUM_TWO, member in OHOS::Msdp::DeviceStatus::ApiNumber
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_tid_benchmark.cpp36 static constexpr int NUM_TWO = 2; variable
70 return val * val + NUM_TWO; in TestFunc2()
/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_test.cpp42 constexpr int32_t NUM_TWO { 2 };
355 dev.keyBitmask_[INDEX_TWELVE] = NUM_TWO; in HWTEST_F()
369 dev.keyBitmask_[INDEX_TWELVE] = NUM_TWO; in HWTEST_F()
/base/security/device_auth/test/fuzztest/group_auth/account_related/accountrelatedgroupauth_fuzzer/
H A Daccountrelatedgroupauth_fuzzer.cpp31 #define NUM_TWO 2 macro
206 (void)AddIntToJson(authParam, FIELD_KEY_LENGTH, NUM_TWO); // For unit test. in AccountRelatedGroupAuthTest0022()
226 (void)AddIntToJson(authParam, FIELD_KEY_LENGTH, NUM_TWO); // For unit test. in AccountRelatedGroupAuthTest0023()
244 (void)AddIntToJson(sendToSelf, FIELD_CREDENTIAL_TYPE, NUM_TWO); in AccountRelatedGroupAuthTest0023()
/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H A Dhks_client_ipc_serialization.c28 #define NUM_TWO 2 macro
400 if (inSize > UINT32_MAX - NUM_TWO) { in CheckAndCalculateSize()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp42 constexpr const int32_t NUM_TWO = 2; member
1254 EXPECT_NE(HDF_SUCCESS, sms->SmsStatusReportNotify(0, err, data, NUM_TWO)); in HWTEST_F()
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp133 constexpr int32_t NUM_TWO { 2 };
3003 } else if ((static_cast<int32_t>(lastRotation) + NUM_TWO) % NUM_FOUR == static_cast<int32_t>(rotation)) { in ScreenRotateAdjustDisplayXY()

Completed in 12 milliseconds