Home
last modified time | relevance | path

Searched refs:osi_property_set (Results 1 – 6 of 6) sorted by relevance

/system/bt/osi/test/
Dproperties_test.cc35 int ret = osi_property_set("very.useful.set.test", value); in TEST_F()
51 int ret = osi_property_set("very.useful.set.test", value); in TEST_F()
/system/bt/btif/test/
Dbtif_hf_client_service_test.cc41 osi_property_set("persist.bluetooth.hfpclient.sco_s4_supported", "true"); in TEST_F()
44 osi_property_set("persist.bluetooth.hfpclient.sco_s4_supported", "false"); in TEST_F()
/system/bt/bta/test/
Dbta_hf_client_add_record_test.cc46 osi_property_set("persist.bluetooth.hfpclient.sco_s4_supported", "true"); in TEST_F()
51 osi_property_set("persist.bluetooth.hfpclient.sco_s4_supported", "false"); in TEST_F()
/system/bt/osi/include/
Dproperties.h36 int osi_property_set(const char* key, const char* value);
/system/bt/osi/src/
Dproperties.cc48 int osi_property_set(const char* key, const char* value) { in osi_property_set() function
/system/bt/btif/src/
Dbtif_config.cc762 osi_property_set("persist.bluetooth.factoryreset", "false"); in delete_config_files()