Home
last modified time | relevance | path

Searched refs:retValueBucket (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp1213 NativeRdb::ValuesBucket retValueBucket; in ParseValuesBucketReference() local
1214 retValueBucket.Clear(); in ParseValuesBucketReference()
1247 retValueBucket.PutNull(key); in ParseValuesBucketReference()
1253 retValueBucket.GetAll(valuesMap); in ParseValuesBucketReference()
1258 NativeRdb::ValuesBucket &retValueBucket) const in ParseIntValue()
1266 retValueBucket.PutInt(key, val); in ParseIntValue()
1270 NativeRdb::ValuesBucket &retValueBucket) const in ParseDoubleValue()
1278 retValueBucket.PutDouble(key, val); in ParseDoubleValue()
1290 retValueBucket.PutString(key, val); in ParseStringValue()
1302 retValueBucket.PutBlob(key, val); in ParseBlobValue()
[all …]
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability.h1340 NativeRdb::ValuesBucket &retValueBucket) const;
1342 NativeRdb::ValuesBucket &retValueBucket) const;
1344 NativeRdb::ValuesBucket &retValueBucket) const;
1346 NativeRdb::ValuesBucket &retValueBucket) const;
1348 NativeRdb::ValuesBucket &retValueBucket) const;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_test.cpp3279 NativeRdb::ValuesBucket retValueBucket; variable
3281 ability_->ParseIntValue(obj, key, retValueBucket);
3282 ability_->ParseDoubleValue(obj, key, retValueBucket);
3283 ability_->ParseStringValue(obj, key, retValueBucket);
3284 ability_->ParseBlobValue(obj, key, retValueBucket);