Searched refs:callId (Results 1 - 8 of 8) 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/frameworks/inner/src/ |
H A D | bluetooth_hfp_ag.cpp | 341 void CallDetailsChanged(int callId, int callState) in CallDetailsChanged() 346 proxy->CallDetailsChanged(callId, callState); in CallDetailsChanged() 693 void HandsFreeAudioGateway::CallDetailsChanged(int callId, int callState) in CallDetailsChanged() argument 695 HILOGI("enter, callId: %{public}d, callState: %{public}d", callId, callState); in CallDetailsChanged() 699 pimpl->CallDetailsChanged(callId, callState); in CallDetailsChanged()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_ag.h | 361 * @param callId Current call id. 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/ipc/src/ |
H A D | bluetooth_hfp_ag_proxy.cpp | 378 void BluetoothHfpAgProxy::CallDetailsChanged(int callId, int callState) in CallDetailsChanged() argument 382 CHECK_AND_RETURN_LOG(data.WriteInt32(callId), "write callId error"); in CallDetailsChanged()
|
/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() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_system_interface.cpp | 148 __FUNCTION__, number.c_str(), (int)call.callState, (int)call.callId); in HangupCall() 485 btcall.callid = call.callId; in UpdateCallList()
|
Completed in 10 milliseconds