Searched defs:name1 (Results 1 - 1 of 1) sorted by relevance

/system/bt/btcore/test/
H A Dproperty_test.cc99 const bt_bdname_t* name1 = property_as_name(property); local
100 EXPECT_EQ(0, strcmp((char*)name0, (char*)name1->name));
217 const char* name1 = "My btcore name"; local
218 bt_property_t* property1 = property_new_name(name1);
230 const char* name1 = "My btcore name "; local
231 bt_property_t* property1 = property_new_name(name1);

Completed in 81 milliseconds