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:INVALID_COUNT
(Results
1 - 11
of
11
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H
A
D
kvstore_datashare_bridge.cpp
30
return count ==
INVALID_COUNT
? E_ERROR : E_OK;
in GetRowCount()
77
return
INVALID_COUNT
;
in Count()
79
if (resultRowCount !=
INVALID_COUNT
) {
in Count()
85
return
INVALID_COUNT
;
in Count()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/
H
A
D
kvstore_datashare_bridge.h
43
static constexpr int32_t
INVALID_COUNT
= -1;
member in OHOS::DistributedKv::KvStoreDataShareBridge
45
int32_t resultRowCount {
INVALID_COUNT
};
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
step_result_set.cpp
54
if (lastErr_ == E_NOT_SUPPORT && rowCount_ == Statement::
INVALID_COUNT
) {
in StepResultSet()
154
if (rowPos_ == INIT_POS || ((isSupportCountRow_ || rowCount_ != Statement::
INVALID_COUNT
) && IsEnded().second)) {
in GetColumnType()
247
if (isSupportCountRow_ || rowCount_ != Statement::
INVALID_COUNT
) {
in GoToNextRow()
280
if (isSupportCountRow_ || rowCount_ != Statement::
INVALID_COUNT
) {
in GetRowCount()
326
if (rowPos_ == INIT_POS || ((isSupportCountRow_ || rowCount_ != Statement::
INVALID_COUNT
) && IsEnded().second)) {
in GetSize()
355
if (rowPos_ == INIT_POS || ((isSupportCountRow_ || rowCount_ != Statement::
INVALID_COUNT
) && IsEnded().second)) {
in GetValueObject()
H
A
D
sqlite_statement.cpp
257
int32_t count =
INVALID_COUNT
;
in Count()
271
return { status,
INVALID_COUNT
};
in Count()
H
A
D
rd_statement.cpp
295
return { E_NOT_SUPPORT,
INVALID_COUNT
};
in Count()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H
A
D
kvstore_result_set.h
25
inline static constexpr int
INVALID_COUNT
= -ALREADY_CLOSED;
member in OHOS::DistributedKv::KvStoreResultSet
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
statement.h
62
static constexpr int
INVALID_COUNT
= -1;
member in OHOS::NativeRdb::Statement
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H
A
D
kvstore_datashare_bridge_test.cpp
114
static constexpr int32_t
INVALID_COUNT
= -1;
member
164
EXPECT_EQ(count,
INVALID_COUNT
);
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
store_result_set.cpp
39
return
INVALID_COUNT
;
in GetCount()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H
A
D
medialibrary_backup_clone_test.cpp
91
const int32_t
INVALID_COUNT
= -1;
member
215
int32_t result =
INVALID_COUNT
;
in GetAlbumCountByCondition()
241
int32_t result =
INVALID_COUNT
;
in GetCountByWhereClause()
300
int32_t result =
INVALID_COUNT
;
in GetMapCountByTable()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H
A
D
single_store_impl_test.cpp
709
ASSERT_EQ(outputTmp->GetCount(), KvStoreResultSet::
INVALID_COUNT
);
in HWTEST_F()
Completed in 11 milliseconds