Home
last modified time | relevance | path

Searched refs:mclientCallback (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_service_impl_test.cpp227 sptr<IDhcpClientCallBack> mclientCallback; in HWTEST_F() local
228 dhcpClientImpl->m_mapClientCallBack.emplace(std::make_pair("wlan0", mclientCallback)); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_service_impl.cpp231 std::shared_ptr<IDhcpClientCallBack> mclientCallback = clientCallback; in RegisterDhcpClientCallBack() local
233 sptr<IDhcpClientCallBack> mclientCallback = clientCallback; in RegisterDhcpClientCallBack()
235 m_mapClientCallBack.emplace(std::make_pair(ifname, mclientCallback)); in RegisterDhcpClientCallBack()
236 DHCP_LOGI("RegisterDhcpClientCallBack add ifname and mclientCallback, ifname:%{public}s", ifname.c_str()); in RegisterDhcpClientCallBack()
437 DHCP_LOGE("DhcpIpv4ResultSuccess mclientCallback is nullptr!"); in DhcpIpv4ResultSuccess()
472 DHCP_LOGE("OnDhcpOfferReport mclientCallback is nullptr!"); in DhcpOfferResultSuccess()
504 DHCP_LOGE("DhcpIpv4ResultFail mclientCallback == nullptr!"); in DhcpIpv4ResultFail()
534 DHCP_LOGE("DhcpIpv4ResultTimeOut mclientCallback == nullptr!"); in DhcpIpv4ResultTimeOut()
608 DHCP_LOGE("DhcpIpv6ResulCallback mclientCallback == nullptr!"); in DhcpIpv6ResulCallback()

Completed in 2 milliseconds