Lines Matching refs:BtifConfigInterface
215 return bluetooth::shim::BtifConfigInterface::HasProperty(section, key); in btif_config_exist()
222 return bluetooth::shim::BtifConfigInterface::GetInt(section, key, value); in btif_config_get_int()
229 return bluetooth::shim::BtifConfigInterface::SetInt(section, key, value); in btif_config_set_int()
236 return bluetooth::shim::BtifConfigInterface::GetUint64(section, key, value); in btif_config_get_uint64()
243 return bluetooth::shim::BtifConfigInterface::SetUint64(section, key, value); in btif_config_set_uint64()
269 return bluetooth::shim::BtifConfigInterface::GetStr(section, key, value, in btif_config_get_str()
277 return bluetooth::shim::BtifConfigInterface::SetStr(section, key, value); in btif_config_set_str()
284 return bluetooth::shim::BtifConfigInterface::GetBin(section, key, value, in btif_config_get_bin()
292 return bluetooth::shim::BtifConfigInterface::GetBinLength(section, key); in btif_config_get_bin_length()
299 return bluetooth::shim::BtifConfigInterface::SetBin(section, key, value, in btif_config_set_bin()
307 names = bluetooth::shim::BtifConfigInterface::GetPersistentDevices(); in btif_config_get_paired_devices()
324 return bluetooth::shim::BtifConfigInterface::RemoveProperty(section, key); in btif_config_remove()
330 bluetooth::shim::BtifConfigInterface::RemoveSection(section); in btif_config_remove_device()
336 bluetooth::shim::BtifConfigInterface::Clear(); in btif_config_clear()