Home
last modified time | relevance | path

Searched defs:NotifyData (Results 1 – 6 of 6) sorted by relevance

/base/request/request/services/src/task/
Dnotify.rs33 pub(crate) struct NotifyData { struct
34 pub(crate) bundle: String,
35 pub(crate) progress: Progress,
36 pub(crate) action: Action,
37 pub(crate) version: Version,
38 pub(crate) each_file_status: Vec<EachFileStatus>,
39 pub(crate) task_id: u32,
Dinfo.rs158 pub(crate) fn build_notify_data(&self) -> NotifyData { in build_notify_data()
Drequest_task.rs250 pub(crate) fn build_notify_data(&self) -> NotifyData { in build_notify_data()
/base/request/request/services/src/manage/
Dnotifier.rs21 pub(crate) fn complete(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in complete()
31 pub(crate) fn fail(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in fail()
41 pub(crate) fn pause(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in pause()
45 pub(crate) fn resume(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in resume()
49 pub(crate) fn header_receive(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in header_receive()
53 pub(crate) fn progress(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in progress()
62 pub(crate) fn remove(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in remove()
/base/request/request/services/src/service/client/
Dmod.rs48 NotifyData, enumerator
133 pub(crate) fn send_notify_data(&self, subscribe_type: SubscribeType, notify_data: NotifyData) { in send_notify_data()
279 notify_data: NotifyData, in handle_send_notify_data()
/base/request/request/frameworks/js/napi/include/
Djs_common.h200 struct NotifyData { struct
201 SubscribeType type;
202 uint32_t taskId;
203 Progress progress;
204 Action action;
205 Version version;
206 Mode mode;
207 std::vector<TaskState> taskStates;