/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_hfp_ag.h | 42 virtual void ClccResponse(int index, int direction, int status, int mode, bool mpty, const std::string &number,
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_hfp_ag_server.h | 41 void ClccResponse(int index, int direction, int status, int mode, bool mpty, const std::string &number,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_ag.h | 203 virtual void ClccResponse(
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_hfp_ag.h | 254 void ClccResponse(int index, int direction, int status, int mode, bool mpty, const std::string &number, int type);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_ag_proxy.h | 39 void ClccResponse(int index, int direction, int status, int mode, bool mpty, const std::string &number,
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_hfp_ag.cpp | 245 void ClccResponse(int index, int direction, int status, int mode, bool mpty, std::string number, int type) in ClccResponse() function 251 proxy->ClccResponse(index, direction, status, mode, mpty, number, type); in ClccResponse() 575 void HandsFreeAudioGateway::ClccResponse( in ClccResponse() function in OHOS::Bluetooth::HandsFreeAudioGateway 586 pimpl->ClccResponse(index, direction, status, mode, mpty, number, type); in ClccResponse()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_ag_server.cpp | 297 void BluetoothHfpAgServer::ClccResponse(int index, int direction, int status, int mode, bool mpty, in ClccResponse() function in OHOS::Bluetooth::BluetoothHfpAgServer 303 pimpl->HfpAgService_->ClccResponse(index, direction, status, mode, mpty, number, type); in ClccResponse()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_service.h | 222 void ClccResponse(
|
H A D | hfp_ag_system_interface.cpp | 264 service->ClccResponse(callIndex, dire, (int)call.callState, 0, conferenceState, number, calltype); in QueryCurrentCallsList() 681 service->ClccResponse(callindex, BT_CALL_DIRECTION_IN, mockcall.callstate, in HandleClccMock()
|
H A D | hfp_ag_service.cpp | 540 void HfpAgService::ClccResponse( in ClccResponse() function in OHOS::bluetooth::HfpAgService
|
/foundation/communication/bluetooth_service/test/unittest/hfp/ |
H A D | hfp_ag_test.cpp | 252 * @tc.name: ClccResponse 260 profile_->ClccResponse(0, 0, 0, 0, false, "123", 0); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_ag_proxy.cpp | 211 void BluetoothHfpAgProxy::ClccResponse( in ClccResponse() function in OHOS::Bluetooth::BluetoothHfpAgProxy
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_hfp_ag_stub.cpp | 252 ClccResponse(index, direction, status, mode, mpty, number, type); in ClccResponseInner()
|