Home
last modified time | relevance | path

Searched refs:SystemConfig (Results 1 - 13 of 13) sorted by relevance

/base/request/request/services/src/manage/config/
H A Dmod.rs35 pub(crate) fn system_config(&self) -> SystemConfig {
43 SystemConfig {
52 pub(crate) struct SystemConfig {
/base/startup/init/services/init/include/
H A Dinit.h50 void SystemConfig(const char *uptime);
/base/inputmethod/imf/services/include/
H A Dsys_cfg_parser.h28 struct SystemConfig : public Serializable { struct
43 SystemConfig systemConfig;
123 static bool ParseSystemConfig(SystemConfig &systemConfig);
H A Dime_info_inquirer.h147 SystemConfig systemConfig_;
/base/request/request/services/src/manage/
H A Ddatabase.rs23 use crate::manage::SystemConfig;
561 #[cfg(feature = "oh")] system: SystemConfig,
H A Dmod.rs16 pub(crate) use config::{SystemConfig, SystemConfigManager};
/base/startup/init/services/init/
H A Dmain.c61 SystemConfig(uptime); in main()
/base/startup/init/services/init/lite/
H A Dinit.c63 void SystemConfig(const char *uptime) in SystemConfig() function
/base/request/request/services/src/task/
H A Dclient.rs22 use crate::manage::SystemConfig;
34 #[cfg(feature = "oh")] mut system: SystemConfig,
152 system: &SystemConfig, in build_system_proxy()
H A Drequest_task.rs24 use crate::manage::SystemConfig;
188 #[cfg(feature = "oh")] system: SystemConfig,
650 #[cfg(feature = "oh")] system: SystemConfig,
/base/inputmethod/imf/services/src/
H A Dsys_cfg_parser.cpp24 bool SysCfgParser::ParseSystemConfig(SystemConfig &systemConfig) in ParseSystemConfig()
/base/startup/init/services/init/standard/
H A Dinit.c273 void SystemConfig(const char *uptime) in SystemConfig() function
/base/startup/init/test/unittest/param/
H A Dparam_stub.cpp602 PARAM_LOGI("SystemConfig \n"); in ParamTestStubInit()
603 SystemConfig(NULL); in ParamTestStubInit()

Completed in 8 milliseconds