Home
last modified time | relevance | path

Searched refs:deletedIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.cpp166 auto deletedIndex = static_cast<int32_t>(index); in OnDataDeleted() local
182 NotifyChangeWithCount(deletedIndex, -1, NotificationType::START_AND_END_CHANGE_POSITION); in OnDataDeleted()
190 auto deletedIndex = static_cast<int32_t>(index); in OnDataBulkDeleted() local
210 …NotifyChangeWithCount(deletedIndex, -static_cast<int32_t>(count), NotificationType::START_AND_END_… in OnDataBulkDeleted()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreQueryByCursor.test.js109 let deletedIndex = resultSet.getColumnIndex(relationalStore.Field.DELETED_FLAG_FIELD);
110 expect(5).assertEqual(deletedIndex);