/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | result_entries_window.cpp | 75 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 D | result_entries_window.h | 36 int SetCursor(int begin, int target);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | window.h | 167 void SetCursor(MouseFormat cursor) in SetCursor() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng_new.cpp | 946 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 D | jsi_view_register.cpp | 1236 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 D | mock_pipeline_context.cpp | 613 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 D | sqlite_single_ver_relational_storage_executor.h | 236 int SetCursor(const std::string &tableName, int cursor);
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 184 errCode = SetCursor(tableName, cursor); in IncreaseCursorOnAssetData() 1021 int errCode = SetCursor(table, cursor + 1); in GetCloudDeleteSql()
|
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 415 int SQLiteSingleVerRelationalStorageExecutor::SetCursor(const std::string &tableName, int cursor) in SetCursor() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
|
H A D | sqlite_single_ver_relational_storage_executor.cpp | 1795 errCode = SetCursor(tableName, context.cursor); in SetDataOnUserTableWithLogicDelete()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 705 void SetCursor(int32_t cursorValue) override;
|
H A D | pipeline_context.cpp | 4286 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 D | pipeline_base.h | 1288 virtual void SetCursor(int32_t cursorValue) {} in SetCursor() function
|