Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GoToRow
(Results
1 - 25
of
62
) sorted by relevance
1
2
3
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H
A
D
datashare_abs_result_set.cpp
72
int DataShareAbsResultSet::
GoToRow
(int position)
in GoToRow()
function in OHOS::DataShare::DataShareAbsResultSet
90
int ret =
GoToRow
(rowPos_ + offset);
in GoTo()
99
return
GoToRow
(0);
in GoToFirstRow()
111
ret =
GoToRow
(rowCnt - 1);
in GoToLastRow()
113
LOG_WARN("return GoToLastRow.
GoToRow
ret is wrong!");
in GoToLastRow()
120
return
GoToRow
(rowPos_ + 1);
in GoToNextRow()
125
return
GoToRow
(rowPos_ - 1);
in GoToPreviousRow()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_ability_adapter/src/
H
A
D
result_set_utils.cpp
51
int ResultSetUtils::
GoToRow
(int position)
in GoToRow()
function in OHOS::RdbDataAbilityAdapter::ResultSetUtils
53
return resultSet_->
GoToRow
(position);
in GoToRow()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
abs_result_set.cpp
271
int AbsResultSet::
GoToRow
(int position)
in GoToRow()
function in OHOS::NativeRdb::AbsResultSet
289
return
GoToRow
(rowPos_ + offset);
in GoTo()
294
return
GoToRow
(0);
in GoToFirstRow()
309
return
GoToRow
(rowCnt - 1);
in GoToLastRow()
314
return
GoToRow
(rowPos_ + 1);
in GoToNextRow()
319
return
GoToRow
(rowPos_ - 1);
in GoToPreviousRow()
H
A
D
cache_result_set.cpp
155
int CacheResultSet::
GoToRow
(int position)
in GoToRow()
function in OHOS::NativeRdb::CacheResultSet
197
return
GoToRow
(target);
in GoTo()
202
return
GoToRow
(0);
in GoToFirstRow()
207
return
GoToRow
(maxRow_ - 1);
in GoToLastRow()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_ability_adapter/include/
H
A
D
result_set_utils.h
33
int
GoToRow
(int position) override;
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/basic/
H
A
D
result_set.h
107
virtual int
GoToRow
(int position) = 0;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
result_set_proxy.h
32
int
GoToRow
(int position) override;
H
A
D
step_result_set.h
39
int
GoToRow
(int position) override;
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H
A
D
switch_provider.cpp
98
resultSet->
GoToRow
(INDEX);
in QuerySwitchStatus()
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_datashare_helper.cpp
62
resultSet->
GoToRow
(INDEX);
in GetStringValue()
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H
A
D
datashare_result_set.h
121
int
GoToRow
(int position) override;
H
A
D
datashare_abs_result_set.h
37
virtual int
GoToRow
(int position) override;
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H
A
D
relational_store_impl_resultsetproxy.h
57
bool
GoToRow
(int32_t position, int32_t* rtnCode);
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H
A
D
abs_shared_result_set.h
101
API_EXPORT int
GoToRow
(int position) override;
H
A
D
remote_result_set.h
177
virtual int
GoToRow
(int position) = 0;
H
A
D
abs_result_set.h
174
API_EXPORT int
GoToRow
(int position) override;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H
A
D
abs_shared_result_set_mock.h
38
MOCK_METHOD1(
GoToRow
, int(int));
H
A
D
result_set_mock.h
38
MOCK_METHOD1(
GoToRow
, int(int));
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
H
A
D
clouddisk_resultset_mock.h
38
MOCK_METHOD1(
GoToRow
, int(int));
H
A
D
result_set_mock.h
38
MOCK_METHOD1(
GoToRow
, int(int));
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_usage_database.cpp
107
bundleActiveResult->
GoToRow
(i);
in InitUsageGroupDatabase()
251
bundleActiveResult->
GoToRow
(i);
in HandleTableInfo()
267
bundleActiveResult->
GoToRow
(tableNumber - EVENT_TABLE_NUMBER);
in HandleTableInfo()
295
bundleActiveResult->
GoToRow
(i);
in HandleAllTableName()
379
bundleActiveResult->
GoToRow
(i);
in GetOverdueTableCreateTime()
542
bundleActiveResult->
GoToRow
(i);
in UpdateOldDataUid()
887
bundleActiveResult->
GoToRow
(i);
in GetBundleHistoryData()
947
bundleActiveResult->
GoToRow
(tableRowNumber - DURATION_TABLE_ROW_NUMBER);
in GetDurationData()
1027
bundleActiveResult->
GoToRow
(i);
in GetCurrentUsageData()
1464
bundleActiveResult->
GoToRow
(
in QueryDatabaseUsageStats()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
switch_status_dependency.cpp
86
resultSet->
GoToRow
(rowNumber);
in GetSwitchStatus()
/foundation/resourceschedule/resource_schedule_service/ressched/common/src/
H
A
D
oobe_datashare_utils.cpp
74
resultSet->
GoToRow
(INDEX);
in GetStringValue()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H
A
D
datashare_result_set_proxy.h
48
static napi_value
GoToRow
(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_share_adapter/src/
H
A
D
rdb_result_set_bridge.cpp
69
int errCode = rdbResultSet_->
GoToRow
(start);
in OnGo()
Completed in 11 milliseconds
1
2
3