Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_db_storage.cc393 string candidate_item; in bta_gattc_hash_remove_least_recently_used_if_possible() local
434 candidate_item.assign(tmp); in bta_gattc_hash_remove_least_recently_used_if_possible()
446 if (count > GATT_HASH_MAX_SIZE && !candidate_item.empty()) { in bta_gattc_hash_remove_least_recently_used_if_possible()
447 unlink(candidate_item.c_str()); in bta_gattc_hash_remove_least_recently_used_if_possible()
448 log::debug("delete hash file (size), name={}", candidate_item); in bta_gattc_hash_remove_least_recently_used_if_possible()