Home
last modified time | relevance | path

Searched refs:index (Results 1 - 25 of 1401) sorted by relevance

12345678910>>...57

/base/hiviewdfx/hiview/base/running_status_logger/test/unittest/common/
H A Drunning_status_logger_test.cpp60 std::string GenerateInvalidFileName(int index) in GenerateInvalidFileName() argument
62 return GetLogDir() + "runningstatus_2024_0" + std::to_string(index); in GenerateInvalidFileName()
113 for (int index = 0; index < SIZE_512; index++) { in HWTEST_F()
116 for (int index = 0; index < SIZE_512; index++) { in HWTEST_F()
141 for (int index = 0; index < SIZE_51 in HWTEST_F()
[all...]
/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
H A Dhks_generate_key_test.c86 uint32_t index = 0; in LITE_TEST_CASE() local
90 g_testGenKeyParams[index].keyAliasParams.blobExist, in LITE_TEST_CASE()
91 g_testGenKeyParams[index].keyAliasParams.blobSize, in LITE_TEST_CASE()
92 g_testGenKeyParams[index].keyAliasParams.blobDataExist, in LITE_TEST_CASE()
93 g_testGenKeyParams[index].keyAliasParams.blobDataSize); in LITE_TEST_CASE()
98 g_testGenKeyParams[index].paramSetParams.paramSetExist, in LITE_TEST_CASE()
99 g_testGenKeyParams[index].paramSetParams.setAlg, g_testGenKeyParams[index].paramSetParams.alg, in LITE_TEST_CASE()
100 g_testGenKeyParams[index].paramSetParams.setKeySize, g_testGenKeyParams[index] in LITE_TEST_CASE()
[all...]
H A Dhks_mac_test.c132 static int32_t BaseTestMac(uint32_t index) in BaseTestMac() argument
138 if (g_testMacParams[index].macType == HKS_TEST_MAC_TYPE_REE) { in BaseTestMac()
140 g_testMacParams[index].keyParams.blobExist, in BaseTestMac()
141 g_testMacParams[index].keyParams.blobSize, in BaseTestMac()
142 g_testMacParams[index].keyParams.blobDataExist, in BaseTestMac()
143 g_testMacParams[index].keyParams.blobDataSize); in BaseTestMac()
145 if (g_testMacParams[index].keyAliasParams.blobExist) { in BaseTestMac()
146 ret = GenerateKey(&key, &(g_testMacParams[index].keyAliasParams), in BaseTestMac()
147 &g_testMacParams[index].genKeyParamSetParams, NULL); in BaseTestMac()
150 g_testMacParams[index] in BaseTestMac()
[all...]
H A Dhks_derive_test.c84 static int32_t BaseTestDerive(uint32_t index) in BaseTestDerive() argument
89 if (g_testDeriveParams[index].genKeyParamSetParams.setKeyStorageFlag && in BaseTestDerive()
90 (g_testDeriveParams[index].genKeyParamSetParams.keyStorageFlag == HKS_STORAGE_TEMP)) { in BaseTestDerive()
92 &g_testDeriveParams[index].localKeyParams); in BaseTestDerive()
94 if (g_testDeriveParams[index].keyAliasParams.blobExist) { in BaseTestDerive()
96 &g_testDeriveParams[index].keyAliasParams, in BaseTestDerive()
97 &g_testDeriveParams[index].genKeyParamSetParams, NULL); in BaseTestDerive()
100 g_testDeriveParams[index].masterKeyParams.blobExist, in BaseTestDerive()
101 g_testDeriveParams[index].masterKeyParams.blobSize, in BaseTestDerive()
102 g_testDeriveParams[index] in BaseTestDerive()
[all...]
H A Dhks_modify_key_test.c72 int32_t BaseTestCipherProcess(const struct HksBlob *keyAlias, uint32_t index) in BaseTestCipherProcess() argument
81 &g_testCipherParams[index].plainTextParams, &g_testCipherParams[index].cipherTextParams); in BaseTestCipherProcess()
86 keyAlias, &g_testCipherParams[index], cipherData, in BaseTestCipherProcess()
90 keyAlias, &g_testCipherParams[index].encryptParamSetParams, in BaseTestCipherProcess()
94 if (ret != g_testCipherParams[index].expectResult) { in BaseTestCipherProcess()
99 if (ret != g_testCipherParams[index].expectResult) { in BaseTestCipherProcess()
103 if (ret == g_testCipherParams[index].expectResult) { in BaseTestCipherProcess()
143 uint32_t index = 0; in LITE_TEST_CASE() local
145 int32_t ret = GenerateKeyTwo(&keyAlias, &g_testCipherParams[index] in LITE_TEST_CASE()
[all...]
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_generate_key_test.cpp82 uint32_t index = 0; in HWTEST_F() local
86 g_testGenKeyParams[index].keyAliasParams.blobExist, in HWTEST_F()
87 g_testGenKeyParams[index].keyAliasParams.blobSize, in HWTEST_F()
88 g_testGenKeyParams[index].keyAliasParams.blobDataExist, in HWTEST_F()
89 g_testGenKeyParams[index].keyAliasParams.blobDataSize); in HWTEST_F()
94 g_testGenKeyParams[index].paramSetParams.paramSetExist, in HWTEST_F()
95 g_testGenKeyParams[index].paramSetParams.setAlg, g_testGenKeyParams[index].paramSetParams.alg, in HWTEST_F()
96 g_testGenKeyParams[index].paramSetParams.setKeySize, g_testGenKeyParams[index] in HWTEST_F()
[all...]
H A Dhks_derive_test.cpp84 static int32_t BaseTestDerive(uint32_t index) in BaseTestDerive() argument
89 if (g_testDeriveParams[index].genKeyParamSetParams.setKeyStorageFlag && in BaseTestDerive()
90 (g_testDeriveParams[index].genKeyParamSetParams.keyStorageFlag == HKS_STORAGE_TEMP)) { in BaseTestDerive()
91 ret = GenerateLocalRandomKey(&keyAliasTest, &g_testDeriveParams[index].localKeyParams); in BaseTestDerive()
93 if (g_testDeriveParams[index].keyAliasParams.blobExist) { in BaseTestDerive()
94 ret = GenerateKey(&keyAliasTest, &g_testDeriveParams[index].keyAliasParams, in BaseTestDerive()
95 &g_testDeriveParams[index].genKeyParamSetParams, NULL); in BaseTestDerive()
98 g_testDeriveParams[index].masterKeyParams.blobExist, in BaseTestDerive()
99 g_testDeriveParams[index].masterKeyParams.blobSize, in BaseTestDerive()
100 g_testDeriveParams[index] in BaseTestDerive()
[all...]
H A Dhks_safe_compare_key_test.cpp84 uint32_t index = 0; in SafeTestGenerateKey() local
89 g_testGenKeyParams[index].paramSetParams.paramSetExist, g_testGenKeyParams[index].paramSetParams.setAlg, in SafeTestGenerateKey()
90 g_testGenKeyParams[index].paramSetParams.alg, g_testGenKeyParams[index].paramSetParams.setKeySize, in SafeTestGenerateKey()
91 g_testGenKeyParams[index].paramSetParams.keySize, in SafeTestGenerateKey()
92 g_testGenKeyParams[index].paramSetParams.setPurpose, g_testGenKeyParams[index].paramSetParams.purpose, in SafeTestGenerateKey()
93 g_testGenKeyParams[index].paramSetParams.setDigest, g_testGenKeyParams[index] in SafeTestGenerateKey()
[all...]
H A Dhks_mac_test.cpp132 static int32_t BaseTestMac(uint32_t index) in BaseTestMac() argument
138 if (g_testMacParams[index].macType == HKS_TEST_MAC_TYPE_REE) { in BaseTestMac()
140 g_testMacParams[index].keyParams.blobExist, in BaseTestMac()
141 g_testMacParams[index].keyParams.blobSize, in BaseTestMac()
142 g_testMacParams[index].keyParams.blobDataExist, in BaseTestMac()
143 g_testMacParams[index].keyParams.blobDataSize); in BaseTestMac()
145 if (g_testMacParams[index].keyAliasParams.blobExist) { in BaseTestMac()
147 &(g_testMacParams[index].keyAliasParams), &g_testMacParams[index].genKeyParamSetParams, NULL); in BaseTestMac()
150 g_testMacParams[index] in BaseTestMac()
[all...]
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
H A Dhks_generate_key_test.cpp83 uint32_t index = 0; in HWTEST_F() local
88 g_testGenKeyParams[index].keyAliasParams.blobExist, in HWTEST_F()
89 g_testGenKeyParams[index].keyAliasParams.blobSize, in HWTEST_F()
90 g_testGenKeyParams[index].keyAliasParams.blobDataExist, in HWTEST_F()
91 g_testGenKeyParams[index].keyAliasParams.blobDataSize); in HWTEST_F()
96 g_testGenKeyParams[index].paramSetParams.paramSetExist, in HWTEST_F()
97 g_testGenKeyParams[index].paramSetParams.setAlg, g_testGenKeyParams[index].paramSetParams.alg, in HWTEST_F()
98 g_testGenKeyParams[index].paramSetParams.setKeySize, g_testGenKeyParams[index] in HWTEST_F()
[all...]
H A Dhks_derive_test.cpp82 static int32_t BaseTestDerive(uint32_t index) in BaseTestDerive() argument
87 if (g_testDeriveParams[index].genKeyParamSetParams.setKeyStorageFlag && in BaseTestDerive()
88 (g_testDeriveParams[index].genKeyParamSetParams.keyStorageFlag == HKS_STORAGE_TEMP)) { in BaseTestDerive()
89 ret = GenerateLocalRandomKey(&keyAlias, &g_testDeriveParams[index].localKeyParams); in BaseTestDerive()
91 if (g_testDeriveParams[index].keyAliasParams.blobExist) { in BaseTestDerive()
92 ret = GenerateKey(&keyAlias, &g_testDeriveParams[index].keyAliasParams, in BaseTestDerive()
93 &g_testDeriveParams[index].genKeyParamSetParams, NULL); in BaseTestDerive()
96 g_testDeriveParams[index].masterKeyParams.blobExist, in BaseTestDerive()
97 g_testDeriveParams[index].masterKeyParams.blobSize, in BaseTestDerive()
98 g_testDeriveParams[index] in BaseTestDerive()
[all...]
H A Dhks_mac_test.cpp131 static int32_t BaseTestMac(uint32_t index) in BaseTestMac() argument
137 if (g_testMacParams[index].macType == HKS_TEST_MAC_TYPE_REE) { in BaseTestMac()
139 g_testMacParams[index].keyParams.blobExist, in BaseTestMac()
140 g_testMacParams[index].keyParams.blobSize, in BaseTestMac()
141 g_testMacParams[index].keyParams.blobDataExist, in BaseTestMac()
142 g_testMacParams[index].keyParams.blobDataSize); in BaseTestMac()
144 if (g_testMacParams[index].keyAliasParams.blobExist) { in BaseTestMac()
145 ret = GenerateKey(&keyTest, &(g_testMacParams[index].keyAliasParams), in BaseTestMac()
146 &g_testMacParams[index].genKeyParamSetParams, NULL); in BaseTestMac()
149 g_testMacParams[index] in BaseTestMac()
[all...]
/drivers/peripheral/clearplay/hdi_service/common/
H A Dbase64_utils.cpp77 for (size_t index = 0; index < CHAR_ARRAY_LENGTH_FOUR; ++index) { in MakeCharFour()
78 charArrayFour[index] = table[index]; in MakeCharFour()
93 for (size_t index = 0; index < CHAR_ARRAY_LENGTH_THREE; ++index) { in MakeCharTree()
94 charArrayThree[index] = table[index]; in MakeCharTree()
105 size_t index = 0; Encode() local
149 size_t index = 0; Decode() local
[all...]
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hisysevent_wrapper/src/
H A Dhks_report_wrapper.c44 static int32_t AppendParamToExtra(const struct HksParam *paramIn, char *extraOut, uint32_t *index) in AppendParamToExtra() argument
48 int32_t num = snprintf_s(extraOut + *index, EXTRA_DATA_SIZE - *index, EXTRA_DATA_SIZE - *index - 1, "%u", in AppendParamToExtra()
54 *index = *index + num; in AppendParamToExtra()
74 uint32_t *index) in AppendToExtra()
76 if (ISExceedTheLimitSize(*index)) { in AppendToExtra()
79 if (memcpy_s(extraOut + *index, EXTRA_DATA_SIZE - *index, ta in AppendToExtra()
73 AppendToExtra(const struct HksBlob *tag, const struct HksParam *paramIn, char *extraOut, uint32_t *index) AppendToExtra() argument
113 AppendIfExist(uint32_t tag, const struct HksParamSet *paramSetIn, const struct HksBlob *tagString, char *extraOut, uint32_t *index) AppendIfExist() argument
139 uint32_t index = 0; PackExtra() local
[all...]
/drivers/hdf_core/framework/test/unittest/pm/
H A Dhdf_pm_driver_test.c33 #define CHECK_VALUE(index, cnt) \
34 (g_pmTestType[(index)].resumeCnt == (cnt) && g_pmTestType[(index)].suspendCnt == (cnt))
238 uint32_t index; in HdfPmClearTestCnt() local
240 for (index = 0; index <= PM_TEST_DRIVER; index++) { in HdfPmClearTestCnt()
241 g_pmTestType[index].resumeCnt = 0; in HdfPmClearTestCnt()
242 g_pmTestType[index].suspendCnt = 0; in HdfPmClearTestCnt()
246 static void HdfPmRegisterTestListener(int32_t index) in HdfPmRegisterTestListener() argument
274 HdfPmBakListener(int32_t index) HdfPmBakListener() argument
283 HdfPmTestAcquire(uint32_t index) HdfPmTestAcquire() argument
288 HdfPmTestRelease(uint32_t index) HdfPmTestRelease() argument
293 HdfPmTestAcquireSync(uint32_t index) HdfPmTestAcquireSync() argument
298 HdfPmTestReleaseSync(uint32_t index) HdfPmTestReleaseSync() argument
305 uint32_t index; HdfPmTestBegin() local
319 uint32_t index; HdfPmTestEnd() local
334 uint32_t index; HdfPmTestOneDriver() local
358 uint32_t index; HdfPmTestTwoDriver() local
385 uint32_t index; HdfPmTestThreeDriver() local
431 uint32_t index; HdfPmTestThreeDriverSeqHundred() local
572 uint32_t index; HdfPmDriverDispatch() local
[all...]
/drivers/hdf_core/framework/model/audio/core/src/
H A Daudio_parse.c125 uint32_t index; in GetAudioRegGroupNameIndex() local
131 for (index = 0; index < AUDIO_GROUP_MAX; ++index) { in GetAudioRegGroupNameIndex()
132 if ((g_audioRegGroupName[index] != NULL) && (strcmp(name, g_audioRegGroupName[index]) == 0)) { in GetAudioRegGroupNameIndex()
137 return index; in GetAudioRegGroupNameIndex()
144 int32_t index; in GetRegArray() local
152 index = group->groupIndex; in GetRegArray()
153 if (index > in GetRegArray()
185 int32_t index; ParseAudioRegItem() local
228 int32_t index; ParseAudioEnumRegItem() local
272 int32_t index; ParseAudioSapmItem() local
314 int32_t index; ParseAudioCtrlItem() local
351 int32_t index; ParseAudioAddrItem() local
381 ParseAudioRegGroup(const struct DeviceResourceIface *parser, const struct DeviceResourceNode *regCfgNode, struct AudioRegCfgGroupNode **groupNode, uint32_t index) ParseAudioRegGroup() argument
437 int32_t index; ReleaseAudioAllRegConfig() local
577 uint16_t index; AudioGetRegConfig() local
[all...]
/base/request/request/frameworks/js/napi/src/
H A Dutf8_utils.cpp50 bool GetNextByte(const std::vector<uint8_t> &v, size_t &index, uint8_t &next) in GetNextByte() argument
52 index += 1; in GetNextByte()
53 if (index >= v.size()) { in GetNextByte()
56 next = v[index]; in GetNextByte()
63 bool Check2Bytes(const std::vector<uint8_t> &v, size_t &index) in Check2Bytes() argument
66 return GetNextByte(v, index, next) && (next >= 0x80 && next <= 0xBF); in Check2Bytes()
72 bool Check3Bytes(const std::vector<uint8_t> &v, const size_t &first, size_t &index) in Check3Bytes() argument
75 if (!GetNextByte(v, index, next)) { in Check3Bytes()
87 return Check2Bytes(v, index); in Check3Bytes()
93 bool Check4Bytes(const std::vector<uint8_t> &v, const size_t &first, size_t &index) in Check4Bytes() argument
112 size_t index = 0; RunUtf8Validation() local
[all...]
/base/telephony/core_service/utils/codec/src/
H A Dreset_response.cpp57 bool ResetResponse::AnalysisInterfaceData(const std::vector<uint8_t> &atrData, uint32_t atrDataLen, uint32_t &index) in AnalysisInterfaceData() argument
65 if (index >= atrDataLen) { in AnalysisInterfaceData()
68 index++; in AnalysisInterfaceData()
71 if (index >= atrDataLen) { in AnalysisInterfaceData()
74 charB = atrData[index]; in AnalysisInterfaceData()
75 index++; in AnalysisInterfaceData()
81 if (index >= atrDataLen) { in AnalysisInterfaceData()
84 index++; in AnalysisInterfaceData()
87 if (index >= atrDataLen) { in AnalysisInterfaceData()
90 charD = atrData[index]; in AnalysisInterfaceData()
130 uint32_t index = 0; AnalysisAtrData() local
[all...]
/base/telephony/cellular_call/services/common/src/
H A Dcellular_call_rdb_helper.cpp66 for (int32_t index = 0; index < rowCnt; index++) { in QueryEccList()
68 result->GoToRow(index); in QueryEccList()
69 result->GetColumnIndex(EccData::ID, index); in QueryEccList()
70 result->GetInt(index, bean.id); in QueryEccList()
71 result->GetColumnIndex(EccData::NAME, index); in QueryEccList()
72 result->GetString(index, bean.name); in QueryEccList()
73 result->GetColumnIndex(EccData::MCC, index); in QueryEccList()
74 result->GetString(index, bea in QueryEccList()
[all...]
H A Dsupplement_request_ims.cpp26 int32_t SupplementRequestIms::SetClipRequest(int32_t slotId, int32_t action, int32_t index) in SetClipRequest() argument
34 return imsCallClient->SetClip(slotId, action, index); in SetClipRequest()
37 int32_t SupplementRequestIms::GetClipRequest(int32_t slotId, int32_t index) in GetClipRequest() argument
45 return imsCallClient->GetClip(slotId, index); in GetClipRequest()
48 int32_t SupplementRequestIms::SetClirRequest(int32_t slotId, int32_t action, int32_t index) in SetClirRequest() argument
56 return imsCallClient->SetClir(slotId, action, index); in SetClirRequest()
59 int32_t SupplementRequestIms::GetClirRequest(int32_t slotId, int32_t index) in GetClirRequest() argument
67 return imsCallClient->GetClir(slotId, index); in GetClirRequest()
70 int32_t SupplementRequestIms::GetCallTransferRequest(int32_t slotId, int32_t reason, int32_t index) in GetCallTransferRequest() argument
78 return imsCallClient->GetCallTransfer(slotId, reason, index); in GetCallTransferRequest()
81 SetCallTransferRequest( int32_t slotId, const CallTransferInfo &cfInfo, int32_t classType, int32_t index) SetCallTransferRequest() argument
104 GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int32_t index) GetCallRestrictionRequest() argument
115 SetCallRestrictionRequest( int32_t slotId, std::string &fac, int32_t mode, std::string &pw, int32_t index) SetCallRestrictionRequest() argument
127 SetCallWaitingRequest(int32_t slotId, bool activate, int32_t classType, int32_t index) SetCallWaitingRequest() argument
138 GetCallWaitingRequest(int32_t slotId, int32_t index) GetCallWaitingRequest() argument
149 SetColrRequest(int32_t slotId, int32_t presentation, int32_t index) SetColrRequest() argument
160 GetColrRequest(int32_t slotId, int32_t index) GetColrRequest() argument
171 SetColpRequest(int32_t slotId, int32_t action, int32_t index) SetColpRequest() argument
182 GetColpRequest(int32_t slotId, int32_t index) GetColpRequest() argument
[all...]
/base/telephony/cellular_call/services/common/include/
H A Dsupplement_request_ims.h29 * @param slotId Indicates the card slot index number,
30 * ranging from {@code 0} to the maximum card slot index number supported by the device.
33 * @param index Indicates the index of command.
36 int32_t SetClipRequest(int32_t slotId, int32_t action, int32_t index);
41 * @param slotId Indicates the card slot index number,
42 * ranging from {@code 0} to the maximum card slot index number supported by the device.
43 * @param index Indicates the index of command.
46 int32_t GetClipRequest(int32_t slotId, int32_t index);
[all...]
/base/startup/appspawn/interfaces/innerkits/hnp/src/
H A Dhnp_api.c165 int index = 0; in NativeInstallHnp() local
184 argv[index++] = "hnp"; in NativeInstallHnp()
185 argv[index++] = "install"; in NativeInstallHnp()
186 argv[index++] = "-u"; in NativeInstallHnp()
187 argv[index++] = (char *)userId; in NativeInstallHnp()
188 argv[index++] = "-i"; in NativeInstallHnp()
189 argv[index++] = (char *)hnpRootPath; in NativeInstallHnp()
190 argv[index++] = "-p"; in NativeInstallHnp()
191 argv[index++] = (char *)hapInfo->packageName; in NativeInstallHnp()
192 argv[index in NativeInstallHnp()
208 int index = 0; NativeUnInstallHnp() local
[all...]
/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_codec_base.c201 const struct AudioSapmCtrlConfig *sapmCompItem, uint16_t index) in SapmCtrlToSapmComp()
208 sapmComponents[index].componentName = in SapmCtrlToSapmComp()
209 g_audioSapmCompNameList[sapmCompItem[index].compNameIndex]; in SapmCtrlToSapmComp()
210 sapmComponents[index].reg = sapmCompItem[index].reg; in SapmCtrlToSapmComp()
211 sapmComponents[index].sapmType = sapmCompItem[index].sapmType; in SapmCtrlToSapmComp()
212 sapmComponents[index].mask = sapmCompItem[index].mask; in SapmCtrlToSapmComp()
213 sapmComponents[index] in SapmCtrlToSapmComp()
200 SapmCtrlToSapmComp(struct AudioSapmComponent *sapmComponents, const struct AudioSapmCtrlConfig *sapmCompItem, uint16_t index) SapmCtrlToSapmComp() argument
223 uint16_t index; CodecSetSapmKcontrolInfo() local
275 uint16_t index; CodecSetSapmConfigInfo() local
326 uint16_t index = 0; CodecSetKcontrolInfo() local
428 uint32_t index; CodecSetCtlFunc() local
736 uint32_t index; CodecDeviceInitRegConfig() local
772 uint16_t index; CodecDaiDeviceStartupRegConfig() local
[all...]
/drivers/hdf_core/adapter/khdf/liteos_m/model/storage/src/mmc/
H A Dmmc_block_lite.c171 uint16_t index; in MmcBlockAdd() local
177 index = mmcDevice->cntlr->index; in MmcBlockAdd()
178 if (index >= FF_VOLUMES) { in MmcBlockAdd()
182 g_diskDrv.drv[index] = &g_diskioMmcOps; in MmcBlockAdd()
183 g_diskDrv.lun[index] = (uint8_t)index; in MmcBlockAdd()
184 g_diskDrv.priv[index] = (void *)mb; in MmcBlockAdd()
185 VolToPart[index].di = (uint8_t)index; in MmcBlockAdd()
209 uint16_t index; MmcBlockRemove() local
[all...]
/base/location/test/fuzztest/locator/locatorbackgroundproxy_fuzzer/
H A Dlocatorbackgroundproxy_fuzzer.cpp29 int index = 0; in LocatorBackgroundProxyFuzzerTest() local
38 request->SetUid(data[index++]); in LocatorBackgroundProxyFuzzerTest()
39 request->SetPid(data[index++]); in LocatorBackgroundProxyFuzzerTest()
43 requestConfig->SetScenario(data[index++]); in LocatorBackgroundProxyFuzzerTest()
44 requestConfig->SetPriority(data[index++]); in LocatorBackgroundProxyFuzzerTest()
45 requestConfig->SetTimeInterval(data[index++]); in LocatorBackgroundProxyFuzzerTest()
46 requestConfig->SetDistanceInterval(data[index++]); in LocatorBackgroundProxyFuzzerTest()
47 requestConfig->SetMaxAccuracy(data[index++]); in LocatorBackgroundProxyFuzzerTest()
48 requestConfig->SetFixNumber(data[index++]); in LocatorBackgroundProxyFuzzerTest()
49 requestConfig->SetTimeOut(data[index in LocatorBackgroundProxyFuzzerTest()
[all...]

Completed in 11 milliseconds

12345678910>>...57