Home
last modified time | relevance | path

Searched defs:handlers (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H A Dylong_tokio_task_creation.rs29 let mut handlers = Vec::new(); localVariable
45 let mut handlers = Vec::new(); localVariable
62 let mut handlers = Vec::new(); localVariable
81 let mut handlers = Vec::new(); localVariable
H A Dylong_tokio_rwlock.rs54 let mut handlers = Vec::with_capacity(6); in tokio_rwlock_read() localVariable
79 let mut handlers = Vec::with_capacity(6); in ylong_rwlock_read() localVariable
103 let mut handlers = Vec::with_capacity(6); in tokio_rwlock_write() localVariable
128 let mut handlers = Vec::with_capacity(6); in ylong_rwlock_write() localVariable
154 let mut handlers = Vec::with_capacity(12); in tokio_rwlock_write_read() localVariable
186 let mut handlers = Vec::with_capacity(12); in ylong_rwlock_write_read() localVariable
H A Dylong_tokio_schedule.rs27 let mut handlers = Vec::with_capacity($num); localVariable
49 let mut handlers = Vec::with_capacity($num); localVariable
H A Dylong_tokio_spawn_blocking.rs30 let mut handlers = Vec::with_capacity($num); localVariable
51 let mut handlers = Vec::with_capacity($num); localVariable
H A Dylong_tokio_process.rs29 let mut handlers = Vec::new(); localVariable
54 let mut handlers = Vec::new(); localVariable
H A Dylong_tokio_bounded_mpsc.rs31 let mut handlers = vec![]; localVariable
65 let mut handlers = vec![]; localVariable
H A Dylong_tokio_unbounded_mpsc.rs31 let mut handlers = vec![]; localVariable
65 let mut handlers = vec![]; localVariable
H A Dylong_tokio_mutex.rs37 let mut handlers = Vec::with_capacity($num); localVariable
67 let mut handlers = Vec::with_capacity($num); localVariable
H A Dylong_tokio_udp.rs88 let mut handlers = Vec::new(); in ylong_udp_send_recv() localVariable
135 let mut handlers = Vec::new(); in tokio_udp_send_recv() localVariable
175 let mut handlers = Vec::new(); in ylong_udp_send_to_recv_from() localVariable
218 let mut handlers = Vec::new(); in tokio_udp_send_to_recv_from() localVariable
H A Dylong_tokio_uds.rs59 let mut handlers = Vec::new(); localVariable
113 let mut handlers = Vec::new(); localVariable
H A Dylong_tokio_signal.rs35 let mut handlers = Vec::with_capacity($num); localVariable
84 let mut handlers = Vec::with_capacity($num); localVariable
H A Dylong_tokio_tcp.rs60 let mut handlers = Vec::new(); localVariable
112 let mut handlers = Vec::new(); localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
H A Dylong_tokio_schedule.rs35 let mut handlers = Vec::with_capacity(num); in ylong_schedule_task() localVariable
52 let mut handlers = Vec::with_capacity(num); in tokio_schedule_task() localVariable
65 let mut handlers = Vec::with_capacity(num); in ylong_schedule_fibbo_task() localVariable
83 let mut handlers = Vec::with_capacity(num); in tokio_schedule_fibbo_task() localVariable
H A Dylong_timer_latency.rs19 let mut handlers = vec![]; in main() localVariable
41 let mut handlers = vec![]; in main() localVariable
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dobserver_handler.h53 for (auto handlers : iter->second) { in NotifyObserver() local
67 for (auto handlers : iter->second) { in NotifyObserver() local
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dobserver_handler.cpp36 std::list<std::shared_ptr<OHOS::AppExecFwk::EventHandler>> &handlers = iter->second; in RegObserver() local
45 std::list<std::shared_ptr<AppExecFwk::EventHandler>> handlers; in RegObserver() local
67 std::list<std::shared_ptr<OHOS::AppExecFwk::EventHandler>> &handlers = iter->second; in Remove() local
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davcast_controller_callback_stub.h55 std::map<uint32_t, HandlerFunc> handlers = { variable
H A Davsession_callback_stub.h52 std::map<uint32_t, HandlerFunc> handlers = { variable
H A Dsession_listener_stub.h46 std::map<uint32_t, HandlerFunc> handlers = { variable
H A Davsession_service_stub.h62 std::map<uint32_t, HandlerFunc> handlers = { variable
H A Davcast_controller_stub.h65 std::map<uint32_t, HandlerFunc> handlers = { variable
H A Davcontroller_callback_stub.h57 std::map<uint32_t, HandlerFunc> handlers = { variable
H A Davsession_controller_stub.h92 std::map<uint32_t, HandlerFunc> handlers = { variable
H A Davsession_stub.h119 std::map<uint32_t, HandlerFunc> handlers = { variable
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/client/include/
H A Dmedia_monitor_stub.h38 static inline HandlerFunc handlers[] = { variable

12