Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dmodule_profile.cpp225 struct Module { struct
226 std::string name;
227 std::string type;
228 std::string srcEntrance;
229 std::string description;
230 int32_t descriptionId = 0;
231 std::string process;
232 std::string mainElement;
233 std::vector<std::string> deviceTypes;
234 bool deliveryWithInstall = false;
[all …]
Dbundle_profile.cpp330 struct Module { struct
331 std::string package;
332 std::string name;
333 std::string description;
334 int32_t descriptionId = 0;
335 std::string colorMode = "auto";
336 std::vector<std::string> supportedModes;
337 std::vector<std::string> reqCapabilities;
338 std::vector<std::string> deviceType;
339 std::vector<Dependency> dependencies;
[all …]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
Dpatch_profile.cpp55 struct Module { struct
56 std::string name;
57 std::string type;
58 std::vector<std::string> deviceTypes;
59 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/communication/dsoftbus/core/common/include/
Dsoftbus_log.h46 #define SoftBusLog(Module, Level, Fmt, Args...) SoftBusLogImpl(Module, Level, __func__, __LINE__, F… argument