Home
last modified time | relevance | path

Searched refs:IsRemoteDied (Results 1 - 25 of 68) sorted by relevance

123

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_impl.cpp79 if (IsRemoteDied() == false) { in GetDhcpClientProxy()
110 bool DhcpClientImpl::IsRemoteDied(void) in IsRemoteDied() function in OHOS::DHCP::DhcpClientImpl
112 return (client_ == nullptr) ? true : client_->IsRemoteDied(); in IsRemoteDied()
H A Ddhcp_server_impl.cpp79 if (IsRemoteDied() == false) { in GetDhcpServerProxy()
107 bool DhcpServerImpl::IsRemoteDied(void) in IsRemoteDied() function in OHOS::DHCP::DhcpServerImpl
109 return (client_ == nullptr) ? true : client_->IsRemoteDied(); in IsRemoteDied()
H A Ddhcp_client_impl.h30 bool IsRemoteDied();
H A Ddhcp_client_callback_stub_lite.h30 bool IsRemoteDied() const;
H A Ddhcp_client_callback_stub.h35 bool IsRemoteDied() const;
H A Ddhcp_client_proxy.h53 bool IsRemoteDied() override;
H A Ddhcp_server_callback_stub.h47 bool IsRemoteDied() const;
H A Ddhcp_server_impl.h31 bool IsRemoteDied();
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_impl.cpp78 if (IsRemoteDied() == false) { in GetWifiScanProxy()
192 bool WifiScanImpl::IsRemoteDied(void) in IsRemoteDied() function in OHOS::Wifi::WifiScanImpl
194 return (client_ == nullptr) ? true : client_->IsRemoteDied(); in IsRemoteDied()
H A Dwifi_scan_callback_stub.h47 bool IsRemoteDied() const;
H A Dwifi_hotspot_callback_stub.h36 bool IsRemoteDied() const;
H A Dwifi_scan_callback_stub.cpp70 bool WifiScanCallbackStub::IsRemoteDied() const in IsRemoteDied() function in OHOS::Wifi::WifiScanCallbackStub
H A Dwifi_scan_impl.h101 bool IsRemoteDied(void);
H A Dwifi_device_callback_stub_lite.h37 bool IsRemoteDied() const;
H A Dwifi_device_callback_stub.h40 bool IsRemoteDied() const;
H A Dwifi_hotspot_impl.cpp58 if (IsRemoteDied() == false) { in GetWifiHotspotProxy()
247 bool WifiHotspotImpl::IsRemoteDied(void) in IsRemoteDied() function in OHOS::Wifi::WifiHotspotImpl
249 return (client_ == nullptr) ? true : client_->IsRemoteDied(); in IsRemoteDied()
H A Dwifi_scan_callback_stub_lite.cpp80 bool WifiScanCallbackStub::IsRemoteDied() const in IsRemoteDied() function in OHOS::Wifi::WifiScanCallbackStub
H A Dwifi_hotspot_impl.h219 bool IsRemoteDied(void);
H A Dwifi_p2p_impl.cpp50 if (IsRemoteDied() == false) { in GetWifiP2pProxy()
390 bool WifiP2pImpl::IsRemoteDied(void) in IsRemoteDied() function in OHOS::Wifi::WifiP2pImpl
392 return (client_ == nullptr) ? true : client_->IsRemoteDied(); in IsRemoteDied()
/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_client.h47 virtual bool IsRemoteDied() = 0;
H A Di_dhcp_server.h53 virtual bool IsRemoteDied() = 0;
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_scan.h129 virtual bool IsRemoteDied(void) = 0;
H A Di_wifi_hotspot.h202 virtual bool IsRemoteDied(void) = 0;
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_device_callback_stub_test.cpp248 EXPECT_TRUE(pWifiDeviceCallBackStub->IsRemoteDied() == false); in HWTEST_F()
251 EXPECT_TRUE(pWifiDeviceCallBackStub->IsRemoteDied() == true); in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_service_impl.h61 bool IsRemoteDied(void) override;

Completed in 8 milliseconds

123