Searched defs:ClientManagerEntry (Results 1 – 10 of 10) sorted by relevance
| /base/request/request/services/src/manage/ |
| D | notifier.rs | 21 pub(crate) fn complete(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in complete() 32 pub(crate) fn fail(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in fail() 43 pub(crate) fn faults(tid: u32, client_manager: &ClientManagerEntry, reason: Reason) { in faults() 47 pub(crate) fn pause(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in pause() 51 pub(crate) fn resume(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in resume() 55 pub(crate) fn header_receive(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in header_receive() 59 pub(crate) fn progress(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in progress() 68 pub(crate) fn remove(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in remove() 74 pub(crate) fn waiting(client_manager: &ClientManagerEntry, task_id: u32, cause: WaitingCause) { in waiting()
|
| D | app_state.rs | 32 pub(crate) fn init(client_manager: ClientManagerEntry, task_manager: TaskManagerTx) { in init()
|
| D | task_manager.rs | 76 client_manager: ClientManagerEntry, in init() 155 client_manager: ClientManagerEntry, in new()
|
| D | database.rs | 624 client_manager: &ClientManagerEntry, in get_task()
|
| /base/request/request/services/src/service/client/ |
| D | manager.rs | 30 pub(crate) struct ClientManagerEntry { struct 34 impl ClientManagerEntry { impl
|
| D | mod.rs | 58 impl ClientManagerEntry { impl
|
| /base/request/request/services/src/service/ |
| D | stub.rs | 44 client_manager: ClientManagerEntry, in new()
|
| /base/request/request/services/src/manage/scheduler/ |
| D | mod.rs | 74 client_manager: ClientManagerEntry, in init() 376 fn notify_fail(info: TaskInfo, client_manager: &ClientManagerEntry, reason: Reason) { in notify_fail()
|
| /base/request/request/services/src/manage/scheduler/queue/ |
| D | mod.rs | 59 client_manager: ClientManagerEntry, in new()
|
| /base/request/request/services/src/task/ |
| D | request_task.rs | 132 client_manager: ClientManagerEntry, in new() 199 client_manager: ClientManagerEntry, in new_by_info()
|