Home
last modified time | relevance | path

Searched refs:CallManagerInterfaceCode (Results 1 – 3 of 3) sorted by relevance

/base/telephony/call_manager/services/call_manager_service/src/
Dcall_manager_service_stub.cpp53 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_REGISTER_CALLBACK)] = in InitCallBasicRequest()
55 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_UNREGISTER_CALLBACK)] = in InitCallBasicRequest()
57 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_DIAL_CALL)] = in InitCallBasicRequest()
59 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_ANSWER_CALL)] = in InitCallBasicRequest()
61 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_REJECT_CALL)] = in InitCallBasicRequest()
63 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_HOLD_CALL)] = in InitCallBasicRequest()
65 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_UNHOLD_CALL)] = in InitCallBasicRequest()
67 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_DISCONNECT_CALL)] = in InitCallBasicRequest()
69 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_GET_CALL_STATE)] = in InitCallBasicRequest()
71 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_SWAP_CALL)] = in InitCallBasicRequest()
[all …]
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_service_ipc_interface_code.h23 enum CallManagerInterfaceCode { enum
/base/telephony/call_manager/frameworks/native/src/
Dcall_manager_service_proxy.cpp453 …remote->SendRequest(CallManagerInterfaceCode::INTERFACE_START_DTMF, dataParcel, replyParcel, optio… in StartDtmf()
476 …int32_t error = remote->SendRequest(CallManagerInterfaceCode::INTERFACE_STOP_DTMF, dataParcel, rep… in StopDtmf()
501 …remote->SendRequest(CallManagerInterfaceCode::INTERFACE_POST_DIAL_PROCEED, dataParcel, replyParcel… in PostDialProceed()
525 …remote->SendRequest(CallManagerInterfaceCode::INTERFACE_GET_CALL_WAITING, dataParcel, replyParcel,… in GetCallWaiting()
550 …remote->SendRequest(CallManagerInterfaceCode::INTERFACE_SET_CALL_WAITING, dataParcel, replyParcel,… in SetCallWaiting()
575 …remote->SendRequest(CallManagerInterfaceCode::INTERFACE_GET_CALL_RESTRICTION, dataParcel, replyPar… in GetCallRestriction()
600 …remote->SendRequest(CallManagerInterfaceCode::INTERFACE_SET_CALL_RESTRICTION, dataParcel, replyPar… in SetCallRestriction()
631 …int32_t error = remote->SendRequest(CallManagerInterfaceCode::INTERFACE_SET_CALL_RESTRICTION_PASSW… in SetCallRestrictionPassword()
657 …remote->SendRequest(CallManagerInterfaceCode::INTERFACE_GET_CALL_TRANSFER, dataParcel, replyParcel… in GetCallTransferInfo()
682 …remote->SendRequest(CallManagerInterfaceCode::INTERFACE_SET_CALL_TRANSFER, dataParcel, replyParcel… in SetCallTransferInfo()
[all …]