Home
last modified time | relevance | path

Searched defs:cachedIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dishared_result_set_stub.cpp103 int cachedIndex = 0; in HandleOnGoRequest() local
H A Dishared_result_set_proxy.cpp113 bool ISharedResultSetProxy::OnGo(int oldRowIndex, int newRowIndex, int *cachedIndex) in OnGo()
H A Ddatashare_result_set.cpp76 bool DataShareResultSet::OnGo(int startRowIndex, int targetRowIndex, int *cachedIndex) in OnGo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlayout_manager.h202 int32_t CalculateRepeatedIndex(int32_t cachedIndex) in CalculateRepeatedIndex()