Home
last modified time | relevance | path

Searched defs:_result (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
H A Dylong_runtime_basic.rs19 let _result = ylong_runtime::block_on(handle).unwrap(); in main() localVariable
H A Dylong_runtime_short_block.rs26 let _result = ylong_runtime::block_on(handle).unwrap(); in main() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dbuilder.rs48 let _result = runtime.block_on(handle).unwrap(); in sdv_set_builder_after_start() localVariable
76 let _result = runtime.block_on(handle).unwrap(); in sdv_set_builder_before_stop() localVariable
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_manager.h343 …inline int32_t TaskSchedule(ResponsePtr &_result, const std::string _module, ClassTypePtr _obj, Fu… in TaskSchedule()