Searched refs:isRadarSoLoad_ (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/ |
H A D | UTTest_softbus_listener.cpp | 108 EXPECT_EQ(softbusListener->isRadarSoLoad_, true); 139 EXPECT_EQ(softbusListener->isRadarSoLoad_, true); 150 EXPECT_EQ(softbusListener->isRadarSoLoad_, true); 162 EXPECT_EQ(softbusListener->isRadarSoLoad_, true); 174 EXPECT_EQ(softbusListener->isRadarSoLoad_, true); 184 EXPECT_EQ(softbusListener->isRadarSoLoad_, true); 195 EXPECT_EQ(softbusListener->isRadarSoLoad_, true); 206 EXPECT_EQ(softbusListener->isRadarSoLoad_, true); 217 EXPECT_EQ(softbusListener->isRadarSoLoad_, true); 304 EXPECT_EQ(softbusListener->isRadarSoLoad_, true); [all …]
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 76 bool SoftbusListener::isRadarSoLoad_ = false; member in OHOS::DistributedHardware::SoftbusListener 920 if (isRadarSoLoad_ && (dmRadarHelper_ != nullptr) && (radarHandle_ != nullptr)) { in IsDmRadarHelperReady() 937 isRadarSoLoad_ = true; in IsDmRadarHelperReady() 947 if (!isRadarSoLoad_ && (dmRadarHelper_ == nullptr) && (radarHandle_ == nullptr)) { in CloseDmRadarHelperObj() 956 isRadarSoLoad_ = false; in CloseDmRadarHelperObj()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/ |
H A D | softbus_listener.h | 109 static bool isRadarSoLoad_; variable
|