Searched defs:OverlayModuleInfo (Results 1 – 2 of 2) sorted by relevance
30 struct OverlayModuleInfo : public Parcelable { struct40 static OverlayModuleInfo *Unmarshalling(Parcel &parcel); argument
100 struct OverlayModuleInfo { struct101 int32_t priority = 0;102 int32_t state = OVERLAY_INVALID; // 0 is for disable and 1 is for enable103 std::string bundleName;104 std::string moduleName;105 std::string targetModuleName;106 std::string hapPath;