Home
last modified time | relevance | path

Searched refs:DhcpResultStoreManager (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_result_store_manager.cpp23 DEFINE_DHCPLOG_DHCP_LABEL("DhcpResultStoreManager");
25 DhcpResultStoreManager::DhcpResultStoreManager() in DhcpResultStoreManager() function in OHOS::DHCP::DhcpResultStoreManager
27 DHCP_LOGI("DhcpResultStoreManager()"); in DhcpResultStoreManager()
30 DhcpResultStoreManager::~DhcpResultStoreManager() in ~DhcpResultStoreManager()
32 DHCP_LOGI("~DhcpResultStoreManager()"); in ~DhcpResultStoreManager()
35 DhcpResultStoreManager &DhcpResultStoreManager::GetInstance() in GetInstance()
37 static DhcpResultStoreManager g_ipInstanc in GetInstance()
[all...]
H A Ddhcp_client_state_machine.cpp1886 return DhcpResultStoreManager::GetInstance().GetCachedIp(targetBssid, ipcached); in GetCachedDhcpResult()
1900 DhcpResultStoreManager::GetInstance().SaveIpInfoInLocalFile(ipInfoCached); in SaveIpInfoInLocalFile()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_result_store_manager.h26 class DhcpResultStoreManager { class
28 DhcpResultStoreManager();
29 ~DhcpResultStoreManager();
30 static DhcpResultStoreManager &GetInstance();
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_result_store_manager_test.cpp47 DHCP::DhcpResultStoreManager::GetInstance().SaveIpInfoInLocalFile(ipInfoCached); in HWTEST_F()
60 DHCP::DhcpResultStoreManager::GetInstance().GetCachedIp(targetBssid, ipInfo); in HWTEST_F()

Completed in 4 milliseconds