Searched refs:IsNotifying (Results 1 – 8 of 8) sorted by relevance
834 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 …]
152 bool BluetoothRemoteGattCharacteristicChromeOS::IsNotifying() const { in IsNotifying() function in chromeos::BluetoothRemoteGattCharacteristicChromeOS238 if (IsNotifying()) { in StartNotifySession()294 if (!IsNotifying()) { in RemoveNotifySession()
145 virtual bool IsNotifying() const = 0;
49 virtual bool IsNotifying() const OVERRIDE;
30 ON_CALL(*this, IsNotifying()).WillByDefault(Return(false)); in MockBluetoothGattCharacteristic()
40 MOCK_CONST_METHOD0(IsNotifying, bool());
38 FX_BOOL IsNotifying() const {return m_nNotifyFlag > 0;} in IsNotifying() function
422 FX_BOOL IsNotifying() const {return m_bNotifying;} in IsNotifying() function