Home
last modified time | relevance | path

Searched refs:WifiManagerProxy (Results 1 – 4 of 4) sorted by relevance

/base/customization/enterprise_device_management/interfaces/inner_api/wifi_manager/src/
Dwifi_manager_proxy.cpp24 std::shared_ptr<WifiManagerProxy> WifiManagerProxy::instance_ = nullptr;
25 std::mutex WifiManagerProxy::mutexLock_;
28 WifiManagerProxy::WifiManagerProxy() {} in WifiManagerProxy() function in OHOS::EDM::WifiManagerProxy
30 WifiManagerProxy::~WifiManagerProxy() {} in ~WifiManagerProxy()
32 std::shared_ptr<WifiManagerProxy> WifiManagerProxy::GetWifiManagerProxy() in GetWifiManagerProxy()
37 std::shared_ptr<WifiManagerProxy> temp = std::make_shared<WifiManagerProxy>(); in GetWifiManagerProxy()
44 int32_t WifiManagerProxy::IsWifiActive(const AppExecFwk::ElementName &admin, bool &result) in IsWifiActive()
69 int32_t WifiManagerProxy::SetWifiProfile(const AppExecFwk::ElementName &admin, Wifi::WifiDeviceConf… in SetWifiProfile()
/base/customization/enterprise_device_management/interfaces/inner_api/wifi_manager/include/
Dwifi_manager_proxy.h24 class WifiManagerProxy {
26 WifiManagerProxy();
27 ~WifiManagerProxy();
28 static std::shared_ptr<WifiManagerProxy> GetWifiManagerProxy();
32 static std::shared_ptr<WifiManagerProxy> instance_;
/base/customization/enterprise_device_management/test/unittest/wifi_manager_proxy/wifi_manager_proxy_test/
Dwifi_manager_proxy_test.cpp39 std::shared_ptr<WifiManagerProxy> wifiManagerProxy = nullptr;
46 wifiManagerProxy = WifiManagerProxy::GetWifiManagerProxy(); in SetUp()
/base/customization/enterprise_device_management/interfaces/kits/wifi_manager/src/
Dwifi_manager_addon.cpp244 auto wifiManagerProxy = WifiManagerProxy::GetWifiManagerProxy(); in NativeSetWifiProfile()
261 auto wifiManagerProxy = WifiManagerProxy::GetWifiManagerProxy(); in NativeIsWifiActive()