Home
last modified time | relevance | path

Searched refs:OhCloudExtFieldNew (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.h326 OhCloudExtField *OhCloudExtFieldNew(const OhCloudExtFieldBuilder *builder);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs638 pub unsafe extern "C" fn OhCloudExtFieldNew( in OhCloudExtFieldNew() function
1577 let fd = OhCloudExtFieldNew(null_mut()); in ut_field()
1588 let fd = OhCloudExtFieldNew(&builder as *const OhCloudExtFieldBuilder); in ut_field()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dextension_util.cpp167 OhCloudExtField *fd = OhCloudExtFieldNew(&builder); in Convert()