Searched refs:OhCloudExtVectorGetLength (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_server_impl.cpp | 96 OhCloudExtVectorGetLength(pKeys.get(), reinterpret_cast<unsigned int *>(&keysLen)); in GetAppInfo() 98 OhCloudExtVectorGetLength(pValues.get(), reinterpret_cast<unsigned int *>(&valuesLen)); in GetAppInfo() 161 …auto status = OhCloudExtVectorGetLength(databases.get(), reinterpret_cast<unsigned int *>(&dbsLen)… in GetDatabases() 214 OhCloudExtVectorGetLength(pKeys.get(), reinterpret_cast<unsigned int *>(&keysLen)); in GetTables() 216 OhCloudExtVectorGetLength(pValues.get(), reinterpret_cast<unsigned int *>(&valuesLen)); in GetTables() 265 …auto status = OhCloudExtVectorGetLength(fields.get(), reinterpret_cast<unsigned int *>(&fieldsLen)… in GetFields() 366 status = OhCloudExtVectorGetLength(pErrs.get(), reinterpret_cast<unsigned int *>(&errsLen)); in DoSubscribe() 431 …auto status = OhCloudExtVectorGetLength(values.get(), reinterpret_cast<unsigned int *>(&valuesLen)… in SaveRelation() 489 OhCloudExtVectorGetLength(pKeys.get(), reinterpret_cast<unsigned int *>(&keysLen)); in GetRelation() 491 OhCloudExtVectorGetLength(pValues.get(), reinterpret_cast<unsigned int *>(&valuesLen)); in GetRelation() [all …]
|
H A D | extension_util.cpp | 181 auto status = OhCloudExtVectorGetLength(values, reinterpret_cast<unsigned int *>(&len)); in ConvertBuckets() 217 OhCloudExtVectorGetLength(pValKeys.get(), reinterpret_cast<unsigned int *>(&valKeysLen)); in ConvertBucket() 218 OhCloudExtVectorGetLength(pValValues.get(), reinterpret_cast<unsigned int *>(&valValuesLen)); in ConvertBucket() 319 auto status = OhCloudExtVectorGetLength(values, reinterpret_cast<unsigned int *>(&assetsLen)); in ConvertAssets()
|
H A D | cloud_cursor_impl.cpp | 43 OhCloudExtVectorGetLength(values_, reinterpret_cast<unsigned int *>(&valuesLen_)); in CloudCursorImpl()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/ |
H A D | basic_rust_types.h | 98 int OhCloudExtVectorGetLength(const OhCloudExtVector *src, unsigned int *len);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | basic_rust_types.rs | 415 pub unsafe extern "C" fn OhCloudExtVectorGetLength( in OhCloudExtVectorGetLength() function 894 OhCloudExtVectorGetLength(new_vec, &mut length as *mut _ as *mut c_uint), 905 OhCloudExtVectorGetLength(new_vec, &mut length as *mut _ as *mut c_uint), 1079 OhCloudExtVectorGetLength(null_mut(), &mut length as *mut _ as *mut c_uint), in ut_vec_null()
|