/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | method_handler_impl.h | 52 template <class ServiceType, class RequestType, class ResponseType> 55 RpcMethodHandler(std::function<Status(ServiceType*, ServerContext*, in RpcMethodHandler() argument 58 ServiceType* service) in RpcMethodHandler() 91 std::function<Status(ServiceType*, ServerContext*, const RequestType*, 95 ServiceType* service_; 99 template <class ServiceType, class RequestType, class ResponseType> 103 std::function<Status(ServiceType*, ServerContext*, in ClientStreamingHandler() argument 106 ServiceType* service) in ClientStreamingHandler() 135 std::function<Status(ServiceType*, ServerContext*, ServerReader<RequestType>*, 138 ServiceType* service_; [all …]
|
D | server_context.h | 58 template <class ServiceType, class RequestType, class ResponseType> 60 template <class ServiceType, class RequestType, class ResponseType> 62 template <class ServiceType, class RequestType, class ResponseType> 64 template <class ServiceType, class RequestType, class ResponseType> 260 template <class ServiceType, class RequestType, class ResponseType> 262 template <class ServiceType, class RequestType, class ResponseType> 264 template <class ServiceType, class RequestType, class ResponseType>
|
D | completion_queue.h | 73 template <class ServiceType, class RequestType, class ResponseType> 75 template <class ServiceType, class RequestType, class ResponseType> 77 template <class ServiceType, class RequestType, class ResponseType> 79 template <class ServiceType, class RequestType, class ResponseType> 261 template <class ServiceType, class RequestType, class ResponseType> 263 template <class ServiceType, class RequestType, class ResponseType> 265 template <class ServiceType, class RequestType, class ResponseType>
|
D | byte_buffer.h | 44 template <class ServiceType, class RequestType, class ResponseType> 46 template <class ServiceType, class RequestType, class ResponseType> 145 template <class ServiceType, class RequestType, class ResponseType> 147 template <class ServiceType, class RequestType, class ResponseType>
|
D | sync_stream.h | 612 template <class ServiceType, class RequestType, class ResponseType> 686 template <class ServiceType, class RequestType, class ResponseType>
|
/external/ims/rcs/rcsservice/src/com/android/service/ims/ |
D | PresenceInfoParser.java | 43 import com.android.ims.RcsPresenceInfo.ServiceType; 162 ServiceType.VOLTE_CALL)) || in addPresenceInfo() 164 ServiceType.VOLTE_CALL)))?ServiceState.ONLINE: in addPresenceInfo() 165 presenceInfoTmp.getServiceState(ServiceType.VOLTE_CALL), in addPresenceInfo() 166 presenceInfoTmp.getServiceContact(ServiceType.VOLTE_CALL), in addPresenceInfo() 167 presenceInfoTmp.getTimeStamp(ServiceType.VOLTE_CALL), in addPresenceInfo() 169 ServiceType.VT_CALL)) || in addPresenceInfo() 171 ServiceType.VT_CALL)))?ServiceState.ONLINE: in addPresenceInfo() 172 presenceInfoTmp.getServiceState(ServiceType.VT_CALL), in addPresenceInfo() 173 presenceInfoTmp.getServiceContact(ServiceType.VT_CALL), in addPresenceInfo() [all …]
|
/external/ims/rcs/rcsmanager/src/java/com/android/ims/ |
D | RcsPresenceInfo.java | 96 public static interface ServiceType { interface in RcsPresenceInfo 259 set(ServiceType.VOLTE_CALL, ipVoiceCallState, ipVoiceCallServiceNumber, in RcsPresenceInfo() 262 set(ServiceType.VT_CALL, ipVideoCallState, ipVideoCallServiceNumber, in RcsPresenceInfo() 348 " ipVoiceCallSate=" + getServiceState(ServiceType.VOLTE_CALL) + in toString() 350 Logger.hidePhoneNumberPii(getServiceContact(ServiceType.VOLTE_CALL)) + in toString() 351 " ipVoiceCallTimestamp=" + getTimeStamp(ServiceType.VOLTE_CALL) + in toString() 352 " ipVideoCallSate=" + getServiceState(ServiceType.VT_CALL) + in toString() 354 Logger.hidePhoneNumberPii(getServiceContact(ServiceType.VT_CALL)) + in toString() 355 " ipVideoCallTimestamp=" + getTimeStamp(ServiceType.VT_CALL); in toString()
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket2_win.cc | 724 Qos.SendingFlowspec.ServiceType = serviceType; in SetQos() 734 Qos.ReceivingFlowspec.ServiceType = serviceType; in SetQos() 768 Qos.ReceivingFlowspec.ServiceType = serviceType; in SetQos() 773 Qos.ReceivingFlowspec.ServiceType = in SetQos() 1043 _flow->SendingFlowspec.ServiceType = SERVICETYPE_BESTEFFORT; in SetTrafficControl() 1052 _flow->ReceivingFlowspec.ServiceType = SERVICETYPE_BESTEFFORT; in SetTrafficControl() 1113 _flow->SendingFlowspec.ServiceType = SERVICETYPE_BESTEFFORT; in SetTrafficControl() 1128 _flow->SendingFlowspec.ServiceType = send->ServiceType; in SetTrafficControl() 1143 _flow->ReceivingFlowspec.ServiceType = in SetTrafficControl() 1156 _flow->ReceivingFlowspec.ServiceType = recv->ServiceType; in SetTrafficControl() [all …]
|
/external/grpc-grpc/test/cpp/qps/ |
D | server_async.cc | 47 template <class RequestType, class ResponseType, class ServiceType, 53 std::function<void(ServerBuilder*, ServiceType*)> register_service, in AsyncQpsServerTest() 54 std::function<void(ServiceType*, ServerContextType*, RequestType*, in AsyncQpsServerTest() argument 58 std::function<void(ServiceType*, ServerContextType*, in AsyncQpsServerTest() 62 std::function<void(ServiceType*, ServerContextType*, in AsyncQpsServerTest() 66 std::function<void(ServiceType*, ServerContextType*, RequestType*, in AsyncQpsServerTest() 70 std::function<void(ServiceType*, ServerContextType*, in AsyncQpsServerTest() 523 ServiceType async_service_;
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | EABContactManager.java | 894 RcsPresenceInfo.ServiceType.VOLTE_CALL); in update() 896 RcsPresenceInfo.ServiceType.VOLTE_CALL); in update() 899 if(rcsPresenceInfo.getServiceState(RcsPresenceInfo.ServiceType.VOLTE_CALL) in update() 902 rcsPresenceInfo.getServiceContact(RcsPresenceInfo.ServiceType.VOLTE_CALL); in update() 912 RcsPresenceInfo.ServiceType.VT_CALL); in update() 914 RcsPresenceInfo.ServiceType.VT_CALL); in update() 917 if(rcsPresenceInfo.getServiceState(RcsPresenceInfo.ServiceType.VT_CALL) in update() 920 rcsPresenceInfo.getServiceContact(RcsPresenceInfo.ServiceType.VT_CALL); in update()
|
/external/webrtc/talk/app/webrtc/ |
D | peerconnection.cc | 89 enum ServiceType { enum 146 ServiceType* service_type, in GetServiceTypeAndHostnameFromUri() 160 *service_type = static_cast<ServiceType>(i); in GetServiceTypeAndHostnameFromUri() 262 ServiceType service_type; in ParseIceServerUrl()
|
/external/grpc-grpc/test/cpp/end2end/ |
D | grpclb_end2end_test.cc | 88 template <typename ServiceType> 89 class CountedService : public ServiceType {
|