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;
47 struct ModuleInfo : public Parcelable { struct54 static ModuleInfo *Unmarshalling(Parcel &parcel); argument
192 struct ModuleInfo { struct193 std::string moduleType_ = STR_INIT;195 std::string name_ = STR_INIT;196 std::string lib_ = STR_INIT;197 std::string role_ = STR_INIT;198 std::string fixedLatency_ = STR_INIT;199 std::string renderInIdleState_ = STR_INIT;200 std::string profile_ = STR_INIT;201 std::string file_ = STR_INIT;
50 struct ModuleInfo { struct in AbilityMock51 std::string moduleName = "com.example.myapplication";
96 } ModuleInfo; typedef
58 interface ModuleInfo { interface
462 interface ModuleInfo { interface
197 class ModuleInfo(object): class