Home
last modified time | relevance | path

Searched refs:valueBuckets_ (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dcache_result_set.cpp29 : 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 Ddataobs_mgr_changeinfo.cpp50 if (!DataObsUtils::Marshal(parcel, input.valueBuckets_)) { in Marshalling()
97 output.valueBuckets_ = std::move(buckets); in Unmarshalling()
H A Ddataobs_mgr_inner_ext.cpp107 { changeInfo.changeType_, move(value), changeInfo.data_, changeInfo.size_, changeInfo.valueBuckets_ }); in HandleNotifyChange()
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H A Ddataobs_mgr_changeinfo.h44 VBuckets valueBuckets_ = {}; member
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_observer.h49 VBuckets valueBuckets_ = {}; member
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper.cpp304 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 Dcache_result_set.h329 std::vector<NativeRdb::ValuesBucket> valueBuckets_; member in OHOS::NativeRdb::CacheResultSet
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_js_utils.cpp795 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 Dmediadatashare_unit_test.cpp92 changeInfo_.valueBuckets_ = {}; in Clear()
189 return ValueBucketEqual(changeInfo.valueBuckets_, expectChangeInfo.valueBuckets_); in ChangeInfoEqual()

Completed in 7 milliseconds