Home
last modified time | relevance | path

Searched refs:EnableBtCallLog (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_ag_proxy.h54 void EnableBtCallLog(bool state) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag.h57 virtual void EnableBtCallLog(bool state) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_ag_server.h58 void EnableBtCallLog(bool state) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp360 void EnableBtCallLog(bool state) in EnableBtCallLog() function
365 proxy->EnableBtCallLog(state); in EnableBtCallLog()
705 void HandsFreeAudioGateway::EnableBtCallLog(bool state) in EnableBtCallLog() function in OHOS::Bluetooth::HandsFreeAudioGateway
709 pimpl->EnableBtCallLog(state); in EnableBtCallLog()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h373 void EnableBtCallLog(bool state);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp437 void BluetoothHfpAgServer::EnableBtCallLog(bool state) in EnableBtCallLog() function in OHOS::Bluetooth::BluetoothHfpAgServer
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp447 void BluetoothHfpAgProxy::EnableBtCallLog(bool state) in EnableBtCallLog() function in OHOS::Bluetooth::BluetoothHfpAgProxy