Searched refs:property_as_name (Results 1 – 6 of 6) sorted by relevance
85 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()
194 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()
168 const bt_bdname_t* name = property_as_name(property); in main()
77 const bt_bdname_t* property_as_name(const bt_property_t* property);
101 const bt_bdname_t* name1 = property_as_name(property); in TEST_F()
196 const bt_bdname_t* property_as_name(const bt_property_t* property) { in property_as_name() function