Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Ddevice_config.h38 struct DeviceConfig { struct
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp152 struct DeviceConfig { struct
155 std::pair<bool, int32_t> minAPIVersion = std::make_pair<>(false, 0);
156 std::pair<bool, bool> keepAlive = std::make_pair<>(false, false);
157 std::pair<bool, bool> removable = std::make_pair<>(false, true);
158 std::pair<bool, bool> singleton = std::make_pair<>(false, false);
159 std::pair<bool, bool> userDataClearable = std::make_pair<>(false, true);
160 std::pair<bool, bool> accessible = std::make_pair<>(false, true);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp175 struct DeviceConfig { struct
176 Device defaultDevice;
177 Device phone;
178 Device tablet;
179 Device tv;
180 Device car;
181 Device wearable;
182 Device liteWearable;
183 Device smartVision;
184 Device twoInOne;
H A Dmodule_profile.cpp122 struct DeviceConfig { struct
125 std::pair<bool, int32_t> minAPIVersion = std::make_pair<>(false, 0);
126 std::pair<bool, bool> keepAlive = std::make_pair<>(false, false);
127 std::pair<bool, bool> removable = std::make_pair<>(false, true);
128 std::pair<bool, bool> singleton = std::make_pair<>(false, false);
129 std::pair<bool, bool> userDataClearable = std::make_pair<>(false, true);
130 std::pair<bool, bool> accessible = std::make_pair<>(false, true);
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dutil.h35 struct DeviceConfig { struct
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Doptions.h52 struct DeviceConfig { struct