Searched defs:ModuleInfo (Results 1 – 8 of 8) sorted by relevance
25 struct ModuleInfo { struct26 std::string moduleName; // the "name" in module part in config.json27 std::string moduleSourceDir;28 std::vector<std::string> preloads;
35 struct ModuleInfo : public Parcelable { struct42 static ModuleInfo *Unmarshalling(Parcel &parcel); argument
1 # ModuleInfo chapter
51 struct ModuleInfo { struct in AbilityMock52 std::string moduleName = "com.example.myapplication";
40 } ModuleInfo; typedef
96 } ModuleInfo; typedef
190 class ModuleInfo(object): class