Home
last modified time | relevance | path

Searched defs:c_uint (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs91 len: c_uint, in OhCloudExtValueNew()
156 len: *mut c_uint, in OhCloudExtValueGetContent()
257 len: *mut c_uint, in OhCloudExtCloudAssetGetId()
277 len: *mut c_uint, in OhCloudExtCloudAssetGetName()
297 len: *mut c_uint, in OhCloudExtCloudAssetGetUri()
317 len: *mut c_uint, in OhCloudExtCloudAssetGetLocalPath()
337 len: *mut c_uint, in OhCloudExtCloudAssetGetCreateTime()
357 len: *mut c_uint, in OhCloudExtCloudAssetGetModifiedTime()
377 len: *mut c_uint, in OhCloudExtCloudAssetGetSize()
397 len: *mut c_uint, in OhCloudExtCloudAssetGetHash()
[all …]
H A Dbasic_rust_types.rs158 value_len: c_uint, in OhCloudExtVectorPush()
302 value_len: *mut c_uint, in OhCloudExtVectorGet()
417 len: *mut c_uint, in OhCloudExtVectorGetLength()
537 len: *mut c_uint, in OhCloudExtHashMapGetLength()
572 key_len: c_uint, in OhCloudExtHashMapInsert()
574 value_len: c_uint, in OhCloudExtHashMapInsert()
787 key_len: c_uint, in OhCloudExtHashMapGet()
789 value_len: *mut c_uint, in OhCloudExtHashMapGet()
H A Dcloud_extension.rs92 name_len: c_uint, in OhCloudExtCloudAssetLoaderNew()
246 name_len: c_uint, in OhCloudExtCloudDbNew()
319 table_len: c_uint, in OhCloudExtCloudDbBatchInsert()
364 table_len: c_uint, in OhCloudExtCloudDbBatchUpdate()
408 table_len: c_uint, in OhCloudExtCloudDbBatchDelete()
575 bundle_name_len: c_uint, in OhCloudExtCloudSyncGetAppSchema()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/
H A Dconfig.rs22 pub fn ffrt_set_cpu_worker_max_num(qos: Qos, num: c_uint); in ffrt_set_cpu_worker_max_num()
H A Dsys_event.rs36 events: c_uint, in ffrt_poller_register()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dinterest.rs48 pub fn into_io_event(self) -> libc::c_uint { in into_io_event()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Dx509.rs40 start: *const c_uint, in EVP_DigestFinal_ex()
118 pub(crate) fn X509_VERIFY_PARAM_set_hostflags(param: *mut X509_VERIFY_PARAM, flags: c_uint); in X509_VERIFY_PARAM_set_hostflags()
H A Dssl.rs84 len: c_uint, in SSL_CTX_set_alpn_protos()
91 len: *mut c_uint, in SSL_get0_alpn_selected()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Ddriver.rs323 extern "C" fn ffrt_dispatch_signal_event(data: *const c_void, _ready: c_uint, _new_tick: c_uchar) { in ffrt_dispatch_signal_event()
333 extern "C" fn ffrt_dispatch_event(data: *const c_void, ready: c_uint, new_tick: c_uchar) { in ffrt_dispatch_event()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event_manager.rs579 rule_size: c_uint, querier: *const HiSysEventRustQuerierC) -> c_int; in HiSysEventQueryWrapper()
582 fn GetHiSysEventRecordByIndexWrapper(records: *const HiSysEventRecord, total: c_uint, in GetHiSysEventRecordByIndexWrapper()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs242 pub(crate) fn set_hostflags(&mut self, hostflags: c_uint) { in set_hostflags()