Home
last modified time | relevance | path

Searched refs:pImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client.cpp26 std::shared_ptr<DhcpClientImpl> pImpl = DelayedSingleton<DhcpClientImpl>::GetInstance(); in GetInstance() local
27 if (pImpl && pImpl->Init(systemAbilityId)) { in GetInstance()
29 return pImpl; in GetInstance()
H A Ddhcp_server.cpp26 std::shared_ptr<DhcpServerImpl> pImpl = DelayedSingleton<DhcpServerImpl>::GetInstance(); in GetInstance() local
27 if (pImpl && pImpl->Init(systemAbilityId)) { in GetInstance()
29 return pImpl; in GetInstance()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan.cpp36 std::shared_ptr<WifiScanImpl> pImpl = std::make_shared<WifiScanImpl>(); in GetInstance() local
37 if (pImpl && pImpl->Init(systemAbilityId, instId)) { in GetInstance()
39 return pImpl; in GetInstance()