Lines Matching refs:BtifConfigInterface
393 return bluetooth::shim::BtifConfigInterface::HasProperty(section, key); in btif_config_exist()
403 return bluetooth::shim::BtifConfigInterface::GetInt(section, key, value); in btif_config_get_int()
419 return bluetooth::shim::BtifConfigInterface::SetInt(section, key, value); in btif_config_set_int()
430 return bluetooth::shim::BtifConfigInterface::GetUint64(section, key, value); in btif_config_get_uint64()
446 return bluetooth::shim::BtifConfigInterface::SetUint64(section, key, value); in btif_config_set_uint64()
476 return bluetooth::shim::BtifConfigInterface::GetStr(section, key, value, in btif_config_get_str()
496 return bluetooth::shim::BtifConfigInterface::SetStr(section, key, value); in btif_config_set_str()
513 return bluetooth::shim::BtifConfigInterface::GetBin(section, key, value, in btif_config_get_bin()
578 return bluetooth::shim::BtifConfigInterface::GetBinLength(section, key); in btif_config_get_bin_length()
591 return bluetooth::shim::BtifConfigInterface::SetBin(section, key, value, in btif_config_set_bin()
633 names = bluetooth::shim::BtifConfigInterface::GetPersistentDevices(); in btif_config_get_paired_devices()
653 return bluetooth::shim::BtifConfigInterface::RemoveProperty(section, key); in btif_config_remove()
666 bluetooth::shim::BtifConfigInterface::Save(); in btif_config_save()
677 bluetooth::shim::BtifConfigInterface::Flush(); in btif_config_flush()
689 bluetooth::shim::BtifConfigInterface::Clear(); in btif_config_clear()
690 bluetooth::shim::BtifConfigInterface::Save(); in btif_config_clear()
756 bluetooth::shim::BtifConfigInterface::GetStr(INFO_SECTION, FILE_SOURCE); in btif_debug_config_dump()