Home
last modified time | relevance | path

Searched refs:SetCursor (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dresult_entries_window.cpp75 if (SetCursor(0, position) != E_OK) { in MoveToPosition()
84 if (SetCursor(last + 1, position) != E_OK) { in MoveToPosition()
98 if (SetCursor(0, position) != E_OK) { in MoveToPosition()
137 int ResultEntriesWindow::SetCursor(int begin, int target) in SetCursor() function in DistributedDB::ResultEntriesWindow
H A Dresult_entries_window.h36 int SetCursor(int begin, int target);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h167 void SetCursor(MouseFormat cursor) in SetCursor() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp946 context_->SetCursor(EXCEPTIONAL_CURSOR);
954 context_->SetCursor(static_cast<int32_t>(MouseFormat::EAST));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp1236 panda::Local<panda::JSValueRef> SetCursor(panda::JsiRuntimeCallInfo* runtimeCallInfo) in SetCursor() function
1256 [pipelineContext, intValue]() { pipelineContext->SetCursor(intValue); }, in SetCursor()
1566 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SetCursor)); in JsRegisterViews()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp613 void PipelineContext::SetCursor(int32_t cursorValue) {} in SetCursor() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h236 int SetCursor(const std::string &tableName, int cursor);
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp184 errCode = SetCursor(tableName, cursor); in IncreaseCursorOnAssetData()
1021 int errCode = SetCursor(table, cursor + 1); in GetCloudDeleteSql()
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp415 int SQLiteSingleVerRelationalStorageExecutor::SetCursor(const std::string &tableName, int cursor) in SetCursor() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
H A Dsqlite_single_ver_relational_storage_executor.cpp1795 errCode = SetCursor(tableName, context.cursor); in SetDataOnUserTableWithLogicDelete()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h705 void SetCursor(int32_t cursorValue) override;
H A Dpipeline_context.cpp4286 void PipelineContext::SetCursor(int32_t cursorValue) in SetCursor() function in OHOS::Ace::NG::PipelineContext
4294 window->SetCursor(cursor); in SetCursor()
4306 window->SetCursor(MouseFormat::DEFAULT); in RestoreDefault()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1288 virtual void SetCursor(int32_t cursorValue) {} in SetCursor() function