Home
last modified time | relevance | path

Searched refs:count2 (Results 1 - 12 of 12) sorted by relevance

/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()
/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()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_state_machine.h99 uint32_t count2 = 0; member in OHOS::Rosen::WindowNodeStateMachine
/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) const;
376 size_type pos1, size_type count1, basic_string_view v, size_type pos2, size_type count2) const in compare()
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()
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) const in compare()
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()
688 return substr(pos1, count1).compare(basic_string_view(s, count2)); in compare()
/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 == 0) in IsNeedReportOnlineDurRecordEvt()
1282 if ((record->totalTime == 0) && (record->totalCount == 0) && (record->count1 == 0) && (record->count2 == 0) in IsNeedReportLnnDurRecordItem()
1427 reCord->count2++; in SoftBusRecordDevOnlineDurResult()
1460 reCord->count2 in SoftBusRecordBusCenterResult()
[all...]
H A Dsoftbus_hisysevt_transreporter.c152 int32_t count2; member
412 g_openSessionKpi.count2++; in SoftbusRecordOpenSessionKpi()
604 param->paramValue.i32v = g_openSessionKpi.count2; in CreateOpenSessionKpiMsg()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_notify.cpp1605 int count2 = 0; in HWTEST_F() local
1606 std::shared_ptr<DiscoveryCallback> deviceDiscoveryCallback = std::make_shared<DiscoveryCallbackTest>(count2); in HWTEST_F()
1673 int count2 = 0; in HWTEST_F() local
1674 std::shared_ptr<DiscoveryCallback> deviceDiscoveryCallback = std::make_shared<DiscoveryCallbackTest>(count2); in HWTEST_F()
1841 int count2 = 0; in HWTEST_F() local
1842 std::shared_ptr<DiscoveryCallback> deviceDiscoveryCallback = std::make_shared<DiscoveryCallbackTest>(count2); in HWTEST_F()
1903 int count2 = 0; in HWTEST_F() local
1904 std::shared_ptr<DiscoveryCallback> deviceDiscoveryCallback = std::make_shared<DiscoveryCallbackTest>(count2); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_common_test.cpp555 int count2 = 0; in HWTEST_F() local
562 std::thread t2([&count2] { in HWTEST_F()
564 count2++; in HWTEST_F()
/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); in HWTEST_F() local
302 EXPECT_EQ(count2, DEFAULT_COUNT); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp716 unsigned int count2 = sizeof(entry2); in HWTEST_F() local
720 addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId2, entry2, count2); in HWTEST_F()
734 EXPECT_EQ(getCount2, count2); in HWTEST_F()
1224 unsigned int count2 = 0; in HWTEST_F() local
1225 char** types2 = OH_UdmfData_GetTypes(data, &count2); in HWTEST_F()
1227 EXPECT_EQ(count2, 4); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpaste_data_test.cpp291 auto count2 = data2->GetRecordCount(); in HWTEST_F() local
292 EXPECT_TRUE(count == count2); in HWTEST_F()

Completed in 24 milliseconds