Searched refs:mStartServiceThread (Results 1 – 4 of 4) sorted by relevance
99 if (mStartServiceThread) { in Exit()100 mStartServiceThread.reset(); in Exit()
81 std::unique_ptr<WifiEventHandler> mStartServiceThread = nullptr; variable
117 mStartServiceThread = std::make_unique<WifiEventHandler>("StartServiceThread"); in Init()118 mStartServiceThread->PostAsyncTask([this]() { in Init()146 if (mStartServiceThread) { in Exit()147 mStartServiceThread.reset(); in Exit()
147 std::unique_ptr<WifiEventHandler> mStartServiceThread = nullptr; variable