Searched refs:osi_property_set (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_properties.cc | 41 struct osi_property_set osi_property_set; variable 66 int osi_property_set(const char* key, const char* value) { in osi_property_set() function 68 return test::mock::osi_properties::osi_property_set(key, value); in osi_property_set()
|
D | mock_osi_properties.h | 84 struct osi_property_set { struct 94 extern struct osi_property_set osi_property_set; argument
|
/packages/modules/Bluetooth/system/osi/test/ |
D | properties_test.cc | 34 int ret = osi_property_set("very.useful.set.test", value); in TEST_F() 52 int ret = osi_property_set("very.useful.set.test", value); in TEST_F()
|
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/ |
D | libbt_audio_hal_hearing_aid_software_encoding_fuzzer.cpp | 55 osi_property_set(property.c_str(), fdp.PickValueInArray({"true", "false"})); in LLVMFuzzerTestOneInput() 80 osi_property_set(property.c_str(), received); in LLVMFuzzerTestOneInput()
|
D | libbt_audio_hal_a2dp_encoding_fuzzer.cpp | 85 osi_property_set("persist.bluetooth.a2dp_offload.disabled", in process()
|
D | libbt_audio_hal_le_audio_software_fuzzer.cpp | 54 osi_property_set("persist.bluetooth.a2dp_offload.disabled", in LLVMFuzzerTestOneInput()
|
D | libbt_audio_hal_client_interface_fuzzer.cpp | 359 osi_property_set("persist.bluetooth.a2dp_offload.disabled", in process()
|
/packages/modules/Bluetooth/system/osi/include/ |
D | properties.h | 40 int osi_property_set(const char* key, const char* value);
|
/packages/modules/Bluetooth/system/osi/src/ |
D | properties.cc | 53 int osi_property_set(const char* key, const char* value) { in osi_property_set() function
|
/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 563 int osi_property_set(const char* key, const char* value) { in osi_property_set() function
|