Home
last modified time | relevance | path

Searched refs:count2 (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-gesture-events-combined-gestures.md113 @State count2: number = 0;
117 …ture\n' + 'tapGesture count is 1:' + this.count1 + '\ntapGesture count is 2:' + this.count2 + '\n')
131 this.count2++;
166 @State count2: number = 0;
170 …ture\n' + 'tapGesture count is 1:' + this.count1 + '\ntapGesture count is 2:' + this.count2 + '\n')
184 this.count2++;
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dadc_test.c163 const int32_t *count1, const int32_t *count2) in AdcTestStartThread() argument
192 while (*count1 == 0 || *count2 == 0) { in AdcTestStartThread()
209 int32_t count2 = 0; in AdcTestMultiThread() local
217 ret = OsalThreadCreate(&thread2, (OsalThreadEntry)AdcTestThreadFunc, (void *)&count2); in AdcTestMultiThread()
224 ret = AdcTestStartThread(&thread1, &thread2, &count1, &count2); in AdcTestMultiThread()
H A Ddac_test.c150 const int32_t *count1, const int32_t *count2) in DacTestStartThread() argument
179 while (*count1 == 0 || *count2 == 0) { in DacTestStartThread()
196 int32_t count2 = 0; in DacTestMultiThread() local
204 ret = OsalThreadCreate(&thread2, (OsalThreadEntry)DacTestThreadFunc, (void *)&count2); in DacTestMultiThread()
211 ret = DacTestStartThread(&thread1, &thread2, &count1, &count2); in DacTestMultiThread()
H A Dclock_test.c150 const int32_t *count2) in ClockTestStartThread() argument
179 while (*count1 == 0 || *count2 == 0) { in ClockTestStartThread()
286 int32_t count2 = 0; in ClockTestMultiThread() local
294 ret = OsalThreadCreate(&thread2, (OsalThreadEntry)ClockTestThreadFunc, (void *)&count2); in ClockTestMultiThread()
301 ret = ClockTestStartThread(&thread1, &thread2, &count1, &count2); in ClockTestMultiThread()
H A Di2c_test.c248 const int32_t *count1, const int32_t *count2) in I2cTestStartThread() argument
276 while (*count1 == 0 || *count2 == 0) { in I2cTestStartThread()
293 int32_t count2 = 0; in I2cTestMultiThread() local
301 ret = OsalThreadCreate(&thread2, (OsalThreadEntry)I2cTestThreadFunc, (void *)&count2); in I2cTestMultiThread()
308 ret = I2cTestStartThread(&thread1, &thread2, &count1, &count2); in I2cTestMultiThread()
H A Dregulator_test.c190 const int32_t *count1, const int32_t *count2) in RegulatorTestStartThread() argument
218 while (*count1 == 0 || *count2 == 0) { in RegulatorTestStartThread()
235 int32_t count2 = 0; in RegulatorTestMultiThread() local
244 ret = OsalThreadCreate(&thread2, (OsalThreadEntry)RegulatorTestThreadFunc, (void *)&count2); in RegulatorTestMultiThread()
251 ret = RegulatorTestStartThread(&thread1, &thread2, &count1, &count2); in RegulatorTestMultiThread()
H A Dplatform_dumper_test.c338 const int32_t *count1, const int32_t *count2) in PlatformDumperTestStartThread() argument
366 while (*count1 == 0 || *count2 == 0) { in PlatformDumperTestStartThread()
383 int32_t count2 = 0; in PlatformDumperTestMultiThread() local
391 … ret = OsalThreadCreate(&thread2, (OsalThreadEntry)PlatformDumperTestThreadFunc, (void *)&count2); in PlatformDumperTestMultiThread()
398 ret = PlatformDumperTestStartThread(&thread1, &thread2, &count1, &count2); in PlatformDumperTestMultiThread()
H A Di3c_test.c367 const int32_t *count1, const int32_t *count2) in I3cTestStartThread() argument
395 while (*count1 == 0 || *count2 == 0) { in I3cTestStartThread()
412 int32_t count2 = 0; in I3cTestThreadFunc() local
420 ret = OsalThreadCreate(&thread2, func, (void *)&count2); in I3cTestThreadFunc()
427 ret = I3cTestStartThread(&thread1, &thread2, &count1, &count2); in I3cTestThreadFunc()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_state_machine.cpp89 count2++; in UpdateAnimationTaskCount()
90 WLOGFD("after sub UpdateAnimationTaskCount1: %{public}u id:%{public}u", count2, windowId_); in UpdateAnimationTaskCount()
162 << ", animationTask: " << count1 << ", callbackTaskCount: " << count2++ in GenStateMachineInfo()
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Drunning_lock_timer_handler_test.cpp160 int count2 = 1; variable
162 count2++; in __anon9f4458ee0502()
168 EXPECT_NE(COUNT_RESULT, count2);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_attach_test.cpp370 int count2 = 0; in DeleteCheck() local
371 resultSet2->GetRowCount(count2); in DeleteCheck()
372 EXPECT_EQ(0, count2); in DeleteCheck()
403 int count2 = 0; in UpdateCheck() local
404 resultSet2->GetRowCount(count2); in UpdateCheck()
405 EXPECT_EQ(1, count2); in UpdateCheck()
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-gesture-events-combined-gestures.md113 @State count2: number = 0;
117 …ture\n' + 'tapGesture count is 1:' + this.count1 + '\ntapGesture count is 2:' + this.count2 + '\n')
131 this.count2++;
166 @State count2: number = 0;
170 …ture\n' + 'tapGesture count is 1:' + this.count1 + '\ntapGesture count is 2:' + this.count2 + '\n')
184 this.count2++;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp283 int count2 = 0; variable
289 drawingFlushInfo.submittedContext = &count2;
297 ASSERT_EQ(count2, 1); // submittedProc excute 1 time
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_bus_center.c120 uint32_t count2; member
133 uint32_t count2; member
1073 g_devOnlineDurRecord.count2 = 0; in CleanDevOnlineDurRecord()
1100 msg->paramArray[SOFTBUS_EVT_PARAM_THREE].paramValue.u32v = record->count2; in SetOnlineDurMsgParamValve()
1157 g_busCenterRecord[linkType].count2 = 0; in CleanBusCenterRecord()
1185 msg->paramArray[SOFTBUS_EVT_PARAM_FOUR].paramValue.u32v = record->count2; in SetBusCenterDurMsgParamValve()
1236 …if ((record->count1 == 0) && (record->count2 == 0) && (record->count3 == 0) && (record->count4 == … in IsNeedReportOnlineDurRecordEvt()
1282 …ord->totalTime == 0) && (record->totalCount == 0) && (record->count1 == 0) && (record->count2 == 0) in IsNeedReportLnnDurRecordItem()
1427 reCord->count2++; in SoftBusRecordDevOnlineDurResult()
1460 reCord->count2++; in SoftBusRecordBusCenterResult()
H A Dsoftbus_hisysevt_transreporter.c151 int32_t count2; member
416 g_openSessionKpi.count2++; in SoftbusRecordOpenSessionKpi()
608 param->paramValue.i32v = g_openSessionKpi.count2; in CreateOpenSessionKpiMsg()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h124 … size_type pos1, size_type count1, basic_string_view v, size_type pos2, size_type count2) const;
127 …constexpr int compare(size_type pos1, size_type count1, CharT const* const s, size_type count2) co…
376 size_type pos1, size_type count1, basic_string_view v, size_type pos2, size_type count2) const in compare() argument
378 return substr(pos1, count1).compare(v.substr(pos2, count2)); in compare()
410 size_type pos1, size_type count1, CharT const* const s, size_type count2) const in compare() argument
412 return substr(pos1, count1).compare(basic_string_view(s, count2)); in compare()
H A Dstring.h671 …int compare(size_type pos1, size_type count1, string_view v, size_type pos2, size_type count2) con… in compare() argument
673 return substr(pos1, count1).compare(v.substr(pos2, count2)); in compare()
686 int compare(size_type pos1, size_type count1, CharT const* const s, size_type count2) const in compare() argument
688 return substr(pos1, count1).compare(basic_string_view(s, count2)); in compare()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_state_machine.h99 uint32_t count2 = 0; variable
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_notify.cpp1645 int count2 = 0; variable
1646 …d_ptr<DiscoveryCallback> deviceDiscoveryCallback = std::make_shared<DiscoveryCallbackTest>(count2);
1713 int count2 = 0; variable
1714 …d_ptr<DiscoveryCallback> deviceDiscoveryCallback = std::make_shared<DiscoveryCallbackTest>(count2);
1902 int count2 = 0; variable
1903 …d_ptr<DiscoveryCallback> deviceDiscoveryCallback = std::make_shared<DiscoveryCallbackTest>(count2);
1964 int count2 = 0; variable
1965 …d_ptr<DiscoveryCallback> deviceDiscoveryCallback = std::make_shared<DiscoveryCallbackTest>(count2);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_common_test.cpp561 int count2 = 0; variable
568 std::thread t2([&count2] { in __anon3e9af7850402()
570 count2++; in __anon3e9af7850402()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp709 unsigned int count2 = sizeof(entry2); variable
713 addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId2, entry2, count2);
727 EXPECT_EQ(getCount2, count2);
1217 unsigned int count2 = 0; variable
1218 char** types2 = OH_UdmfData_GetTypes(data, &count2);
1220 EXPECT_EQ(count2, 4);
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_payload_statistics_impl_unittest.cpp299 int32_t count2 = instance.GetDescriptorCodeCount(PID_2, u"string2", DESC_CODE_2); variable
302 EXPECT_EQ(count2, DEFAULT_COUNT);
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpaste_data_test.cpp230 auto count2 = data2->GetRecordCount(); variable
231 EXPECT_TRUE(count == count2);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-tabcontent.md1595 private count2 = 0;
1611 this.count2 += 1;
1612 const message2 = "Update 2_" + this.count2.toString();
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-tabcontent.md1283 private count2 = 0;
1299 this.count2 += 1;
1300 const message2 = "Update 2_" + this.count2.toString();