Searched defs:DeviceConfig (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | device_config.h | 38 struct DeviceConfig { struct
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 152 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 D | bundle_profile.cpp | 175 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 D | module_profile.cpp | 122 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 D | util.h | 35 struct DeviceConfig { struct
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | options.h | 52 struct DeviceConfig { struct
|