Home
last modified time | relevance | path

Searched refs:OhCloudExtHashMapGetKeyTyp (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.h124 OhCloudExtRustType OhCloudExtHashMapGetKeyTyp(const OhCloudExtHashMap *src);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dbasic_rust_types.rs490 pub unsafe extern "C" fn OhCloudExtHashMapGetKeyTyp( in OhCloudExtHashMapGetKeyTyp() function
1097 match OhCloudExtHashMapGetKeyTyp(new_map) {
1279 let typ = OhCloudExtHashMapGetKeyTyp(null_mut()); in ut_hashmap_null()