Home
last modified time | relevance | path

Searched refs:mpty (Results 1 - 14 of 14) 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.h198 * @param mpty Is this call a member of a conference call.
204 int index, int direction, int status, int mode, bool mpty, const std::string &number, int type) = 0;
/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() argument
300 HILOGI("index:%{public}d, direction:%{public}d, status:%{public}d, mode:%{public}d, mpty:%{public}d," in ClccResponse()
301 "number:%{public}s, type:%{public}d", index, direction, status, mode, mpty, number.c_str(), type); in ClccResponse()
303 pimpl->HfpAgService_->ClccResponse(index, direction, status, mode, mpty, number, type); in ClccResponse()
/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()
247 HILOGI("enter, index: %{public}d, direction: %{public}d, status: %{public}d, mode: %{public}d, mpty: " in ClccResponse()
248 "%{public}d, type: %{public}d", index, direction, status, mode, mpty, type); in ClccResponse()
251 proxy->ClccResponse(index, direction, status, mode, mpty, number, type); in ClccResponse()
576 int index, int direction, int status, int mode, bool mpty, const std::string &number, int type) in ClccResponse()
586 pimpl->ClccResponse(index, direction, status, mode, mpty, number, type); in ClccResponse()
575 ClccResponse( int index, int direction, int status, int mode, bool mpty, const std::string &number, int type) ClccResponse() argument
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h249 * @param mpty Is this call a member of a conference call.
254 void ClccResponse(int index, int direction, int status, int mode, bool mpty, const std::string &number, int type);
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dtelephone_service.h31 bool mpty = false; member
/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/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp212 int index, int direction, int status, int mode, bool mpty, const std::string &number, int type) in ClccResponse()
220 CHECK_AND_RETURN_LOG(data.WriteBool(mpty), "write mpty error"); in ClccResponse()
211 ClccResponse( int index, int direction, int status, int mode, bool mpty, const std::string &number, int type) ClccResponse() argument
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_stub.cpp249 bool mpty = data.ReadBool(); in ClccResponseInner() local
252 ClccResponse(index, direction, status, mode, mpty, number, type); in ClccResponseInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.h217 * @param mpty Is this call a member of a conference call.
223 int index, int direction, int status, int mode, bool mpty, const std::string &number, int type) override;
H A Dhfp_ag_defines.h314 uint8_t mpty {0};
H A Dhfp_ag_service.cpp541 int index, int direction, int status, int mode, bool mpty, const std::string &number, int type) in ClccResponse()
556 curEvent.call_.mpty = mpty; in ClccResponse()
540 ClccResponse( int index, int direction, int status, int mode, bool mpty, const std::string &number, int type) ClccResponse() argument
H A Dhfp_ag_profile.cpp585 "," + std::to_string(clcc.mode) + "," + std::to_string(clcc.mpty)); in ReportCurrentCallList()

Completed in 12 milliseconds