Home
last modified time | relevance | path

Searched defs:Module (Results 1 – 5 of 5) 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.cpp309 struct Module { struct
310 std::string package;
311 std::string name;
312 std::string description;
313 int32_t descriptionId = 0;
314 std::string colorMode = "auto";
315 std::vector<std::string> supportedModes;
316 std::vector<std::string> reqCapabilities;
317 std::vector<std::string> deviceType;
318 std::vector<Dependency> dependencies;
[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/services/bluetooth/stack/platform/include/
Dmodule.h33 } Module; typedef