Lines Matching refs:shim

158   log::assert_that(bluetooth::shim::is_gd_stack_started_up(),  in init()
171 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in clean_up()
213 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_exist()
215 return bluetooth::shim::BtifConfigInterface::HasProperty(section, key); in btif_config_exist()
220 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_get_int()
222 return bluetooth::shim::BtifConfigInterface::GetInt(section, key, value); in btif_config_get_int()
227 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_set_int()
229 return bluetooth::shim::BtifConfigInterface::SetInt(section, key, value); in btif_config_set_int()
234 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_get_uint64()
236 return bluetooth::shim::BtifConfigInterface::GetUint64(section, key, value); in btif_config_get_uint64()
241 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_set_uint64()
243 return bluetooth::shim::BtifConfigInterface::SetUint64(section, key, value); in btif_config_set_uint64()
267 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_get_str()
269 return bluetooth::shim::BtifConfigInterface::GetStr(section, key, value, in btif_config_get_str()
275 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_set_str()
277 return bluetooth::shim::BtifConfigInterface::SetStr(section, key, value); in btif_config_set_str()
282 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_get_bin()
284 return bluetooth::shim::BtifConfigInterface::GetBin(section, key, value, in btif_config_get_bin()
290 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_get_bin_length()
292 return bluetooth::shim::BtifConfigInterface::GetBinLength(section, key); in btif_config_get_bin_length()
297 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_set_bin()
299 return bluetooth::shim::BtifConfigInterface::SetBin(section, key, value, in btif_config_set_bin()
305 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_get_paired_devices()
307 names = bluetooth::shim::BtifConfigInterface::GetPersistentDevices(); in btif_config_get_paired_devices()
322 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_remove()
324 return bluetooth::shim::BtifConfigInterface::RemoveProperty(section, key); in btif_config_remove()
328 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_remove_device()
330 bluetooth::shim::BtifConfigInterface::RemoveSection(section); in btif_config_remove_device()
334 log::assert_that(bluetooth::shim::is_gd_stack_started_up(), in btif_config_clear()
336 bluetooth::shim::BtifConfigInterface::Clear(); in btif_config_clear()