Searched refs:sendPorts (Results 1 - 2 of 2) sorted by relevance
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_ffi.cpp | 901 int32_t GetSendPorts(CArrI64 ports, std::vector<std::string>& sendPorts) in GetSendPorts() argument 917 sendPorts.emplace_back(portHandle); in GetSendPorts() 926 std::vector<std::string> sendPorts; in FfiOHOSWebviewCtlPostMessage() local 927 int32_t ret = GetSendPorts(ports, sendPorts); in FfiOHOSWebviewCtlPostMessage() 937 nativeWebviewCtl->PostWebMessage(portName, sendPorts, urlStr); in FfiOHOSWebviewCtlPostMessage()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 1911 bool GetSendPorts(napi_env env, napi_value argv, std::vector<std::string>& sendPorts) in GetSendPorts() argument 1936 sendPorts.emplace_back(portHandle); in GetSendPorts() 1969 std::vector<std::string> sendPorts; in PostMessage() local 1970 if (!GetSendPorts(env, argv[INTEGER_ONE], sendPorts)) { in PostMessage() 1990 webviewController->PostWebMessage(portName, sendPorts, urlStr); in PostMessage()
|
Completed in 14 milliseconds