Searched refs:SsRequestCommand (Results 1 – 7 of 7) sorted by relevance
/base/telephony/cellular_call/services/manager/include/ |
D | cellular_call_handler.h | 151 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/ |
D | cellular_call_supplement.cpp | 110 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/ |
D | cellular_call_supplement.h | 552 … 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/ |
D | cellular_call_data_struct.h | 307 struct SsRequestCommand { struct
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
D | ims_call_callback_stub.cpp | 939 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/ |
D | ims_call_callback_stub.h | 123 int32_t GetSsRequestCommand(int32_t slotId, int32_t index, SsRequestCommand &ss);
|
/base/telephony/cellular_call/services/manager/src/ |
D | cellular_call_handler.cpp | 1215 void CellularCallHandler::SaveSsRequestCommand(const std::shared_ptr<SsRequestCommand> &utCommand, … in SaveSsRequestCommand() 1243 int32_t CellularCallHandler::GetSsRequestCommand(int32_t index, SsRequestCommand &ss) in GetSsRequestCommand()
|