Home
last modified time | relevance | path

Searched refs:OhCloudExtKeyNameNew (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.h606 OhCloudExtKeyName OhCloudExtKeyNameNew(const unsigned char *key, unsigned int keyLen);
/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()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs1193 pub unsafe extern "C" fn OhCloudExtKeyNameNew(key: *const c_uchar, key_len: c_uint) -> OhCloudExtKe… in OhCloudExtKeyNameNew() function