Home
last modified time | relevance | path

Searched refs:IsNotifying (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_gatt_chromeos_unittest.cc834 EXPECT_FALSE(characteristic->IsNotifying()); in TEST_F()
1082 EXPECT_FALSE(characteristic->IsNotifying()); in TEST_F()
1114 EXPECT_TRUE(characteristic->IsNotifying()); in TEST_F()
1140 EXPECT_TRUE(characteristic->IsNotifying()); in TEST_F()
1145 EXPECT_TRUE(characteristic->IsNotifying()); in TEST_F()
1152 EXPECT_FALSE(characteristic->IsNotifying()); in TEST_F()
1167 EXPECT_TRUE(characteristic->IsNotifying()); in TEST_F()
1177 EXPECT_TRUE(characteristic->IsNotifying()); in TEST_F()
1194 EXPECT_TRUE(characteristic->IsNotifying()); in TEST_F()
1231 EXPECT_FALSE(characteristic->IsNotifying()); in TEST_F()
[all …]
Dbluetooth_remote_gatt_characteristic_chromeos.cc152 bool BluetoothRemoteGattCharacteristicChromeOS::IsNotifying() const { in IsNotifying() function in chromeos::BluetoothRemoteGattCharacteristicChromeOS
238 if (IsNotifying()) { in StartNotifySession()
294 if (!IsNotifying()) { in RemoveNotifySession()
Dbluetooth_gatt_characteristic.h145 virtual bool IsNotifying() const = 0;
Dbluetooth_remote_gatt_characteristic_chromeos.h49 virtual bool IsNotifying() const OVERRIDE;
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_gatt_characteristic.cc30 ON_CALL(*this, IsNotifying()).WillByDefault(Return(false)); in MockBluetoothGattCharacteristic()
Dmock_bluetooth_gatt_characteristic.h40 MOCK_CONST_METHOD0(IsNotifying, bool());
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_Notify.h38 FX_BOOL IsNotifying() const {return m_nNotifyFlag > 0;} in IsNotifying() function
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h422 FX_BOOL IsNotifying() const {return m_bNotifying;} in IsNotifying() function