Home
last modified time | relevance | path

Searched refs:OhCloudExtHashMapGetLength (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dbasic_rust_types.h134 int OhCloudExtHashMapGetLength(const OhCloudExtHashMap *src, unsigned int *len);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dbasic_rust_types.rs535 pub unsafe extern "C" fn OhCloudExtHashMapGetLength( in OhCloudExtHashMapGetLength() function
1108 OhCloudExtHashMapGetLength(new_map, &mut length as *mut _ as *mut c_uint),
1125 OhCloudExtHashMapGetLength(new_map, &mut length as *mut _ as *mut c_uint),
1306 OhCloudExtHashMapGetLength(null_mut(), &mut length as *mut _ as *mut c_uint), in ut_hashmap_null()