Searched refs:oldRowIndex (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/security/security_guard/test/unittest/mock/rdb/ |
H A D | result_set.h | 39 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 D | ishared_result_set_proxy.cpp | 79 int ISharedResultSetProxy::OnGo(int oldRowIndex, int newRowIndex) in OnGo() argument 84 request.WriteInt32(oldRowIndex); in OnGo()
|
H A D | ishared_result_set_proxy.h | 31 int OnGo(int oldRowIndex, int newRowIndex) override;
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | ishared_result_set_proxy.cpp | 113 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 D | shared_result_set.h | 51 virtual int OnGo(int oldRowIndex, int newRowIndex) = 0;
|
H A D | abs_shared_result_set.h | 116 API_EXPORT int32_t OnGo(int oldRowIndex, int newRowIndex) override;
|
/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/ |
H A D | datashare_shared_result_set.h | 41 virtual bool OnGo(int oldRowIndex, int newRowIndex, int *cachedIndex) = 0;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | abs_shared_result_set.cpp | 54 int32_t AbsSharedResultSet::OnGo(int oldRowIndex, int newRowIndex) in OnGo() argument
|