Searched defs:DeviceConfig (Results 1 – 5 of 5) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/base/utils/ |
| D | device_config.h | 38 struct DeviceConfig { struct
|
| /foundation/multimodalinput/input/util/common/include/ |
| D | util.h | 32 struct DeviceConfig { struct
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| D | module_profile.cpp | 121 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);
|
| D | bundle_profile.cpp | 183 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/ |
| D | options.h | 51 struct DeviceConfig { struct
|