Home
last modified time | relevance | path

Searched refs:KEY_HAS_GET_WAY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/constant/include/
H A Dconstant.h55 static constexpr const char *KEY_HAS_GET_WAY = "hasGateway"; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp815 NapiUtils::SetBooleanProperty(env, route, KEY_HAS_GET_WAY, it->hasGateway_); in FillRouoteList()