Home
last modified time | relevance | path

Searched refs:OnNetUnavailable (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.cpp33 &NetConnCallbackStub::OnNetUnavailable; in NetConnCallbackStub()
173 int32_t NetConnCallbackStub::OnNetUnavailable(MessageParcel &data, MessageParcel &reply) in OnNetUnavailable() function in OHOS::NetManagerStandard::NetConnCallbackStub
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H A Dnet_connection_impl.h84 void OnNetUnavailable(void (*callback)());
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_conn_callback_stub.h49 int32_t OnNetUnavailable(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_impl.cpp104 void NetConnectionProxy::OnNetUnavailable(void (*callback)()) in OnNetUnavailable() function in OHOS::NetManagerStandard::NetConnectionProxy
H A Dnet_connection_ffi.cpp462 instance->OnNetUnavailable(callback); in CJ_OnNetUnavailable()