Searched refs:SetThreadStatusFlag (Results 1 – 10 of 10) sorted by relevance
126 WifiConfigCenter::GetInstance().SetThreadStatusFlag(true); in GetAndDistributeMessage()129 WifiConfigCenter::GetInstance().SetThreadStatusFlag(false); in GetAndDistributeMessage()
40 EXPECT_CALL(WifiConfigCenter::GetInstance(), SetThreadStatusFlag(_)).Times(AtLeast(0)); in SetUp()
53 EXPECT_CALL(WifiConfigCenter::GetInstance(), SetThreadStatusFlag(_)).Times(AtLeast(0)); in SetUp()
108 virtual void SetThreadStatusFlag(bool state) = 0;218 MOCK_METHOD1(SetThreadStatusFlag, void(bool state));
468 iter.second.dev->SetThreadStatusFlag(true); in RestoreThreadStatus()480 iter.second.dev->SetThreadStatusFlag(false); in ListenAudioDev()
236 void DAudioSourceDev::SetThreadStatusFlag(bool flag) in SetThreadStatusFlag() function in OHOS::DistributedHardware::DAudioSourceDev
56 void SetThreadStatusFlag(bool flag);
296 void SetThreadStatusFlag(bool state);
1086 void WifiConfigCenter::SetThreadStatusFlag(bool state) in SetThreadStatusFlag() function in OHOS::Wifi::WifiConfigCenter