Home
last modified time | relevance | path

Searched refs:ClccResponse (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag.h42 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 Dbluetooth_hfp_ag_server.h41 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 Dinterface_profile_hfp_ag.h203 virtual void ClccResponse(
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h254 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 Dbluetooth_hfp_ag_proxy.h39 void ClccResponse(int index, int direction, int status, int mode, bool mpty, const std::string &number,
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp245 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 Dbluetooth_hfp_ag_server.cpp297 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 Dhfp_ag_service.h222 void ClccResponse(
H A Dhfp_ag_system_interface.cpp264 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 Dhfp_ag_service.cpp540 void HfpAgService::ClccResponse( in ClccResponse() function in OHOS::bluetooth::HfpAgService
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_ag_test.cpp252 * @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 Dbluetooth_hfp_ag_proxy.cpp211 void BluetoothHfpAgProxy::ClccResponse( in ClccResponse() function in OHOS::Bluetooth::BluetoothHfpAgProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_stub.cpp252 ClccResponse(index, direction, status, mode, mpty, number, type); in ClccResponseInner()

Completed in 10 milliseconds