• Home
  • Raw
  • Download

Lines Matching refs:mock

49 namespace mock {  namespace
79 return test::mock::btif_config::btif_get_device_type(bda, p_device_type); in btif_get_device_type()
83 return test::mock::btif_config::btif_get_address_type(bda, p_addr_type); in btif_get_address_type()
87 return test::mock::btif_config::btif_config_exist(section, key); in btif_config_exist()
92 return test::mock::btif_config::btif_config_get_int(section, key, value); in btif_config_get_int()
97 return test::mock::btif_config::btif_config_set_int(section, key, value); in btif_config_set_int()
102 return test::mock::btif_config::btif_config_get_uint64(section, key, value); in btif_config_get_uint64()
107 return test::mock::btif_config::btif_config_set_uint64(section, key, value); in btif_config_set_uint64()
112 return test::mock::btif_config::btif_config_get_str(section, key, value, in btif_config_get_str()
118 return test::mock::btif_config::btif_config_set_str(section, key, value); in btif_config_set_str()
123 return test::mock::btif_config::btif_config_get_bin(section, key, value, in btif_config_get_bin()
129 return test::mock::btif_config::btif_config_get_bin_length(section, key); in btif_config_get_bin_length()
134 return test::mock::btif_config::btif_config_set_bin(section, key, value, in btif_config_set_bin()
139 return test::mock::btif_config::btif_config_get_paired_devices(); in btif_config_get_paired_devices()
143 return test::mock::btif_config::btif_config_remove(section, key); in btif_config_remove()
147 test::mock::btif_config::btif_config_save(); in btif_config_save()
151 test::mock::btif_config::btif_config_flush(); in btif_config_flush()
155 return test::mock::btif_config::btif_config_clear(); in btif_config_clear()
159 test::mock::btif_config::btif_debug_config_dump(fd); in btif_debug_config_dump()