HomeSort by relevance Sort by last modified time
    Searched refs:property_equals (Results 1 - 4 of 4) sorted by null

  /system/bt/test/suite/adapter/
adapter_unittest.cc 81 if (property_equals(name_property, new_name)) {
93 EXPECT_TRUE(property_equals(GetProperty(BT_PROPERTY_BDNAME), new_name))
103 property_equals(GetProperty(BT_PROPERTY_BDNAME), old_name_property))
  /system/bt/btcore/test/
property_test.cc 169 EXPECT_TRUE(property_equals(property0, &property1));
183 EXPECT_FALSE(property_equals(property0, property1));
194 EXPECT_TRUE(property_equals(property0, property1));
207 EXPECT_FALSE(property_equals(property0, property1));
220 EXPECT_TRUE(property_equals(property0, property1));
233 EXPECT_FALSE(property_equals(property0, property1));
  /system/bt/btcore/include/
property.h 38 bool property_equals(const bt_property_t* p1, const bt_property_t* p2);
  /system/bt/btcore/src/
property.cc 51 bool property_equals(const bt_property_t* p1, const bt_property_t* p2) { function

Completed in 140 milliseconds