Searched defs:OverlayCallbackInfo (Results 1 – 1 of 1) sorted by relevance
37 struct OverlayCallbackInfo : public BaseCallbackInfo { struct38 explicit OverlayCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in OverlayCallbackInfo() function40 std::string bundleName;41 std::string moduleName;42 std::string targetModuleName;43 std::string targetBundleName;44 bool isEnabled = true;45 OverlayOption option = INVALID_OPTION;46 OverlayModuleInfo overlayModuleInfo;47 std::vector<OverlayModuleInfo> infoVec;