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:HasBlock
(Results
1 - 13
of
13
) sorted by relevance
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H
A
D
datashare_result_set.h
163
bool
HasBlock
();
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H
A
D
abs_shared_result_set.h
133
API_EXPORT bool
HasBlock
();
/foundation/ability/form_fwk/services/src/
H
A
D
form_rdb_data_mgr.cpp
332
if (!absSharedResultSet->
HasBlock
()) {
in QueryData()
384
if (!absSharedResultSet->
HasBlock
()) {
in QueryData()
449
if (!absSharedResultSet->
HasBlock
()) {
in QueryAllData()
515
if (!absSharedResultSet->
HasBlock
()) {
in QueryAllKeys()
516
HILOG_ERROR("
HasBlock
failed");
in QueryAllKeys()
H
A
D
form_cache_mgr.cpp
375
if (!absSharedResultSet->
HasBlock
()) {
in GetDataCacheFromDb()
464
if (!absSharedResultSet->
HasBlock
()) {
in GetImgCacheFromDb()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/rdb/
H
A
D
rdb_data_manager.cpp
286
if (!absSharedResultSet->
HasBlock
()) {
in QueryData()
319
if (absSharedResultSet == nullptr || !absSharedResultSet->
HasBlock
()) {
in QueryData()
342
if (!absSharedResultSet->
HasBlock
()) {
in QueryAllData()
/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H
A
D
rdb_data_manager.cpp
111
if (absSharedResultSet == nullptr || !absSharedResultSet->
HasBlock
()) {
in QueryData()
/foundation/bundlemanager/app_domain_verify/services/src/manager/rdb/
H
A
D
app_domain_verify_rdb_data_manager.cpp
114
if (!absSharedResultSet->
HasBlock
()) {
in Query()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
abs_shared_result_set.cpp
227
bool AbsSharedResultSet::
HasBlock
()
in HasBlock()
function in OHOS::NativeRdb::AbsSharedResultSet
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H
A
D
rdb_sqlite_shared_result_set_test.cpp
903
bool isBk = pSqlSharedRstSet->
HasBlock
();
in HWTEST_F()
925
bool isBk = pSqlSharedRstSet->
HasBlock
();
in HWTEST_F()
958
bool isBk = pSqlSharedRstSet->
HasBlock
();
in HWTEST_F()
991
bool isBk = pSqlSharedRstSet->
HasBlock
();
in HWTEST_F()
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H
A
D
rdb_store_test.cpp
1515
bool isBk = pSqlSharedRstSet->
HasBlock
();
in HWTEST_F()
1537
bool isBk = pSqlSharedRstSet->
HasBlock
();
in HWTEST_F()
1570
bool isBk = pSqlSharedRstSet->
HasBlock
();
in HWTEST_F()
1603
bool isBk = pSqlSharedRstSet->
HasBlock
();
in HWTEST_F()
/foundation/distributeddatamgr/data_share/test/native/unittest/datashareproxy_test/
H
A
D
proxydatas_with_permission_test.cpp
144
bool hasBlock = resultSet->
HasBlock
();
in HWTEST_F()
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H
A
D
datashare_result_set.cpp
402
bool DataShareResultSet::
HasBlock
()
in HasBlock()
function in OHOS::DataShare::DataShareResultSet
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H
A
D
mediadatashare_unit_test.cpp
900
bool hasBlock = resultSet->
HasBlock
();
in HWTEST_F()
Completed in 14 milliseconds