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:isAtLastRow
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_result_set_stub.cpp
211
bool
isAtLastRow
= false;
in OnIsAtLastRow()
local
212
int status = resultSet_->IsAtLastRow(
isAtLastRow
);
in OnIsAtLastRow()
213
if (!ITypesUtil::Marshal(reply, status,
isAtLastRow
)) {
in OnIsAtLastRow()
214
ZLOGE("Write status or
isAtLastRow
failed, status:%{public}d,
isAtLastRow
:%{public}d.", status,
isAtLastRow
);
in OnIsAtLastRow()
/foundation/communication/netmanager_base/services/netpolicymanager/src/
H
A
D
net_access_policy_database.cpp
202
bool
isAtLastRow
= false;
in QueryAll()
local
203
queryResultSet->IsAtLastRow(
isAtLastRow
);
in QueryAll()
/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/
H
A
D
RdbStoreResultSetJsunit.test.js
1344
* @tc.name resultSet
isAtLastRow
test
1346
* @tc.desc resultSet
isAtLastRow
test
1355
expect(false).assertEqual(resultSet.
isAtLastRow
)
1365
* @tc.name resultSet
isAtLastRow
with no result test
1367
* @tc.desc resultSet
isAtLastRow
with no result test
1376
expect(false).assertEqual(resultSet.
isAtLastRow
)
1386
* @tc.name resultSet
isAtLastRow
test
1388
* @tc.desc resultSet
isAtLastRow
test
1398
expect(false).assertEqual(resultSet.
isAtLastRow
)
1408
* @tc.name resultSet
isAtLastRow
afte
[all...]
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H
A
D
RdbStoreResultSetJsunit.test.js
1349
* @tc.name resultSet
isAtLastRow
test
1351
* @tc.desc resultSet
isAtLastRow
test
1360
expect(false).assertEqual(resultSet.
isAtLastRow
)
1370
* @tc.name resultSet
isAtLastRow
with no result test
1372
* @tc.desc resultSet
isAtLastRow
with no result test
1381
expect(false).assertEqual(resultSet.
isAtLastRow
)
1391
* @tc.name resultSet
isAtLastRow
test
1393
* @tc.desc resultSet
isAtLastRow
test
1403
expect(false).assertEqual(resultSet.
isAtLastRow
)
1413
* @tc.name resultSet
isAtLastRow
afte
[all...]
H
A
D
RdbStoreResultSetSyncJsunit.test.js
1349
* @tc.name resultSet
isAtLastRow
test
1351
* @tc.desc resultSet
isAtLastRow
test
1360
expect(false).assertEqual(resultSet.
isAtLastRow
)
1370
* @tc.name resultSet
isAtLastRow
with no result test
1372
* @tc.desc resultSet
isAtLastRow
with no result test
1381
expect(false).assertEqual(resultSet.
isAtLastRow
)
1391
* @tc.name resultSet
isAtLastRow
test
1393
* @tc.desc resultSet
isAtLastRow
test
1403
expect(false).assertEqual(resultSet.
isAtLastRow
)
1413
* @tc.name resultSet
isAtLastRow
afte
[all...]
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H
A
D
rdb_sqlite_shared_result_set_test.cpp
422
bool
isAtLastRow
= false;
in HWTEST_F()
local
423
rstSet->IsAtLastRow(
isAtLastRow
);
in HWTEST_F()
424
EXPECT_EQ(
isAtLastRow
, true);
in HWTEST_F()
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H
A
D
rdb_store_test.cpp
1022
bool
isAtLastRow
= false;
in HWTEST_F()
local
1023
rstSet->IsAtLastRow(
isAtLastRow
);
in HWTEST_F()
1024
EXPECT_EQ(
isAtLastRow
, true);
in HWTEST_F()
Completed in 12 milliseconds