Home
last modified time | relevance | path

Searched refs:OhCloudExtValueBucketGetValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_ext_types.h623 int OhCloudExtValueBucketGetValue(OhCloudExtValueBucket *info, OhCloudExtKeyName keyName,
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.cpp214 …status = OhCloudExtValueBucketGetValue(vb, keyName, &type, &content, reinterpret_cast<unsigned int… in GetExtend()
H A Dextension_util.cpp265 auto status = OhCloudExtValueBucketGetValue(bucket, keyName, &type, &content, &ctLen); in ConvertValues()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs1223 pub unsafe extern "C" fn OhCloudExtValueBucketGetValue( in OhCloudExtValueBucketGetValue() function