Home
last modified time | relevance | path

Searched defs:ServiceType (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dmethod_handler_impl.h55 RpcMethodHandler(std::function<Status(ServiceType*, ServerContext*, in RpcMethodHandler()
103 std::function<Status(ServiceType*, ServerContext*, in ClientStreamingHandler()
146 std::function<Status(ServiceType*, ServerContext*, const RequestType*, in ServerStreamingHandler()
240 std::function<Status(ServiceType*, ServerContext*, in BidiStreamingHandler()
/external/grpc-grpc/test/cpp/qps/
Dserver_async.cc54 std::function<void(ServiceType*, ServerContextType*, RequestType*, in AsyncQpsServerTest()
/external/ims/rcs/rcsmanager/src/java/com/android/ims/
DRcsPresenceInfo.java96 public static interface ServiceType { interface in RcsPresenceInfo
/external/webrtc/talk/app/webrtc/
Dpeerconnection.cc89 enum ServiceType { enum