Home
last modified time | relevance | path

Searched refs:as_raw (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event_manager.rs342 RecycleRustEventQuerier(self.as_raw()) in try_to_recycle()
355 fn as_raw(&self) -> *const HiSysEventRustQuerierC { in as_raw() method
398 querier.as_raw(), in query()
493 RecycleRustEventWatcher(self.as_raw()) in try_to_recycle()
506 fn as_raw(&self) -> *const HiSysEventRustWatcherC { in as_raw() method
534 HiSysEventAddWatcherWrapper(watcher.as_raw(), in add_watcher()
544 HiSysEventRemoveWatcherWrapper(watcher.as_raw()) in remove_watcher()
563 fn as_raw(&self) -> *const T; in as_raw() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/
H A Dmod.rs73 pub const fn as_raw(&self) -> c_int { in as_raw() method
347 value.as_raw() in from()
430 assert_eq!(SignalKind::interrupt().as_raw(), 2); in ut_signal_from_and_into_c_int()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dfiletype.rs24 pub(crate) fn as_raw(&self) -> c_int { in as_raw() method
H A Dctx.rs200 SSL_CTX_use_certificate_file(ptr, file.as_ptr() as *const _, file_type.as_raw()) in set_certificate_file()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dsignal.rs38 assert_eq!(SignalKind::interrupt().as_raw(), 2); in sdv_signal_from_and_into_c_int()