Home
last modified time | relevance | path

Searched refs:hasTimeout_ (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/connection/options/include/
H A Dnetconnection.h29 bool hasTimeout_ = false; member in OHOS::NetManagerStandard::final
/foundation/communication/netmanager_base/frameworks/js/napi/connection/options/src/
H A Dnetconnection.cpp27 hasTimeout_(false), in NetConnection()
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_impl.cpp49 netConnection->hasTimeout_ = true; in NetConnectionProxy()
61 NETMANAGER_BASE_LOGI("Register result hasNetSpecifier_ and hasTimeout_ %{public}d", ret); in RegisterCallback()
115 : hasNetSpecifier_(false), hasTimeout_(false), timeout_(0), observer_(new ConnectionCallbackObserver) in NetConnectionImpl()
/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H A Dnet_connection_impl.h32 bool hasTimeout_; member in OHOS::NetManagerStandard::final
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp158 netConnection->hasTimeout_ = true; in ParseNetConnectionParams()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp722 if (conn.hasNetSpecifier_ && conn.hasTimeout_) { in ExecRegister()
725 NETMANAGER_BASE_LOGI("Register result hasNetSpecifier_ and hasTimeout_ %{public}d", ret); in ExecRegister()

Completed in 6 milliseconds