Home
last modified time | relevance | path

Searched refs:cbObject_ (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_dhcp_controller.cpp54 cbObject_ = callback; in RegisterDhcpCallback()
82 if (cbObject_ == nullptr || result == nullptr) { in OnDhcpSuccess()
83 NETMGR_EXT_LOG_E("cbObject_ or result is nullptr!"); in OnDhcpSuccess()
96 cbObject_->OnDhcpSuccess(dhcpResult); in OnDhcpSuccess()
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_dhcp_controller.h59 sptr<EthernetDhcpCallback> cbObject_ = nullptr; member in OHOS::NetManagerStandard::EthernetDhcpController
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_manager_test.cpp540 ethernetDhcpController.cbObject_ = nullptr; in HWTEST_F()
907 EXPECT_EQ(dhcpController.cbObject_, nullptr); in HWTEST_F()

Completed in 3 milliseconds