Home
last modified time | relevance | path

Searched refs:ImsServiceProxyType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_core_service/src/
H A Dims_core_service.cpp131 sptr<IRemoteObject> ImsCoreService::GetProxyObjectPtr(ImsServiceProxyType proxyType) in GetProxyObjectPtr()
134 case ImsServiceProxyType::PROXY_IMS_CALL: in GetProxyObjectPtr()
140 case ImsServiceProxyType::PROXY_IMS_SMS: in GetProxyObjectPtr()
H A Dims_core_service_stub.cpp91 ImsServiceProxyType proxyType = static_cast<ImsServiceProxyType>(data.ReadInt32()); in OnGetProxyObjectPtr()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/ims/include/
H A Dims_core_service_interface.h25 enum ImsServiceProxyType { enum
54 virtual sptr<IRemoteObject> GetProxyObjectPtr(ImsServiceProxyType proxyType) = 0;
H A Dims_core_service_proxy.h32 sptr<IRemoteObject> GetProxyObjectPtr(ImsServiceProxyType proxyType) override;
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_core_service/include/
H A Dims_core_service.h64 sptr<IRemoteObject> GetProxyObjectPtr(ImsServiceProxyType proxyTpe) override;
/ohos5.0/base/telephony/core_service/services/ims_service_interaction/src/
H A Dims_core_service_proxy.cpp111 sptr<IRemoteObject> ImsCoreServiceProxy::GetProxyObjectPtr(ImsServiceProxyType proxyType) in GetProxyObjectPtr()