Home
last modified time | relevance | path

Searched refs:OnNetConnectionPropertiesChange (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_callback_stub.cpp30 &NetConnCallbackStub::OnNetConnectionPropertiesChange; in NetConnCallbackStub()
132 int32_t NetConnCallbackStub::OnNetConnectionPropertiesChange(MessageParcel &data, MessageParcel &re… in OnNetConnectionPropertiesChange() function in OHOS::NetManagerStandard::NetConnCallbackStub
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H A Dnet_connection_impl.h80 void OnNetConnectionPropertiesChange(void (*callback)(int32_t, CConnectionProperties));
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_conn_callback_stub.h47 int32_t OnNetConnectionPropertiesChange(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_impl.cpp94 void NetConnectionProxy::OnNetConnectionPropertiesChange(void (*callback)(int32_t, CConnectionPrope… in OnNetConnectionPropertiesChange() function in OHOS::NetManagerStandard::NetConnectionProxy
H A Dnet_connection_ffi.cpp442 instance->OnNetConnectionPropertiesChange(callback); in CJ_OnNetConnectionPropertiesChange()