Home
last modified time | relevance | path

Searched refs:Output (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hiview_lite/
H A Dhiview_service.c29 static void Output(IUnknown *iUnknown, int16 msgId, uint16 type);
37 .Output = Output,
95 static void Output(IUnknown *iUnknown, int16 msgId, uint16 type) in Output() function
138 hiviewInfterface->Output((IUnknown *)hiviewInfterface, msgId, msgValue); in HiviewSendMessage()
H A Dhiview_service.h50 void (*Output)(IUnknown *iUnknown, int16 msgId, uint16 type); member
/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitracechain/src/
H A Dlib.rs54 type Output = i32; types
56 fn bitor(self, rhs: Self) -> Self::Output { in bitor()
/base/request/request/services/src/utils/
H A Dmod.rs99 pub(crate) fn runtime_spawn<F: Future<Output = ()> + Send + Sync + 'static>(
103 Box::new(fut) as Box<dyn Future<Output = ()> + Send + Sync>
/base/request/request/services/src/task/
H A Dupload.rs114 ) -> Pin<Box<dyn Future<Output = std::io::Result<()>> + Send + Sync + 'a>> in reuse()
/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dscheduler.rs381 type Output = (); types
383 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> in poll()

Completed in 3 milliseconds