Home
last modified time | relevance | path

Searched refs:ImsCallProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_proxy.cpp64 int32_t ImsCallProxy::HangUp(const ImsCallInfo &callInfo) in HangUp()
133 int32_t ImsCallProxy::Answer(const ImsCallInfo &callInfo) in Answer()
195 int32_t ImsCallProxy::CombineConference(int32_t slotId) in CombineConference()
396 int32_t ImsCallProxy::StopRtt(int32_t slotId) in StopRtt()
444 int32_t ImsCallProxy::GetImsSwitchStatus(int32_t slotId) in GetImsSwitchStatus()
490 int32_t ImsCallProxy::GetImsConfig(ImsConfigItem item) in GetImsConfig()
550 int32_t ImsCallProxy::GetMute(int32_t slotId) in GetMute()
578 int32_t ImsCallProxy::SetPreviewWindow( in SetPreviewWindow()
603 int32_t ImsCallProxy::SetDisplayWindow( in SetDisplayWindow()
628 int32_t ImsCallProxy::SetCameraZoom(float zoomRatio) in SetCameraZoom()
[all …]
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_proxy.h27 class ImsCallProxy : public IRemoteProxy<ImsCallInterface> {
29 explicit ImsCallProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<ImsCallInterface>(impl) {} in ImsCallProxy() function
30 ~ImsCallProxy() = default;
103 static inline BrokerDelegator<ImsCallProxy> delegator_;