Home
last modified time | relevance | path

Searched refs:count1 (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_state_machine.cpp85 count1++; in UpdateAnimationTaskCount()
86 WLOGFD("after add UpdateAnimationTaskCount1: %{public}u id:%{public}u", count1, windowId_); in UpdateAnimationTaskCount()
162 << ", animationTask: " << count1 << ", callbackTaskCount: " << count2++ in GenStateMachineInfo()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h122 constexpr int compare(size_type pos1, size_type count1, basic_string_view v) const;
124 size_type pos1, size_type count1, basic_string_view v, size_type pos2, size_type count2) const;
126 constexpr int compare(size_type pos1, size_type count1, CharT const* const s) const;
127 constexpr int compare(size_type pos1, size_type count1, CharT const* const s, size_type count2) const;
369 constexpr int basic_string_view<CharT>::compare(size_type pos1, size_type count1, basic_string_view v) const in compare() argument
371 return substr(pos1, count1).compare(v); in compare()
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()
403 constexpr int basic_string_view<CharT>::compare(size_type pos1, size_type count1, CharT const* const s) const in compare() argument
405 return substr(pos1, count1) in compare()
375 compare( size_type pos1, size_type count1, basic_string_view v, size_type pos2, size_type count2) const compare() argument
409 compare( size_type pos1, size_type count1, CharT const* const s, size_type count2) const compare() argument
[all...]
H A Dstring.h666 int compare(size_type pos1, size_type count1, string_view v) const in compare() argument
668 return substr(pos1, count1).compare(v); in compare()
671 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, size_type count2) const in compare() argument
673 return substr(pos1, count1).compare(v.substr(pos2, count2)); in compare()
681 int compare(size_type pos1, size_type count1, CharT const* const s) const in compare() argument
683 return substr(pos1, count1).compare(s); 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()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_state_machine.h98 uint32_t count1 = 0; member in OHOS::Rosen::WindowNodeStateMachine
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_common_test.cpp554 int count1 = 0; in HWTEST_F() local
557 std::thread t1([&count1] { in HWTEST_F()
559 count1++; in HWTEST_F()
570 EXPECT_EQ(count1, count1); in HWTEST_F()
571 EXPECT_EQ(count1, threadCount); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp312 unsigned int count1 = 0; in HWTEST_F() local
313 char **types1 = OH_UdmfData_GetTypes(nullptr, &count1); in HWTEST_F()
317 char **types2 = OH_UdmfData_GetTypes(&data, &count1); in HWTEST_F()
344 unsigned int count1 = 0; in HWTEST_F() local
345 char **types1 = OH_UdmfData_GetTypes(unifiedData, &count1); in HWTEST_F()
347 EXPECT_EQ(count1, 2); in HWTEST_F()
349 char **types2 = OH_UdmfData_GetTypes(unifiedData, &count1); in HWTEST_F()
416 unsigned int count1 = 0; in HWTEST_F() local
417 OH_UdmfRecord **records1 = OH_UdmfData_GetRecords(nullptr, &count1); in HWTEST_F()
421 OH_UdmfRecord **records2 = OH_UdmfData_GetRecords(&data, &count1); in HWTEST_F()
713 unsigned int count1 = sizeof(entry1); HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_bus_center.c119 uint32_t count1; member
132 uint32_t count1; member
1072 g_devOnlineDurRecord.count1 = 0; in CleanDevOnlineDurRecord()
1099 msg->paramArray[SOFTBUS_EVT_PARAM_TWO].paramValue.u32v = record->count1; in SetOnlineDurMsgParamValve()
1156 g_busCenterRecord[linkType].count1 = 0; in CleanBusCenterRecord()
1184 msg->paramArray[SOFTBUS_EVT_PARAM_THREE].paramValue.u32v = record->count1; 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()
1424 reCord->count1++; in SoftBusRecordDevOnlineDurResult()
1457 reCord->count1 in SoftBusRecordBusCenterResult()
[all...]
H A Dsoftbus_hisysevt_transreporter.c151 int32_t count1; member
410 g_openSessionKpi.count1++; in SoftbusRecordOpenSessionKpi()
599 param->paramValue.i32v = g_openSessionKpi.count1; in CreateOpenSessionKpiMsg()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_notify.cpp1598 int count1 = 0; in HWTEST_F() local
1599 std::shared_ptr<DeviceStateCallback> deviceStateCallback = std::make_shared<DeviceStateCallbackTest>(count1); in HWTEST_F()
1666 int count1 = 0; in HWTEST_F() local
1667 std::shared_ptr<DeviceStateCallback> deviceStateCallback = std::make_shared<DeviceStateCallbackTest>(count1); in HWTEST_F()
1835 int count1 = 0; in HWTEST_F() local
1836 std::shared_ptr<DeviceStateCallback> deviceStateCallback = std::make_shared<DeviceStateCallbackTest>(count1); in HWTEST_F()
1897 int count1 = 0; in HWTEST_F() local
1898 std::shared_ptr<DeviceStateCallback> deviceStateCallback = std::make_shared<DeviceStateCallbackTest>(count1); in HWTEST_F()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_payload_statistics_impl_unittest.cpp298 int32_t count1 = instance.GetDescriptorCodeCount(PID_1, u"string1", DESC_CODE_1); in HWTEST_F() local
301 EXPECT_EQ(count1, DEFAULT_COUNT); in HWTEST_F()

Completed in 15 milliseconds