Home
last modified time | relevance | path

Searched defs:ClientManagerEntry (Results 1 – 10 of 10) sorted by relevance

/base/request/request/services/src/manage/
Dnotifier.rs21 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()
Dapp_state.rs32 pub(crate) fn init(client_manager: ClientManagerEntry, task_manager: TaskManagerTx) { in init()
Dtask_manager.rs76 client_manager: ClientManagerEntry, in init()
155 client_manager: ClientManagerEntry, in new()
Ddatabase.rs624 client_manager: &ClientManagerEntry, in get_task()
/base/request/request/services/src/service/client/
Dmanager.rs30 pub(crate) struct ClientManagerEntry { struct
34 impl ClientManagerEntry { impl
Dmod.rs58 impl ClientManagerEntry { impl
/base/request/request/services/src/service/
Dstub.rs44 client_manager: ClientManagerEntry, in new()
/base/request/request/services/src/manage/scheduler/
Dmod.rs74 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/
Dmod.rs59 client_manager: ClientManagerEntry, in new()
/base/request/request/services/src/task/
Drequest_task.rs132 client_manager: ClientManagerEntry, in new()
199 client_manager: ClientManagerEntry, in new_by_info()