Searched refs:CellularCallInterfaceCode (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs_test.cpp | 66 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::DIAL)] = &CsTest::Dial; in SetUp() 76 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::INVITE_TO_CONFERENCE)] = in SetUp() 78 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::KICK_OUT_CONFERENCE)] = in SetUp() 82 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::REGISTER_CALLBACK)] = in SetUp() 84 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::UNREGISTER_CALLBACK)] = in SetUp() 91 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_CALL_TRANSFER)] = in SetUp() 93 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::GET_CALL_TRANSFER)] = in SetUp() 95 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_CALL_WAITING)] = in SetUp() 97 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::GET_CALL_WAITING)] = in SetUp() 99 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_CALL_RESTRICTION)] = in SetUp() [all …]
|
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_stub.cpp | 83 requestFuncMap_[CellularCallInterfaceCode::DIAL] = in InitDialFuncMap() 85 requestFuncMap_[CellularCallInterfaceCode::HANG_UP] = in InitDialFuncMap() 87 requestFuncMap_[CellularCallInterfaceCode::REJECT] = in InitDialFuncMap() 89 requestFuncMap_[CellularCallInterfaceCode::ANSWER] = in InitDialFuncMap() 95 requestFuncMap_[CellularCallInterfaceCode::HOLD_CALL] = in InitDialFuncMap() 121 requestFuncMap_[CellularCallInterfaceCode::STOP_DTMF] = in InitDtmfFuncMap() 125 requestFuncMap_[CellularCallInterfaceCode::SEND_DTMF] = in InitDtmfFuncMap() 127 requestFuncMap_[CellularCallInterfaceCode::START_RTT] = in InitDtmfFuncMap() 129 requestFuncMap_[CellularCallInterfaceCode::STOP_RTT] = in InitDtmfFuncMap() 157 requestFuncMap_[CellularCallInterfaceCode::SET_MUTE] = in InitConfigFuncMap() [all …]
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_test.cpp | 59 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_DOMAIN_PREFERENCE_MODE)] = in SetUp() 61 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::GET_DOMAIN_PREFERENCE_MODE)] = in SetUp() 63 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_IMS_SWITCH_STATUS)] = in SetUp() 65 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::GET_IMS_SWITCH_STATUS)] = in SetUp() 67 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_IMS_CONFIG_STRING)] = in SetUp() 73 …requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::CTRL_CAMERA)] = &ImsTest::ControlC… in SetUp() 78 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_DEVICE_DIRECTION)] = in SetUp() 80 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SEND_CALL_MEDIA_MODE_REQUEST)] = in SetUp() 82 … requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SEND_CALL_MEDIA_MODE_RESPONSE)] = in SetUp() 84 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::CANCEL_CALL_UPGRADE)] = in SetUp() [all …]
|
/ohos5.0/base/telephony/call_manager/frameworks/native/src/ |
H A D | cellular_call_proxy.cpp | 43 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::DIAL), in, ou… in Dial() 176 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::UN_HOLD_CALL)… in UnHoldCall() 233 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::REGISTER_CALL… in RegisterCallManagerCallBack() 283 …int32_t ret = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::EMERGENCY_CALL)… in IsEmergencyPhoneNumber() 486 … static_cast<uint32_t>(CellularCallInterfaceCode::SEND_CALL_MEDIA_MODE_REQUEST), in, out, option); in SendUpdateCallMediaModeRequest() 516 … static_cast<uint32_t>(CellularCallInterfaceCode::SEND_CALL_MEDIA_MODE_RESPONSE), in, out, option); in SendUpdateCallMediaModeResponse() 603 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::POST_DIAL_PRO… in PostDialProceed() 894 … static_cast<uint32_t>(CellularCallInterfaceCode::SET_CALL_RESTRICTION_PWD), in, out, option); in SetCallRestrictionPassword() 1549 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::CLEAR_ALL_CAL… in ClearAllCalls() 1580 static_cast<uint32_t>(CellularCallInterfaceCode::CANCEL_CALL_UPGRADE), in, out, option); in CancelCallUpgrade() [all …]
|
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/ |
H A D | cellular_call_ipc_interface_code.h | 22 enum class CellularCallInterfaceCode { enum
|
/ohos5.0/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_stub.h | 538 std::map<CellularCallInterfaceCode, RequestFuncType> requestFuncMap_;
|