Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_config_cache.h35 config_t PersistentSectionCopy();
/system/bt/btif/src/
Dbtif_config.cc685 config_save(btif_config_cache.PersistentSectionCopy(), CONFIG_FILE_PATH); in btif_config_clear()
704 config_save(btif_config_cache.PersistentSectionCopy(), CONFIG_FILE_PATH); in btif_config_write()
Dbtif_config_cache.cc162 config_t BtifConfigCache::PersistentSectionCopy() { in PersistentSectionCopy() function in BtifConfigCache
/system/bt/btif/test/
Dbtif_config_cache_test.cc495 config_paired = test_btif_config_cache.PersistentSectionCopy(); in TEST()