Home
last modified time | relevance | path

Searched refs:startIndex (Results 1 – 3 of 3) sorted by relevance

/test/ostest/wukong/component_event/src/
Dtree_manager.cpp431 uint32_t startIndex = componentNode->GetIndex(); in RemovePage() local
433 uint32_t endIndex = startIndex + currentPageNode_->count_ - 1; in RemovePage()
437 startIndex, endIndex, componentTreeListCount, elementInfoListCount); in RemovePage()
438 if (startIndex >= elementInfoListCount || endIndex >= elementInfoListCount) { in RemovePage()
439 …R("currentPageNode StartIndex (%u) EndIndex (%u) more than elementInfoList_ size (%u)", startIndex, in RemovePage()
443 …elementInfoList_.erase(elementInfoList_.begin() + startIndex, elementInfoList_.begin() + endIndex); in RemovePage()
/test/xts/hats/hdf/display/device/
Dhdi_device_test.cpp414 uint32_t startIndex = 0; in TEST_P() local
417 startIndex = 3; // start form color index 3 in TEST_P()
420 startIndex = 2; // start form color index 2 in TEST_P()
423 startIndex = 1; // start form color index 1 in TEST_P()
426 startIndex = 0; in TEST_P()
431 uint32_t color = splitColors[(i + startIndex) % sizeof(splitColors.size())]; in TEST_P()
/test/xts/acts/security/security_huks_reformed_test/huks_hmac_callback_BasicTest/src/main/js/test/HMAC/
DSecurityHuksImportJsunit.test.js58 function assignLength(length, arrayBuf, startIndex) { argument
59 let index = startIndex;
66 function assignData(data, arrayBuf, startIndex) { argument
67 let index = startIndex;