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:valueBuckets_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
cache_result_set.cpp
29
: row_(0), maxCol_(0),
valueBuckets_
(std::move(valueBuckets))
in CacheResultSet()
31
maxRow_ = static_cast<int>(
valueBuckets_
.size());
in CacheResultSet()
33
for (auto it =
valueBuckets_
[0].values_.begin(); it !=
valueBuckets_
[0].values_.end(); it++) {
in CacheResultSet()
67
return
valueBuckets_
[row_].values_[name].GetBlob(blob);
in GetBlob()
80
return
valueBuckets_
[row_].values_[name].GetString(value);
in GetString()
93
return
valueBuckets_
[row_].values_[name].GetInt(value);
in GetInt()
106
return
valueBuckets_
[row_].values_[name].GetLong(value);
in GetLong()
119
return
valueBuckets_
[row_].values_[name].GetDouble(value);
in GetDouble()
132
isNull =
valueBuckets_
[row
in IsColumnNull()
[all...]
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H
A
D
dataobs_mgr_changeinfo.cpp
50
if (!DataObsUtils::Marshal(parcel, input.
valueBuckets_
)) {
in Marshalling()
97
output.
valueBuckets_
= std::move(buckets);
in Unmarshalling()
H
A
D
dataobs_mgr_inner_ext.cpp
107
{ changeInfo.changeType_, move(value), changeInfo.data_, changeInfo.size_, changeInfo.
valueBuckets_
});
in HandleNotifyChange()
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H
A
D
dataobs_mgr_changeinfo.h
44
VBuckets
valueBuckets_
= {};
member
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H
A
D
datashare_observer.h
49
VBuckets
valueBuckets_
= {};
member
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H
A
D
datashare_helper.cpp
304
changeInfo.
valueBuckets_
= std::move(info.
valueBuckets_
);
in ConvertInfo()
315
changeInfo.
valueBuckets_
=std::move(info.
valueBuckets_
);
in ConvertInfo()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H
A
D
cache_result_set.h
329
std::vector<NativeRdb::ValuesBucket>
valueBuckets_
;
member in OHOS::NativeRdb::CacheResultSet
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H
A
D
datashare_js_utils.cpp
795
changeInfo.
valueBuckets_
= ValueProxy::Convert(std::move(valuebuckets));
in Convert2Value()
812
std::vector<DataShareValuesBucket> VBuckets = ValueProxy::Convert(std::move(valBucket.
valueBuckets_
));
in Convert2JSValue()
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H
A
D
mediadatashare_unit_test.cpp
92
changeInfo_.
valueBuckets_
= {};
in Clear()
189
return ValueBucketEqual(changeInfo.
valueBuckets_
, expectChangeInfo.
valueBuckets_
);
in ChangeInfoEqual()
Completed in 8 milliseconds