Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/suite/adapter/
Dadapter_unittest.cc86 std::string old_name((const char*)property_as_name(name_property)->name, in TEST_F()
97 << property_as_name(GetProperty(BT_PROPERTY_BDNAME))->name in TEST_F()
98 << " does not match test value " << property_as_name(new_name)->name; in TEST_F()
107 << property_as_name(GetProperty(BT_PROPERTY_BDNAME))->name in TEST_F()
/packages/modules/Bluetooth/system/btcore/include/
Dproperty.h78 const bt_bdname_t* property_as_name(const bt_property_t* property);
/packages/modules/Bluetooth/system/btcore/fuzzer/
Dbtcore_property_fuzzer.cpp67 (void)property_as_name(property); in process()
/packages/modules/Bluetooth/system/btcore/test/
Dproperty_test.cc103 const bt_bdname_t* name1 = property_as_name(property); in TEST_F()
/packages/modules/Bluetooth/system/btcore/src/
Dproperty.cc205 const bt_bdname_t* property_as_name(const bt_property_t* property) { in property_as_name() function