Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/constant/include/
H A Dconstant.h51 static constexpr const char *KEY_PREFIX_LENGTH = "prefixLength"; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp785 NapiUtils::SetUint32Property(env, linkAddr, KEY_PREFIX_LENGTH, it->prefixlen_); in FillLinkAddress()
807 NapiUtils::SetUint32Property(env, dest, KEY_PREFIX_LENGTH, it->destination_.prefixlen_); in FillRouoteList()
812 NapiUtils::SetUint32Property(env, gateway, KEY_PREFIX_LENGTH, it->gateway_.prefixlen_); in FillRouoteList()