Searched defs:new_name (Results 1 – 6 of 6) sorted by relevance
64 bt_property_t* new_name = property_new_name("BluetoothTestName1"); in TEST_F() local
239 std::string new_name = group_name.substr(0, group_name.size() - slot_suffix.size()) + in UpdateMetadataForInPlaceSnapshot() local257 std::string new_name = in UpdateMetadataForInPlaceSnapshot() local
285 std::string new_name = in UpdateMetadataForOtherSuper() local
139 std::string new_name = "a_much_longer_name"; in TEST_F() local
691 let new_name = service.GetNewNameInterface(); in test_renamed_interface() localVariable726 let new_name = old_name in test_renamed_interface_old_as_new() localVariable
295 static bool RenameKeyDir(const std::string& old_name, const std::string& new_name) { in RenameKeyDir()