Home
last modified time | relevance | path

Searched defs:contentDirectoryService (Results 1 – 2 of 2) sorted by relevance

/dports/net/rclone/rclone-1.57.0/vendor/github.com/anacrolix/dms/dlna/dms/
H A Dcds.go22 type contentDirectoryService struct { struct
23 *Server
24 upnp.Eventing
27 func (cds *contentDirectoryService) updateIDString() string {
33 …ject(cdsObject object, fileInfo os.FileInfo, host, userAgent string) (ret interface{}, err error) {
160 …tDirectoryService) readContainer(o object, host, userAgent string) (ret []interface{}, err error) {
193 func (me *contentDirectoryService) objectFromID(id string) (o object, err error) {
210 …rectoryService) Handle(action string, argsXML []byte, r *http.Request) (map[string]string, error) {
302 func (cds *contentDirectoryService) objectChildCount(me object) int {
310 func (cds *contentDirectoryService) objectHasChildren(obj object) bool {
/dports/net/rclone/rclone-1.57.0/cmd/serve/dlna/
H A Dcds.go24 type contentDirectoryService struct { struct
25 *server
26 upnp.Eventing
29 func (cds *contentDirectoryService) updateIDString() string {
37 …sObject object, fileInfo vfs.Node, resources vfs.Nodes, host string) (ret interface{}, err error) {
110 …cds *contentDirectoryService) readContainer(o object, host string) (ret []interface{}, err error) {
204 func (cds *contentDirectoryService) objectFromID(id string) (o object, err error) {
220 …rectoryService) Handle(action string, argsXML []byte, r *http.Request) (map[string]string, error) {