Home
last modified time | relevance | path

Searched defs:ApplicationState (Results 1 – 4 of 4) sorted by relevance

/base/request/request/services/service/request/src/manager/
Dqos.rs151 state: ApplicationState, in insert()
349 state: ApplicationState, in move_one_high_qos_to_low()
361 fn push_high_qos(&mut self, case: QosCase, state: ApplicationState) { in push_high_qos()
374 fn push_low_qos(&mut self, case: QosCase, state: ApplicationState) { in push_low_qos()
461 state: ApplicationState, in contest_insert()
701 old_state: ApplicationState, in state_turn_to_terminated()
749 fn high_qos_vacant(&mut self, qos_changes: &mut Vec<QosChange>, state: ApplicationState) { in high_qos_vacant()
Dmonitor.rs28 pub(crate) fn update_app_state(&mut self, uid: u64, state: ApplicationState) { in update_app_state()
/base/security/access_token/services/common/app_manager/include/
Dapp_state_data.h27 enum class ApplicationState { enum
/base/request/request/services/service/request/src/task/
Dinfo.rs192 pub(crate) enum ApplicationState { enum
198 impl From<u8> for ApplicationState { implementation