Searched defs:ModuleInfo (Results 1 – 5 of 5) 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;
27 struct ModuleInfo : public Parcelable { struct34 static ModuleInfo *Unmarshalling(Parcel &parcel); argument
51 struct ModuleInfo { struct in AbilityMock52 std::string moduleName = "com.example.myapplication";
40 } ModuleInfo; typedef
96 } ModuleInfo; typedef