Home
last modified time | relevance | path

Searched refs:SsRequestCommand (Results 1 – 7 of 7) sorted by relevance

/base/telephony/cellular_call/services/manager/include/
Dcellular_call_handler.h151 void SaveSsRequestCommand(const std::shared_ptr<SsRequestCommand> &utCommand, int32_t index);
153 int32_t GetSsRequestCommand(int32_t index, SsRequestCommand &ss);
227 std::map<int32_t, std::shared_ptr<SsRequestCommand>> utCommandMap_;
/base/telephony/cellular_call/services/control/src/
Dcellular_call_supplement.cpp110 auto utCommand = std::make_shared<SsRequestCommand>(); in HandleClip()
150 auto utCommand = std::make_shared<SsRequestCommand>(); in HandleClir()
198 auto utCommand = std::make_shared<SsRequestCommand>(); in HandleColr()
240 auto utCommand = std::make_shared<SsRequestCommand>(); in HandleColp()
397 auto utCommand = std::make_shared<SsRequestCommand>(); in HandleGetCallTransfer()
423 auto utCommand = std::make_shared<SsRequestCommand>(); in HandleSetCallTransfer()
478 auto utCommand = std::make_shared<SsRequestCommand>(); in HandleCallRestriction()
583 auto utCommand = std::make_shared<SsRequestCommand>(); in HandleCallWaiting()
805 auto utCommand = std::make_shared<SsRequestCommand>(); in SetCallTransferInfo()
867 … int32_t slotId, const CallTransferInfo &cfInfo, const std::shared_ptr<SsRequestCommand> &command) in SetCallTransferInfoByIms()
[all …]
/base/telephony/cellular_call/services/control/include/
Dcellular_call_supplement.h552 … int32_t slotId, const CallTransferInfo &cfInfo, const std::shared_ptr<SsRequestCommand> &command);
555 const std::shared_ptr<SsRequestCommand> &command);
/base/telephony/cellular_call/services/common/include/
Dcellular_call_data_struct.h307 struct SsRequestCommand { struct
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_callback_stub.cpp939 SsRequestCommand ss; in SetClirResponse()
955 SsRequestCommand ss; in GetCallTransferResponse()
986 SsRequestCommand ss; in SetCallTransferResponse()
1007 SsRequestCommand ss; in GetCallRestrictionResponse()
1044 SsRequestCommand ss; in SetCallRestrictionResponse()
1092 SsRequestCommand ss; in SetCallWaitingResponse()
1178 int32_t ImsCallCallbackStub::GetSsRequestCommand(int32_t slotId, int32_t index, SsRequestCommand &s… in GetSsRequestCommand()
/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_callback_stub.h123 int32_t GetSsRequestCommand(int32_t slotId, int32_t index, SsRequestCommand &ss);
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_handler.cpp1215 void CellularCallHandler::SaveSsRequestCommand(const std::shared_ptr<SsRequestCommand> &utCommand, … in SaveSsRequestCommand()
1243 int32_t CellularCallHandler::GetSsRequestCommand(int32_t index, SsRequestCommand &ss) in GetSsRequestCommand()