Home
last modified time | relevance | path

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

/system/bt/test/suite/adapter/
Dadapter_unittest.cc85 std::string old_name((const char*)property_as_name(name_property)->name, in TEST_F()
96 << property_as_name(GetProperty(BT_PROPERTY_BDNAME))->name in TEST_F()
97 << " does not match test value " << property_as_name(new_name)->name; in TEST_F()
106 << property_as_name(GetProperty(BT_PROPERTY_BDNAME))->name in TEST_F()
/system/bt/tools/bdtool/
Dadapter.c194 const bt_bdname_t* name = property_as_name(property); in parse_properties()
250 const bt_bdname_t* name = property_as_name(property); in parse_properties()
Dbdtool.c168 const bt_bdname_t* name = property_as_name(property); in main()
/system/bt/btcore/include/
Dproperty.h77 const bt_bdname_t* property_as_name(const bt_property_t* property);
/system/bt/btcore/test/
Dproperty_test.cc101 const bt_bdname_t* name1 = property_as_name(property); in TEST_F()
/system/bt/btcore/src/
Dproperty.cc196 const bt_bdname_t* property_as_name(const bt_property_t* property) { in property_as_name() function