Home
last modified time | relevance | path

Searched refs:OhCloudExtValueGetContent (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.h69 int OhCloudExtValueGetContent(
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs152 pub unsafe extern "C" fn OhCloudExtValueGetContent( in OhCloudExtValueGetContent() function
1332 OhCloudExtValueGetContent( in ut_value_int()
1395 OhCloudExtValueGetContent( in ut_value_asset()
1436 OhCloudExtValueGetContent( in ut_value_assets()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dextension_util.cpp249 …auto status = OhCloudExtValueGetContent(value, &type, &content, reinterpret_cast<unsigned int *>(&… in ConvertValue()