Home
last modified time | relevance | path

Searched refs:NetLost (Results 1 - 18 of 18) sorted by relevance

/base/location/services/location_gnss/gnss/include/ntp/
H A Dnet_conn_observer.h36 int32_t NetLost(sptr<NetManagerStandard::NetHandle> &netHandle) override;
/base/time/time_service/services/time/include/
H A Dnet_conn_callback_observer.h34 int32_t NetLost(sptr<NetManagerStandard::NetHandle> &netHandle) override;
/base/update/updateservice/services/utils/include/
H A Ddupdate_net_observer.h33 int32_t NetLost(sptr<NetManagerStandard::NetHandle> &netHandle) final;
/base/web/webview/test/unittest/net_connect_callback_impl_test/
H A Dnet_connect_callback_impl_test.cpp117 EXPECT_EQ(netConnectCallbackImpl->NetLost(netHandle), 0); in HWTEST_F()
146 EXPECT_EQ(netConnectCallbackImpl->NetLost(netHandle), 0); in HWTEST_F()
/base/location/services/location_gnss/gnss/source/ntp/
H A Dnet_conn_observer.cpp57 int32_t NetConnObserver::NetLost(sptr<NetHandle> &netHandle) in NetLost() function in OHOS::Location::NetConnObserver
/base/telephony/sms_mms/services/mms/include/
H A Dmms_conn_callback_stub.h33 int32_t NetLost(sptr<NetManagerStandard::NetHandle> &netHandle) override;
/base/time/time_service/services/time/src/
H A Dnet_conn_callback_observer.cpp51 int32_t NetConnCallbackObserver::NetLost(sptr<NetHandle> &netHandle) in NetLost() function in OHOS::MiscServices::NetConnCallbackObserver
/base/web/webview/ohos_adapter/net_connect_adapter/include/
H A Dnet_connect_callback_impl.h36 int32_t NetLost(sptr<NetHandle> &netHandle) override;
/base/telephony/sms_mms/services/mms/
H A Dmms_conn_callback_stub.cpp64 int32_t MmsConnCallbackStub::NetLost(sptr<NetManagerStandard::NetHandle> &netHandle) in NetLost() function in OHOS::Telephony::MmsConnCallbackStub
66 TELEPHONY_LOGI("MmsConnCallbackStub::NetLost"); in NetLost()
/base/request/request/services/include/
H A Dnetwork.h39 int32_t NetLost(sptr<NetHandle> &netHandle) override;
/base/update/updateservice/services/utils/src/
H A Ddupdate_net_observer.cpp92 int32_t NetObserver::NetLost(sptr<NetHandle> &netHandle) in NetLost() function in OHOS::UpdateEngine::NetObserver
94 ENGINE_LOGI("NetLost"); in NetLost()
/base/location/test/location_gnss/source/
H A Dntp_time_test.cpp145 netWorkObserver->NetLost(handle); in HWTEST_F()
/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_callback_impl.cpp102 int32_t NetConnectCallbackImpl::NetLost(sptr<NetHandle> &netHandle) in NetLost() function in OHOS::NWeb::NetConnectCallbackImpl
104 WVLOG_I("NetConnCallback enter, NetLost, net id = %{public}d.", netHandle->GetNetId()); in NetLost()
/base/request/request/services/src/cxx/
H A Dnetwork.cpp109 int32_t RequestNetCallbackStub::NetLost(sptr<NetHandle> &netHandle) in NetLost() function in OHOS::Request::RequestNetCallbackStub
/base/telephony/cellular_data/test/unit_test/
H A Dcellular_data_code_test.cpp151 int32_t NetLost(sptr<NetManagerStandard::NetHandle> &netHandle) override
153 std::cout << "TestCallback::NetLost" << std::endl;
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H A Dunittest_fuzzer.cpp414 m_pMmsConnCallbackStub->NetLost(pNetHandle); in TestNetAvailable()
/base/telephony/cellular_data/test/
H A Dcellular_data_test.cpp95 int32_t NetLost(sptr<NetManagerStandard::NetHandle> &netHandle) override
98 std::cout << "TestCallback::NetLost" << std::endl;
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp1164 EXPECT_EQ(connCallback.NetLost(nullHandle), ERR_NONE); in HWTEST_F()

Completed in 11 milliseconds