Home
last modified time | relevance | path

Searched defs:Output (Results 1 – 13 of 13) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc_async/
Dmod.rs44 Fut: Future<Output = IpcResult<B>>, in spawn()
55 fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn()
70 fn block_on<F: Future>(future: F) -> F::Output; in block_on()
Dipc_ylong.rs30 Fut: Future<Output = IpcResult<B>>, in spawn()
67 fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn()
85 fn block_on<F: Future>(future: F) -> F::Output { in block_on()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
Djs_debugger_config.cpp73 void Debugger::Output(const char * const str) in Output() function in OHOS::ACELite::Debugger
138 void Debugger::Output(const char * const str) in Output() function in OHOS::ACELite::Debugger
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/downloader/
Doperator.rs137 type Output = Result<usize, HttpClientError>; typedef
139 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
156 type Output = Result<(), HttpClientError>; typedef
158 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_multithread/
Ddrawing_mutilthread.cpp30 void DrawingMultithread::Output() in Output() function in OHOS::Rosen::DrawingMultithread
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_singlethread/
Ddrawing_singlethread.cpp39 void DrawingSinglethread::Output() in Output() function in OHOS::Rosen::DrawingSinglethread
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_api/
Ddrawing_api.h29 virtual void Output() override {} in Output() function
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
Doperator.rs102 type Output = Result<(), HttpClientError>; typedef
104 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
Doutput.cpp23 Output::Output() in Output() function in OHOS::Rosen::Output
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
Ddebug_output.cpp96 void DebugOutput::Output(const BASE_NS::string& v) in Output() function in Serialization::DebugOutput
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
Dconsole_log_impl.cpp233 void Output(const LogLevel logLevel, const char * const str, const uint8_t length) in Output() function
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
Djs_profiler.cpp342 void JSProfiler::Output() in Output() function in OHOS::ACELite::JSProfiler
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
Ddrawing_playback.cpp413 void DrawingDCL::Output() in Output() function in OHOS::Rosen::DrawingDCL