Home
last modified time | relevance | path

Searched defs:Module (Results 1 – 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dmodule_profile.cpp293 struct Module { struct
294 bool deliveryWithInstall = false;
295 bool installationFree = false;
296 bool isLibIsolated = false;
297 bool compressNativeLibs = true;
298 uint32_t descriptionId = 0;
299 int32_t targetPriority = 0;
300 std::string name;
301 std::string type;
302 std::string srcEntrance;
[all …]
Dbundle_profile.cpp338 struct Module { struct
339 std::string package;
340 std::string name;
341 std::string description;
342 bool isLibIsolated = false;
343 uint32_t descriptionId = 0;
344 std::string colorMode = "auto";
345 std::vector<std::string> supportedModes;
346 std::vector<std::string> reqCapabilities;
347 std::vector<std::string> deviceType;
[all …]
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
Dmodule_profile.cpp255 struct Module { struct
256 std::string name;
257 std::string type;
258 std::string srcEntrance;
259 std::string description;
260 int32_t descriptionId = 0;
261 std::string process;
262 std::string mainElement;
263 std::vector<std::string> deviceTypes;
264 bool deliveryWithInstall = false;
[all …]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
Dpatch_profile.cpp53 struct Module { struct
54 std::string name;
55 std::string type;
56 std::vector<std::string> deviceTypes;
57 std::string originalModuleHash;
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
Djsi_types.h39 struct Module { struct
47 Module module; argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
Dmodule.h33 } Module; typedef
/foundation/deviceprofile/device_info_manager/old/radar/include/
Ddp_radar_helper.h92 enum class Module : int32_t { enum
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
Ddistributed_radar.h143 enum class Module : int32_t { enum
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
Dshader_manager.h444 struct Module { struct
446 BASE_NS::unique_ptr<ShaderModule> shaderModule;
/foundation/distributedhardware/device_manager/radar/include/
Ddm_radar_helper.h117 enum class Module : int32_t { enum
/foundation/arkui/napi/test/unittest/jsvm/
Djsvm_utils.cpp423 auto Module = jsvm::GetProperty(jsvm::Global("WebAssembly"), "Module"); in IsWasmModuleObject() local