Searched refs:HdiNetLinkMonitor (Results 1 – 6 of 6) sorted by relevance
23 HdiNetLinkMonitor::HdiNetLinkMonitor() in HdiNetLinkMonitor() function in OHOS::HDI::DISPLAY::HdiNetLinkMonitor28 int HdiNetLinkMonitor::Init() in Init()50 HdiNetLinkMonitor::~HdiNetLinkMonitor() in ~HdiNetLinkMonitor()58 Void HdiNetLinkMonitor::MonitorThread() in MonitorThread()
23 class HdiNetLinkMonitor {25 HdiNetLinkMonitor();27 virtual ~HdiNetLinkMonitor();
26 HdiNetLinkMonitor::HdiNetLinkMonitor() in HdiNetLinkMonitor() function in OHOS::HDI::DISPLAY::HdiNetLinkMonitor31 int HdiNetLinkMonitor::Init() in Init()34 mThread = std::make_unique<std::thread>(std::bind(&HdiNetLinkMonitor::MonitorThread, this)); in Init()40 HdiNetLinkMonitor::~HdiNetLinkMonitor() in ~HdiNetLinkMonitor()93 void HdiNetLinkMonitor::MonitorThread() in MonitorThread()
53 mNetLinkMonitor = std::make_shared<HdiNetLinkMonitor>(); in Init()
24 class HdiNetLinkMonitor {26 HdiNetLinkMonitor();28 virtual ~HdiNetLinkMonitor();
68 std::shared_ptr<HdiNetLinkMonitor> mNetLinkMonitor;