Home
last modified time | relevance | path

Searched refs:IsPaired (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.h160 bool IsPaired() const;
H A Dclassic_remote_device.cpp298 bool ClassicRemoteDevice::IsPaired() const in IsPaired() function in OHOS::bluetooth::ClassicRemoteDevice
H A Dclassic_adapter_properties.cpp507 bool pairFlag = remote->IsPaired(); in SavePairedDeviceInfo()
H A Dclassic_adapter.cpp261 if (device.second->IsPaired()) { in SavePairedDevices()
1796 if ((device.second != nullptr) && (device.second->IsPaired() == true)) { in GetPairedDevices()
1869 if ((it == devices_.end()) || (it->second->IsPaired() == false)) { in RemovePair()
1896 if (it->second->IsPaired() == true) { in RemoveAllPairs()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_pair.h91 bool IsPaired() const;
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_pair_test.cpp111 ASSERT_EQ(false, windowPair->IsPaired());
114 ASSERT_EQ(false, windowPair->IsPaired());
135 ASSERT_EQ(true, windowPair->IsPaired());
156 ASSERT_EQ(false, windowPair->IsPaired());
367 ASSERT_EQ(true, windowPair->IsPaired());
395 ASSERT_EQ(true, windowPair->IsPaired());
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_pair.cpp96 bool WindowPair::IsPaired() const in IsPaired() function in OHOS::Rosen::WindowPair
154 if (!IsPaired()) { in IsDockSliceInExitSplitModeArea()
172 if (!IsPaired()) { in ExitSplitMode()