Home
last modified time | relevance | path

Searched refs:IsEnd (Results 1 - 14 of 14) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dcursor.h52 virtual bool IsEnd() = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cursor.h37 bool IsEnd() override;
H A Dcache_cursor.h37 bool IsEnd() override;
H A Dcache_cursor.cpp129 bool CacheCursor::IsEnd() in IsEnd() function in OHOS::DistributedRdb::CacheCursor
H A Drdb_cursor.cpp119 bool RdbCursor::IsEnd() in IsEnd() function in OHOS::DistributedRdb::RdbCursor
H A Drdb_cloud.cpp107 if (cursor->IsEnd()) { in Query()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dcursor_mock.h42 bool IsEnd() override;
H A Dcursor_mock.cpp129 bool CursorMock::IsEnd() in IsEnd() function in OHOS::DistributedData::CursorMock
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.h46 bool IsEnd() override;
H A Dcloud_cursor_impl.cpp302 bool CloudCursorImpl::IsEnd() in IsEnd() function in OHOS::CloudData::CloudCursorImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcache_cursor_test.cpp197 bool ret = cursor->IsEnd(); in HWTEST_F()
254 bool ret = cursor->IsEnd(); in HWTEST_F()
H A Drdb_cursor_test.cpp265 bool ret = rdbCursor->IsEnd(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_should_built_in_recognizer_parallel_with_function.cpp76 JSClass<JSScrollableTargetInfo>::CustomMethod("isEnd", &JSScrollableTargetInfo::IsEnd); in JSBind()
H A Djs_should_built_in_recognizer_parallel_with_function.h97 void IsEnd(const JSCallbackInfo& args) in IsEnd() function in OHOS::Ace::Framework::JSScrollableTargetInfo

Completed in 6 milliseconds