/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 | 198 * @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 D | bluetooth_hfp_ag_server.cpp | 297 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 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() 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 D | bluetooth_hfp_ag.h | 249 * @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 D | telephone_service.h | 31 bool mpty = false; member
|
/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/ipc/src/ |
H A D | bluetooth_hfp_ag_proxy.cpp | 212 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 D | bluetooth_hfp_ag_stub.cpp | 249 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 D | hfp_ag_service.h | 217 * @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 D | hfp_ag_defines.h | 314 uint8_t mpty {0};
|
H A D | hfp_ag_service.cpp | 541 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 D | hfp_ag_profile.cpp | 585 "," + std::to_string(clcc.mode) + "," + std::to_string(clcc.mpty)); in ReportCurrentCallList()
|