Home
last modified time | relevance | path

Searched refs:CallDetailsChanged (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag.h55 virtual void CallDetailsChanged(int callId, int callState) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_ag_server.h54 void CallDetailsChanged(int callId, int callState) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h365 void CallDetailsChanged(int callId, int callState);
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_ag_proxy.h52 void CallDetailsChanged(int callId, int callState) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp341 void CallDetailsChanged(int callId, int callState) in CallDetailsChanged() function
346 proxy->CallDetailsChanged(callId, callState); in CallDetailsChanged()
693 void HandsFreeAudioGateway::CallDetailsChanged(int callId, int callState) in CallDetailsChanged() function in OHOS::Bluetooth::HandsFreeAudioGateway
699 pimpl->CallDetailsChanged(callId, callState); in CallDetailsChanged()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp378 void BluetoothHfpAgProxy::CallDetailsChanged(int callId, int callState) in CallDetailsChanged() function in OHOS::Bluetooth::BluetoothHfpAgProxy
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp373 void BluetoothHfpAgServer::CallDetailsChanged(int callId, int callState) in CallDetailsChanged() function in OHOS::Bluetooth::BluetoothHfpAgServer

Completed in 5 milliseconds