Searched refs:CallDetailsChanged (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_ag.h | 55 virtual void CallDetailsChanged(int callId, int callState) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_hfp_ag_server.h | 54 void CallDetailsChanged(int callId, int callState) override;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_ag.h | 365 void CallDetailsChanged(int callId, int callState);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_ag_proxy.h | 52 void CallDetailsChanged(int callId, int callState) override;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_ag.cpp | 341 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 D | bluetooth_hfp_ag_proxy.cpp | 378 void BluetoothHfpAgProxy::CallDetailsChanged(int callId, int callState) in CallDetailsChanged() function in OHOS::Bluetooth::BluetoothHfpAgProxy
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_ag_server.cpp | 373 void BluetoothHfpAgServer::CallDetailsChanged(int callId, int callState) in CallDetailsChanged() function in OHOS::Bluetooth::BluetoothHfpAgServer
|
Completed in 5 milliseconds