Home
last modified time | relevance | path

Searched refs:oldRowIndex (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/security_guard/test/unittest/mock/rdb/
H A Dresult_set.h39 virtual bool OnGo(int oldRowIndex, int newRowIndex) = 0;
60 MOCK_METHOD2(OnGo, bool(int oldRowIndex, int newRowIndex));
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/
H A Dishared_result_set_proxy.cpp79 int ISharedResultSetProxy::OnGo(int oldRowIndex, int newRowIndex) in OnGo() argument
84 request.WriteInt32(oldRowIndex); in OnGo()
H A Dishared_result_set_proxy.h31 int OnGo(int oldRowIndex, int newRowIndex) override;
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dishared_result_set_proxy.cpp113 bool ISharedResultSetProxy::OnGo(int oldRowIndex, int newRowIndex, int *cachedIndex) in OnGo() argument
121 request.WriteInt32(oldRowIndex); in OnGo()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dshared_result_set.h51 virtual int OnGo(int oldRowIndex, int newRowIndex) = 0;
H A Dabs_shared_result_set.h116 API_EXPORT int32_t OnGo(int oldRowIndex, int newRowIndex) override;
/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_shared_result_set.h41 virtual bool OnGo(int oldRowIndex, int newRowIndex, int *cachedIndex) = 0;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_shared_result_set.cpp54 int32_t AbsSharedResultSet::OnGo(int oldRowIndex, int newRowIndex) in OnGo() argument