Searched refs:property_as_name (Results 1 - 6 of 6) sorted by relevance

/system/bt/test/suite/adapter/
H A Dadapter_unittest.cc85 std::string old_name((const char*)property_as_name(name_property)->name);
95 << property_as_name(GetProperty(BT_PROPERTY_BDNAME))->name
96 << " does not match test value " << property_as_name(new_name)->name;
105 << property_as_name(GetProperty(BT_PROPERTY_BDNAME))->name
/system/bt/btcore/include/
H A Dproperty.h76 const bt_bdname_t* property_as_name(const bt_property_t* property);
/system/bt/tools/bdtool/
H A Dadapter.c194 const bt_bdname_t* name = property_as_name(property);
250 const bt_bdname_t* name = property_as_name(property);
H A Dbdtool.c168 const bt_bdname_t* name = property_as_name(property);
/system/bt/btcore/src/
H A Dproperty.cc195 const bt_bdname_t* property_as_name(const bt_property_t* property) { function
/system/bt/btcore/test/
H A Dproperty_test.cc99 const bt_bdname_t* name1 = property_as_name(property);

Completed in 108 milliseconds