Searched defs:ModuleInfo (Results 1 – 7 of 7) 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;
44 struct ModuleInfo : public Parcelable { struct51 static ModuleInfo *Unmarshalling(Parcel &parcel); argument
187 struct ModuleInfo { struct188 std::string moduleType_ = STR_INIT;190 std::string name_ = STR_INIT;191 std::string lib_ = STR_INIT;192 std::string role_ = STR_INIT;193 std::string fixedLatency_ = STR_INIT;194 std::string renderInIdleState_ = STR_INIT;195 std::string profile_ = STR_INIT;196 std::string file_ = STR_INIT;
50 struct ModuleInfo { struct in AbilityMock51 std::string moduleName = "com.example.myapplication";
40 } ModuleInfo; typedef
96 } ModuleInfo; typedef
197 class ModuleInfo(object): class