Home
last modified time | relevance | path

Searched refs:OhCloudExtKeyName (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.h601 } OhCloudExtKeyName; typedef
606 OhCloudExtKeyName OhCloudExtKeyNameNew(const unsigned char *key, unsigned int keyLen);
623 int OhCloudExtValueBucketGetValue(OhCloudExtValueBucket *info, OhCloudExtKeyName keyName,
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs1187 pub struct OhCloudExtKeyName { struct
1193 …afe extern "C" fn OhCloudExtKeyNameNew(key: *const c_uchar, key_len: c_uint) -> OhCloudExtKeyName { in OhCloudExtKeyNameNew() argument
1194 let key_name = OhCloudExtKeyName { key, key_len }; in OhCloudExtKeyNameNew()
1225 key_name: OhCloudExtKeyName, in OhCloudExtValueBucketGetValue() argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.cpp210 OhCloudExtKeyName keyName = OhCloudExtKeyNameNew(keyStr, col.size()); in GetExtend()
H A Dextension_util.cpp261 OhCloudExtKeyName keyName = OhCloudExtKeyNameNew(keyStr, key.size()); in ConvertValues()