Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/utils/
Ddevice_config.h38 struct DeviceConfig { struct
/foundation/multimodalinput/input/util/common/include/
Dutil.h32 struct DeviceConfig { struct
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dmodule_profile.cpp121 struct DeviceConfig { struct
124 std::pair<bool, int32_t> minAPIVersion = std::make_pair<>(false, 0);
125 std::pair<bool, bool> keepAlive = std::make_pair<>(false, false);
126 std::pair<bool, bool> removable = std::make_pair<>(false, true);
127 std::pair<bool, bool> singleton = std::make_pair<>(false, false);
128 std::pair<bool, bool> userDataClearable = std::make_pair<>(false, true);
129 std::pair<bool, bool> accessible = std::make_pair<>(false, true);
Dbundle_profile.cpp183 struct DeviceConfig { struct
184 Device defaultDevice;
185 Device phone;
186 Device tablet;
187 Device tv;
188 Device car;
189 Device wearable;
190 Device liteWearable;
191 Device smartVision;
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
Doptions.h51 struct DeviceConfig { struct