Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_ext_types.h175 int OhCloudExtCloudAssetGetHash(const OhCloudExtCloudAsset *asset, unsigned char **hash, unsigned i…
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dextension_util.cpp391 status = OhCloudExtCloudAssetGetHash(asset, &hash, reinterpret_cast<unsigned int *>(&hashLen)); in ConvertAssetLeft()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs394 pub unsafe extern "C" fn OhCloudExtCloudAssetGetHash( in OhCloudExtCloudAssetGetHash() function