Home
last modified time | relevance | path

Searched defs:CConnectionProperties (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H A Dcommon.h64 struct CConnectionProperties { struct
65 char *interfaceName;
66 char *domains;
67 int64_t linkAddressSize;
68 int64_t dnsSize;
69 int64_t routeSize;
70 uint16_t mtu;
71 CLinkAddress *linkAddresses;
72 CNetAddress *dnses;
73 CRouteInfo *routes;
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_impl.cpp94 …tConnectionProxy::OnNetConnectionPropertiesChange(void (*callback)(int32_t, CConnectionProperties)) in OnNetConnectionPropertiesChange() argument
H A Dnet_connection_ffi.cpp435 …J_OnNetConnectionPropertiesChange(int64_t connId, void (*callback)(int32_t, CConnectionProperties)) in CJ_OnNetConnectionPropertiesChange() argument