Home
last modified time | relevance | path

Searched refs:OnNetLost (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_callback_stub.cpp31 …Map_[static_cast<uint32_t>(ConnCallbackInterfaceCode::NET_LOST)] = &NetConnCallbackStub::OnNetLost; in NetConnCallbackStub()
153 int32_t NetConnCallbackStub::OnNetLost(MessageParcel &data, MessageParcel &reply) in OnNetLost() function in OHOS::NetManagerStandard::NetConnCallbackStub
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/include/
H A Dnet_connection_impl.h82 void OnNetLost(void (*callback)(int32_t));
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Dnet_conn_callback_stub.h48 int32_t OnNetLost(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_impl.cpp99 void NetConnectionProxy::OnNetLost(void (*callback)(int32_t)) in OnNetLost() function in OHOS::NetManagerStandard::NetConnectionProxy
H A Dnet_connection_ffi.cpp452 instance->OnNetLost(callback); in CJ_OnNetLost()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_callback_test.cpp128 int32_t ret = instance_->OnNetLost(data, reply);
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/
H A Dlibnetconn_kits.map122 …"OHOS::NetManagerStandard::NetConnCallbackStub::OnNetLost(OHOS::MessageParcel&, OHOS::MessageParce…