Home
last modified time | relevance | path

Searched refs:callId (Results 1 - 8 of 8) 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/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp341 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 Dbluetooth_hfp_ag.h361 * @param callId Current call id.
365 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/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp378 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 Dbluetooth_hfp_ag_server.cpp373 void BluetoothHfpAgServer::CallDetailsChanged(int callId, int callState) in CallDetailsChanged() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.cpp148 __FUNCTION__, number.c_str(), (int)call.callState, (int)call.callId); in HangupCall()
485 btcall.callid = call.callId; in UpdateCallList()

Completed in 6 milliseconds