Lines Matching refs:CHECK
247 CHECK(config != NULL); in btif_config_has_section()
248 CHECK(section != NULL); in btif_config_has_section()
255 CHECK(config != NULL); in btif_config_exist()
256 CHECK(section != NULL); in btif_config_exist()
257 CHECK(key != NULL); in btif_config_exist()
264 CHECK(config != NULL); in btif_config_get_int()
265 CHECK(section != NULL); in btif_config_get_int()
266 CHECK(key != NULL); in btif_config_get_int()
267 CHECK(value != NULL); in btif_config_get_int()
277 CHECK(config != NULL); in btif_config_set_int()
278 CHECK(section != NULL); in btif_config_set_int()
279 CHECK(key != NULL); in btif_config_set_int()
289 CHECK(config != NULL); in btif_config_get_str()
290 CHECK(section != NULL); in btif_config_get_str()
291 CHECK(key != NULL); in btif_config_get_str()
292 CHECK(value != NULL); in btif_config_get_str()
293 CHECK(size_bytes != NULL); in btif_config_get_str()
308 CHECK(config != NULL); in btif_config_set_str()
309 CHECK(section != NULL); in btif_config_set_str()
310 CHECK(key != NULL); in btif_config_set_str()
311 CHECK(value != NULL); in btif_config_set_str()
320 CHECK(config != NULL); in btif_config_get_bin()
321 CHECK(section != NULL); in btif_config_get_bin()
322 CHECK(key != NULL); in btif_config_get_bin()
323 CHECK(value != NULL); in btif_config_get_bin()
324 CHECK(length != NULL); in btif_config_get_bin()
344 CHECK(config != NULL); in btif_config_get_bin_length()
345 CHECK(section != NULL); in btif_config_get_bin_length()
346 CHECK(key != NULL); in btif_config_get_bin_length()
360 CHECK(config != NULL); in btif_config_set_bin()
361 CHECK(section != NULL); in btif_config_set_bin()
362 CHECK(key != NULL); in btif_config_set_bin()
364 if (length > 0) CHECK(value != NULL); in btif_config_set_bin()
383 CHECK(config != NULL); in btif_config_section_begin()
388 CHECK(config != NULL); in btif_config_section_end()
394 CHECK(config != NULL); in btif_config_section_next()
395 CHECK(section != NULL); in btif_config_section_next()
402 CHECK(config != NULL); in btif_config_section_name()
403 CHECK(section != NULL); in btif_config_section_name()
408 CHECK(config != NULL); in btif_config_remove()
409 CHECK(section != NULL); in btif_config_remove()
410 CHECK(key != NULL); in btif_config_remove()
417 CHECK(config != NULL); in btif_config_save()
418 CHECK(config_timer != NULL); in btif_config_save()
424 CHECK(config != NULL); in btif_config_flush()
425 CHECK(config_timer != NULL); in btif_config_flush()
432 CHECK(config != NULL); in btif_config_clear()
433 CHECK(config_timer != NULL); in btif_config_clear()
457 CHECK(config != NULL); in btif_config_write()
458 CHECK(config_timer != NULL); in btif_config_write()
469 CHECK(conf != NULL); in btif_config_remove_unpaired()
531 CHECK(config != NULL); in btif_config_remove_restricted()