Searched refs:len1 (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/common/log/ |
H A D | ace_log.cpp | 110 const size_t len1 = 1; in HILOG_CHARACTERS() local 121 buffer[index], buffer[index + len1], buffer[index + len2], in HILOG_CHARACTERS() 125 buffer[index], buffer[index + len1], buffer[index + len2], in HILOG_CHARACTERS() 129 buffer[index], buffer[index + len1], buffer[index + len2], buffer[index + len3]); in HILOG_CHARACTERS() 132 buffer[index], buffer[index + len1], buffer[index + len2]); in HILOG_CHARACTERS() 134 HILOG_ERROR(HILOG_MODULE_ACE, "%{public}c%{public}c", buffer[index], buffer[index + len1]); in HILOG_CHARACTERS() 135 } else if (len == len1) { in HILOG_CHARACTERS()
|
/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | dsoftbus_other_test.cpp | 196 int32_t len1 = -10; in HWTEST_F() local 197 ret = SoftBusWriteFile(g_FileName, writeBuf, len1); in HWTEST_F()
|
H A D | dsoftbus_crypto_test.cpp | 265 uint32_t len1 = 0; in HWTEST_F() local 268 ret = SoftBusGenerateRandomArray((unsigned char *)randStr, len1); in HWTEST_F()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | dns_checker.cpp | 139 int len1 = (int)url.find("/generate_204"); in DoDnsCheck() local 140 int len = len1 - strlen("http://"); in DoDnsCheck()
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | entity_collection.cpp | 736 auto len1 = prop.length(); 738 if (len2 > len1) { 739 auto view1 = prop.substr(0, len1); 740 auto view2 = propertyPath.substr(0, len1);
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | entity_collection.cpp | 769 auto len1 = prop.length(); 771 if (len2 > len1) { 772 auto view1 = prop.substr(0, len1); 773 auto view2 = propertyPath.substr(0, len1);
|
/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_scanline.cpp | 666 int32_t len1 = span2->spanLength - (x1 - x2); // Length of intersection in CalcOutScanlineLeft() local 667 int32_t len2 = span1->spanLength - len1; // Length of intersection in CalcOutScanlineLeft() 668 uint8_t* cover1 = span1->covers + len1; in CalcOutScanlineLeft() 669 for (int32_t i = 0; i < len1; i++, cover2++) { in CalcOutScanlineLeft()
|
/foundation/ability/ability_base/test/unittest/want/ |
H A D | skills_test.cpp | 1144 int len1 = 0; in HWTEST_F() local 1145 bool result1 = base_->RegionMatches(type, toffset, other, ooffset, len1); in HWTEST_F()
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
H A D | udmf_test.cpp | 1470 unsigned int len1 = sizeof(data1);
in HWTEST_F() local 1472 OH_UdsArrayBuffer_SetData(buffer1, data1, len1);
in HWTEST_F() 1491 ASSERT_EQ(len1, getLen);
in HWTEST_F()
|
Completed in 12 milliseconds