Searched defs:gauge (Results 1 – 15 of 15) sorted by relevance
| /base/request/request/services/src/service/notification_bar/ |
| D | publish.rs | 72 let gauge = if let Some(gid) = self.database.query_task_gid(task.task_id()) { in register_task() localVariable 79 let gauge = task.notification_check(&self.database); in register_task() localVariable
|
| D | notify_flow.rs | 301 let gauge = self.database.is_gauge(group_id); in check_gauge() localVariable
|
| /base/request/request/services/src/service/command/ |
| D | notification_bar.rs | 28 let gauge: bool = data.read()?; in create_group() localVariable
|
| D | construct.rs | 76 let gauge: bool = data.read()?; in construct() localVariable
|
| /base/request/request/frameworks/js/napi/src/ |
| D | notification_bar.cpp | 38 bool gauge = false; member 88 napi_value gauge = NapiUtils::GetNamedProperty(context->env_, argv[0], "gauge"); in createInput() local
|
| /base/request/request/frameworks/native/src/ |
| D | request_manager.cpp | 163 …std::string &gid, const bool gauge, std::optional<std::string> title, std::optional<std::string> t… in CreateGroup()
|
| D | request_manager_impl.cpp | 138 …std::string &gid, const bool gauge, std::optional<std::string> title, std::optional<std::string> t… in CreateGroup()
|
| D | request_service_proxy.cpp | 488 …std::string &gid, const bool gauge, std::optional<std::string> title, std::optional<std::string> t… in CreateGroup()
|
| /base/request/request/services/include/ |
| D | c_task_info.h | 35 bool gauge; member
|
| D | c_task_config.h | 42 bool gauge; member
|
| /base/request/request/frameworks/cj/ffi/include/ |
| D | cj_request_ffi.h | 101 bool gauge; member 148 bool gauge; member
|
| /base/request/request/services/src/task/ |
| D | info.rs | 68 pub(crate) gauge: bool, field
|
| D | ffi.rs | 72 pub(crate) gauge: bool, field
|
| D | config.rs | 92 pub(crate) gauge: bool, field
|
| /base/request/request/frameworks/js/napi/include/ |
| D | js_common.h | 142 bool gauge = false; member 247 bool gauge; member
|