Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/include/
H A Dsys_cfg_parser.h28 struct SystemConfig : public Serializable { struct
43 SystemConfig systemConfig; argument
/ohos5.0/base/request/request/services/src/manage/config/
H A Dmod.rs35 pub(crate) fn system_config(&self) -> SystemConfig { in system_config()
52 pub(crate) struct SystemConfig { struct
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwm_common_inner.h99 struct SystemConfig : public Parcelable { struct
100 bool isSystemDecorEnable_ = true;
101 uint32_t decorWindowModeSupportType_ = WindowModeSupport::WINDOW_MODE_SUPPORT_ALL;
102 bool isStretchable_ = false;
103 WindowMode defaultWindowMode_ = WindowMode::WINDOW_MODE_FULLSCREEN;
104 KeyboardAnimationCurve animationIn_;
105 KeyboardAnimationCurve animationOut_;
106 std::string uiType_;
107 bool supportTypeFloatWindow_ = false;
132 static SystemConfig* Unmarshalling(Parcel& parcel) in Unmarshalling() argument
/ohos5.0/base/startup/init/services/init/lite/
H A Dinit.c63 void SystemConfig(const char *uptime) in SystemConfig() function
/ohos5.0/base/request/request/services/src/task/
H A Dclient.rs152 system: &SystemConfig, in build_system_proxy()
/ohos5.0/base/startup/init/services/init/standard/
H A Dinit.c273 void SystemConfig(const char *uptime) in SystemConfig() function