Home
last modified time | relevance | path

Searched defs:gauge (Results 1 – 15 of 15) sorted by relevance

/base/request/request/services/src/service/notification_bar/
Dpublish.rs72 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
Dnotify_flow.rs301 let gauge = self.database.is_gauge(group_id); in check_gauge() localVariable
/base/request/request/services/src/service/command/
Dnotification_bar.rs28 let gauge: bool = data.read()?; in create_group() localVariable
Dconstruct.rs76 let gauge: bool = data.read()?; in construct() localVariable
/base/request/request/frameworks/js/napi/src/
Dnotification_bar.cpp38 bool gauge = false; member
88 napi_value gauge = NapiUtils::GetNamedProperty(context->env_, argv[0], "gauge"); in createInput() local
/base/request/request/frameworks/native/src/
Drequest_manager.cpp163 …std::string &gid, const bool gauge, std::optional<std::string> title, std::optional<std::string> t… in CreateGroup()
Drequest_manager_impl.cpp138 …std::string &gid, const bool gauge, std::optional<std::string> title, std::optional<std::string> t… in CreateGroup()
Drequest_service_proxy.cpp488 …std::string &gid, const bool gauge, std::optional<std::string> title, std::optional<std::string> t… in CreateGroup()
/base/request/request/services/include/
Dc_task_info.h35 bool gauge; member
Dc_task_config.h42 bool gauge; member
/base/request/request/frameworks/cj/ffi/include/
Dcj_request_ffi.h101 bool gauge; member
148 bool gauge; member
/base/request/request/services/src/task/
Dinfo.rs68 pub(crate) gauge: bool, field
Dffi.rs72 pub(crate) gauge: bool, field
Dconfig.rs92 pub(crate) gauge: bool, field
/base/request/request/frameworks/js/napi/include/
Djs_common.h142 bool gauge = false; member
247 bool gauge; member