/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/ |
H A D | ylong_tokio_task_creation.rs | 29 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 D | ylong_tokio_rwlock.rs | 54 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 D | ylong_tokio_schedule.rs | 27 let mut handlers = Vec::with_capacity($num); localVariable 49 let mut handlers = Vec::with_capacity($num); localVariable
|
H A D | ylong_tokio_spawn_blocking.rs | 30 let mut handlers = Vec::with_capacity($num); localVariable 51 let mut handlers = Vec::with_capacity($num); localVariable
|
H A D | ylong_tokio_process.rs | 29 let mut handlers = Vec::new(); localVariable 54 let mut handlers = Vec::new(); localVariable
|
H A D | ylong_tokio_bounded_mpsc.rs | 31 let mut handlers = vec![]; localVariable 65 let mut handlers = vec![]; localVariable
|
H A D | ylong_tokio_unbounded_mpsc.rs | 31 let mut handlers = vec![]; localVariable 65 let mut handlers = vec![]; localVariable
|
H A D | ylong_tokio_mutex.rs | 37 let mut handlers = Vec::with_capacity($num); localVariable 67 let mut handlers = Vec::with_capacity($num); localVariable
|
H A D | ylong_tokio_udp.rs | 88 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 D | ylong_tokio_uds.rs | 59 let mut handlers = Vec::new(); localVariable 113 let mut handlers = Vec::new(); localVariable
|
H A D | ylong_tokio_signal.rs | 35 let mut handlers = Vec::with_capacity($num); localVariable 84 let mut handlers = Vec::with_capacity($num); localVariable
|
H A D | ylong_tokio_tcp.rs | 60 let mut handlers = Vec::new(); localVariable 112 let mut handlers = Vec::new(); localVariable
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/ |
H A D | ylong_tokio_schedule.rs | 35 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 D | ylong_timer_latency.rs | 19 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 D | observer_handler.h | 53 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 D | observer_handler.cpp | 36 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 D | avcast_controller_callback_stub.h | 55 std::map<uint32_t, HandlerFunc> handlers = { variable
|
H A D | avsession_callback_stub.h | 52 std::map<uint32_t, HandlerFunc> handlers = { variable
|
H A D | session_listener_stub.h | 46 std::map<uint32_t, HandlerFunc> handlers = { variable
|
H A D | avsession_service_stub.h | 62 std::map<uint32_t, HandlerFunc> handlers = { variable
|
H A D | avcast_controller_stub.h | 65 std::map<uint32_t, HandlerFunc> handlers = { variable
|
H A D | avcontroller_callback_stub.h | 57 std::map<uint32_t, HandlerFunc> handlers = { variable
|
H A D | avsession_controller_stub.h | 92 std::map<uint32_t, HandlerFunc> handlers = { variable
|
H A D | avsession_stub.h | 119 std::map<uint32_t, HandlerFunc> handlers = { variable
|
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/client/include/ |
H A D | media_monitor_stub.h | 38 static inline HandlerFunc handlers[] = { variable
|