• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1"use strict";
2/*
3 * Copyright (c) 2022-2025 Huawei Device Co., Ltd.
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17Object.defineProperty(exports, "__esModule", { value: true });
18exports.loadInteropNativeModule = exports.InteropNativeModule = void 0;
19const loadLibraries_1 = require("./loadLibraries");
20class InteropNativeModule {
21    static _SetCallbackDispatcher(dispatcher) { throw "method not loaded"; }
22    static _CleanCallbackDispatcher() { throw "method not loaded"; }
23    static _GetGroupedLog(index) { throw "method not loaded"; }
24    static _StartGroupedLog(index) { throw "method not loaded"; }
25    static _StopGroupedLog(index) { throw "method not loaded"; }
26    static _AppendGroupedLog(index, message) { throw "method not loaded"; }
27    static _PrintGroupedLog(index) { throw "method not loaded"; }
28    static _GetStringFinalizer() { throw "method not loaded"; }
29    static _InvokeFinalizer(ptr1, ptr2) { throw "method not loaded"; }
30    static _GetPtrVectorElement(ptr1, arg) { throw "method not loaded"; }
31    static _StringLength(ptr1) { throw "method not loaded"; }
32    static _StringData(ptr1, arr, i) { throw "method not loaded"; }
33    static _StringMake(str1) { throw "method not loaded"; }
34    static _GetPtrVectorSize(ptr1) { throw "method not loaded"; }
35    static _ManagedStringWrite(str1, arr, arg) { throw "method not loaded"; }
36    static _NativeLog(str1) { throw "method not loaded"; }
37    static _Utf8ToString(data, offset, length) { throw "method not loaded"; }
38    static _StdStringToString(cstring) { throw "method not loaded"; }
39    static _CheckCallbackEvent(buffer, bufferLength) { throw "method not loaded"; }
40    static _HoldCallbackResource(resourceId) { throw "method not loaded"; }
41    static _ReleaseCallbackResource(resourceId) { throw "method not loaded"; }
42    static _CallCallback(callbackKind, args, argsSize) { throw "method not loaded"; }
43    static _CallCallbackSync(callbackKind, args, argsSize) { throw "method not loaded"; }
44    static _CallCallbackResourceHolder(holder, resourceId) { throw "method not loaded"; }
45    static _CallCallbackResourceReleaser(releaser, resourceId) { throw "method not loaded"; }
46    static _MaterializeBuffer(data, length, resourceId, hold, release) { throw "method not loaded"; }
47    static _GetNativeBufferPointer(data) { throw "method not loaded"; }
48    static _LoadVirtualMachine(arg0, arg1, arg2) { throw "method not loaded"; }
49    static _RunApplication(arg0, arg1) { throw "method not loaded"; }
50    static _StartApplication(appUrl, appParams) { throw "method not loaded"; }
51    static _EmitEvent(eventType, target, arg0, arg1) { throw "method not loaded"; }
52    static _CallForeignVM(foreignContext, kind, args, argsSize) { throw "method not loaded"; }
53}
54exports.InteropNativeModule = InteropNativeModule;
55function loadInteropNativeModule() {
56    (0, loadLibraries_1.loadNativeModuleLibrary)("InteropNativeModule", InteropNativeModule);
57}
58exports.loadInteropNativeModule = loadInteropNativeModule;
59//# sourceMappingURL=InteropNativeModule.js.map