Searched refs:NativeJavaScriptExecuteCallback (Results 1 – 4 of 4) sorted by relevance
25 class NativeJavaScriptExecuteCallback : public OHOS::NWeb::NWebMessageValueCallback {27 …explicit NativeJavaScriptExecuteCallback(std::function<void(const char*)> callback) : callbackNati… in NativeJavaScriptExecuteCallback() function28 ~NativeJavaScriptExecuteCallback() = default;
20 void NativeJavaScriptExecuteCallback::OnReceiveValue(std::shared_ptr<NWebMessage> result) in OnReceiveValue()34 void NativeJavaScriptExecuteCallback::OnReceiveValueV2(std::shared_ptr<NWebHapValue> value) in OnReceiveValueV2()
98 auto callbackImpl = std::make_shared<OHOS::NWeb::NativeJavaScriptExecuteCallback>(callback); in OH_NativeArkWeb_RunJavaScript()
53 NativeJavaScriptExecuteCallback nativeJSExecuteCallback(callback);65 NativeJavaScriptExecuteCallback nativeJSExecuteCallback(callback);76 NativeJavaScriptExecuteCallback nativeJSExecuteCallback(callback);