Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_arp_checker.cpp39 DhcpArpChecker::DhcpArpChecker() : m_isSocketCreated(false), m_socketFd(-1), m_ifaceIndex(0), m_protocol(0) in DhcpArpChecker()
52 if (m_isSocketCreated) { in Start()
66 m_isSocketCreated = false; in Start()
79 m_isSocketCreated = true; in Start()
85 if (!m_isSocketCreated) { in Stop()
89 m_isSocketCreated = false; in Stop()
127 if (!m_isSocketCreated) { in DoArpCheck()
176 if (!m_isSocketCreated) { in GetGwMacAddrList()
/foundation/communication/dhcp/test/unittest/services/utils/
H A Ddhcp_arp_checker_test.cpp122 dhcpArpChecker.m_isSocketCreated = false; in HWTEST_F()
124 dhcpArpChecker.m_isSocketCreated = true; in HWTEST_F()
181 dhcpArpChecker.m_isSocketCreated = false; in HWTEST_F()
184 dhcpArpChecker.m_isSocketCreated = true; in HWTEST_F()
/foundation/communication/dhcp/services/utils/include/
H A Ddhcp_arp_checker.h58 bool m_isSocketCreated; member in OHOS::DHCP::DhcpArpChecker

Completed in 2 milliseconds