1/* 2 * Copyright (c) 2023 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 1.0 { 16 global: 17 extern "C++" { 18 OHOS::MMI::AxisEvent*; 19 OHOS::MMI::BytraceAdapter*; 20 OHOS::MMI::InputActiveSubscribeManager*; 21 OHOS::MMI::InputDevice*; 22 OHOS::MMI::InputEvent*; 23 OHOS::MMI::InputInterceptorManager*; 24 OHOS::MMI::InputManager*; 25 OHOS::MMI::InputManagerImpl*; 26 OHOS::MMI::PreMonitorManager*; 27 OHOS::MMI::InputMonitorManager*; 28 OHOS::MMI::KeyEvent*; 29 OHOS::MMI::KeyEventInputSubscribeManager*; 30 OHOS::MMI::KeyMonitorOption::*; 31 OHOS::MMI::KeyOption*; 32 OHOS::MMI::PointerEvent*; 33 OHOS::MMI::PointerStyle*; 34 OHOS::MMI::PointerStyleColor*; 35 OHOS::MMI::MultimodalEventHandler*; 36 OHOS::MMI::MMIClient*; 37 OHOS::MMI::BytraceAdapter::StartDevListener*; 38 OHOS::MMI::BytraceAdapter::StopDevListener*; 39 OHOS::MMI::ClientMsgHandler*; 40 OHOS::MMI::MMISceneBoardJudgement*; 41 "vtable for OHOS::MMI::MMIClient"; 42 "virtual thunk to OHOS::MMI::InputDevice::~InputDevice()"; 43 "virtual thunk to OHOS::MMI::InputEvent::~InputEvent()"; 44 "virtual thunk to OHOS::MMI::KeyEvent::~KeyEvent()"; 45 "virtual thunk to OHOS::MMI::KeyMonitorOption::~KeyMonitorOption()"; 46 "virtual thunk to OHOS::MMI::KeyOption::~KeyOption()"; 47 "virtual thunk to OHOS::MMI::PointerEvent::~PointerEvent()"; 48 "virtual thunk to OHOS::MMI::PointerStyle::~PointerStyle()"; 49 }; 50 local: 51 *; 52};