Home
last modified time | relevance | path

Searched refs:Forward (Results 1 – 5 of 5) sorted by relevance

/base/tee/tee_client/
DREADME.md11 - cadaemon: Forward CA requests and authenticate the CA.
30 ├── cadaemon # Forward CA request
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h73 static napi_value Forward(napi_env env, napi_callback_info info);
Dwebview_controller.h111 void Forward();
Dwebview_controller.cpp198 void WebviewController::Forward() in Forward() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp184 DECLARE_NAPI_FUNCTION("forward", NapiWebviewController::Forward), in Init()
749 napi_value NapiWebviewController::Forward(napi_env env, napi_callback_info info) in Forward() function in OHOS::NWeb::NapiWebviewController
757 webviewController->Forward(); in Forward()