Searched refs:ImsServiceProxyType (Results 1 – 6 of 6) sorted by relevance
131 sptr<IRemoteObject> ImsCoreService::GetProxyObjectPtr(ImsServiceProxyType proxyType) in GetProxyObjectPtr()134 case ImsServiceProxyType::PROXY_IMS_CALL: in GetProxyObjectPtr()140 case ImsServiceProxyType::PROXY_IMS_SMS: in GetProxyObjectPtr()
91 ImsServiceProxyType proxyType = static_cast<ImsServiceProxyType>(data.ReadInt32()); in OnGetProxyObjectPtr()
25 enum ImsServiceProxyType { enum54 virtual sptr<IRemoteObject> GetProxyObjectPtr(ImsServiceProxyType proxyType) = 0;
32 sptr<IRemoteObject> GetProxyObjectPtr(ImsServiceProxyType proxyType) override;
64 sptr<IRemoteObject> GetProxyObjectPtr(ImsServiceProxyType proxyTpe) override;
111 sptr<IRemoteObject> ImsCoreServiceProxy::GetProxyObjectPtr(ImsServiceProxyType proxyType) in GetProxyObjectPtr()