Home
last modified time | relevance | path

Searched refs:UpdateCursor (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h169 static napi_value UpdateCursor(napi_env env, napi_callback_info info);
H A Djs_get_input_method_controller.cpp77 DECLARE_NAPI_FUNCTION("updateCursor", UpdateCursor), in Init()
602 napi_value JsGetInputMethodController::UpdateCursor(napi_env env, napi_callback_info info) in UpdateCursor() function in OHOS::MiscServices::JsGetInputMethodController
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h229 static void UpdateCursor(sqlite3_context *ctx, int argc, sqlite3_value **argv);
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp356 void SQLiteSingleVerRelationalStorageExecutor::UpdateCursor(sqlite3_context *ctx, int argc, sqlite3… in UpdateCursor() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
H A Dsqlite_single_ver_relational_storage_executor.cpp1774 int errCode = CreateFuncUpdateCursor(context, &UpdateCursor); in SetDataOnUserTableWithLogicDelete()