Searched refs:Output (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/hiview_lite/ |
H A D | hiview_service.c | 29 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 D | hiview_service.h | 50 void (*Output)(IUnknown *iUnknown, int16 msgId, uint16 type); member
|
/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitracechain/src/ |
H A D | lib.rs | 54 type Output = i32; types 56 fn bitor(self, rhs: Self) -> Self::Output { in bitor()
|
/base/request/request/services/src/utils/ |
H A D | mod.rs | 99 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 D | upload.rs | 114 ) -> Pin<Box<dyn Future<Output = std::io::Result<()>> + Send + Sync + 'a>> in reuse()
|
/base/msdp/device_status/rust/modules/scheduler/sys/src/ |
H A D | scheduler.rs | 381 type Output = (); types 383 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> in poll()
|
Completed in 3 milliseconds