Home
last modified time | relevance | path

Searched refs:maxFdNum_ (Results 1 - 2 of 2) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h375 static int32_t maxFdNum_; member in OHOS::NWeb::NapiWebviewController
H A Dnapi_webview_controller.cpp495 int32_t NapiWebviewController::maxFdNum_ = -1;
3328 if (maxFdNum_ == -1) { in RunJS()
3329 maxFdNum_ = in RunJS()
3333 if (usedFd_.load() < maxFdNum_) { in RunJS()

Completed in 12 milliseconds