Home
last modified time | relevance | path

Searched refs:OhCloudExtCloudAssetGetId (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.h139 int OhCloudExtCloudAssetGetId(const OhCloudExtCloudAsset *asset, unsigned char **id, unsigned int *…
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dextension_util.cpp343 auto status = OhCloudExtCloudAssetGetId(asset, &id, reinterpret_cast<unsigned int *>(&idLen)); in ConvertAsset()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs254 pub unsafe extern "C" fn OhCloudExtCloudAssetGetId( in OhCloudExtCloudAssetGetId() function