Home
last modified time | relevance | path

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

/foundation/appexecfwk/standard/services/bundlemgr/src/
Dmodule_profile.cpp199 struct Module { struct
200 std::string name;
201 std::string type;
202 std::string srcEntrance;
203 std::string description;
204 int32_t descriptionId = 0;
205 std::string process;
206 std::string mainElement;
207 std::vector<std::string> deviceTypes;
208 bool deliveryWithInstall = false;
[all …]
Dbundle_profile.cpp299 struct Module { struct
300 std::string package;
301 std::string name;
302 std::string description;
303 int32_t descriptionId = 0;
304 std::string colorMode = "auto";
305 std::vector<std::string> supportedModes;
306 std::vector<std::string> reqCapabilities;
307 std::vector<std::string> deviceType;
308 Distro distro;
[all …]
/foundation/ace/ace_engine_lite/interfaces/innerkits/builtin/jsi/
Djsi_types.h39 struct Module { struct
47 Module module; argument
/foundation/communication/bluetooth/services/bluetooth_standard/stack/platform/include/
Dmodule.h33 } Module; typedef