Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs1209 let vb_struct = match OhCloudExtValueBucket::get_inner_ref(vb, SafetyCheckId::ValueBucket) { in OhCloudExtValueBucketGetKeys() localVariable
1214 let keys_vec = vb_struct.0.clone().into_keys().collect::<Vec<String>>(); in OhCloudExtValueBucketGetKeys()
1239 let vb_struct = match OhCloudExtValueBucket::get_inner_ref(vb, SafetyCheckId::ValueBucket) { in OhCloudExtValueBucketGetValue() localVariable
1244 let value_struct = match vb_struct.0.get(&name) { in OhCloudExtValueBucketGetValue()