weexteam/weex_devtools_android

View on GitHub
inspector/src/main/cpp/native_bridge.cpp

Summary

Maintainability
Test Coverage
//
// Created by zhongcang on 2018/1/29.
//

#include "native_bridge.h"

void callCreateBody(jstring instanceId, jstring tasks, jstring callback) {

}

void callAddElement(jstring instanceId, jstring ref, jstring dom, jstring index, jstring callback) {

}

void callCreateFinish(jstring instanceId, jstring callback) {

}

void callUpdateAttrs(jstring instanceId, jstring ref, jstring task, jstring callback) {

}

void callUpdateStyle(jstring instanceId, jstring ref, jstring task, jstring callback) {

}

void callRemoveElement(jstring instanceId, jstring ref, jstring callback) {

}

void callAddEvent(jstring instanceId, jstring ref, jstring event, jstring callback) {

}

void callRemoveEvent(jstring instanceId, jstring ref, jstring event, jstring callback) {

}

void callNativeModule(jstring instanceId, jstring module, jstring method, jbyteArray arguments,
                      jbyteArray options) {

}

void callNativeComponent(jstring instanceId, jstring componentRef, jstring method,
                         jbyteArray arguments, jbyteArray options) {

}

void setTimeoutNative(jstring callbackId, jstring time) {

}