Home
last modified time | relevance | path

Searched refs:old_name (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/test/suite/adapter/
Dadapter_unittest.cc130 std::string old_name((const char*)property_as_name(name_property)->name, name_property->len); in TEST_F() local
140 bt_property_t* old_name_property = property_new_name(old_name.c_str()); in TEST_F()
145 << " does not match original name" << old_name; in TEST_F()
/packages/providers/MediaProvider/jni/
Dnode-inl.h247 void RenameChild(const std::string& old_name, const std::string& new_name, node* new_parent) { in RenameChild() argument
248 ForChild(old_name, [=](node* child) { in RenameChild()