Home
last modified time | relevance | path

Searched refs:contentDirectory (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/py-soco/SoCo-0.25.2/tests/
H A Dtest_music_library.py38 moco.contentDirectory.reset_mock()
74 moco.contentDirectory.reset_mock()
77 moco.contentDirectory.Browse.side_effect = None
78 moco.contentDirectory.Browse.return_value = {
106 moco.contentDirectory.reset_mock()
107 moco.contentDirectory.Browse.side_effect = None
108 moco.contentDirectory.Browse.return_value = {
164 moco.contentDirectory.reset_mock()
166 moco.contentDirectory.Browse.return_value = {
258 moco.contentDirectory.reset_mock()
[all …]
H A Dtest_core.py764 moco.contentDirectory.Browse.return_value = {
784 moco.contentDirectory.Browse.assert_called_once_with(
796 moco.contentDirectory.reset_mock()
799 moco.contentDirectory.Browse.return_value = {
817 moco.contentDirectory.Browse.assert_called_once_with(
828 moco.contentDirectory.reset_mock()
969 moco.contentDirectory.reset_mock()
983 moco.contentDirectory.Browse.return_value = {
996 moco.contentDirectory.Browse.assert_called_once_with(
1122 moco.contentDirectory.reset_mock()
[all …]
H A Dtest_integration.py564 soco.contentDirectory.DestroyObject([("ObjectID", self.test_playlist.item_id)])
568 soco.contentDirectory.DestroyObject([("ObjectID", self.test_playlist.item_id)])
/dports/multimedia/py-soco/SoCo-0.25.2/soco/
H A Dmusic_library.py55 self.contentDirectory = self.soco.contentDirectory
485 response = self.contentDirectory.Browse(
505 result = self.contentDirectory.GetShareIndexInProgress()
515 return self.contentDirectory.RefreshShareIndex(
618 result = self.contentDirectory.GetAlbumArtistDisplayOption()
628 response = self.contentDirectory.Browse(
664 self.contentDirectory.DestroyObject([("ObjectID", "S:" + share_name)])
H A Dcore.py312 self.contentDirectory = ContentDirectory(self)
2014 response = self.contentDirectory.Browse(
2049 response = self.contentDirectory.Browse(
2245 response = self.contentDirectory.Browse(
2359 return self.contentDirectory.DestroyObject([("ObjectID", object_id)])
/dports/audio/elisa/elisa-21.12.3/src/upnp/
H A Ddidlparser.h60 Q_PROPERTY(UpnpControlContentDirectory* contentDirectory
61 READ contentDirectory
83 [[nodiscard]] UpnpControlContentDirectory* contentDirectory() const;
H A Dupnpcontentdirectorymodel.h46 Q_PROPERTY(UpnpControlContentDirectory* contentDirectory
47 READ contentDirectory
104 [[nodiscard]] UpnpControlContentDirectory* contentDirectory() const;
H A Ddidlparser.cpp80 UpnpControlContentDirectory *DidlParser::contentDirectory() const in contentDirectory() function in DidlParser
H A Dupnpcontentdirectorymodel.cpp476 UpnpControlContentDirectory *UpnpContentDirectoryModel::contentDirectory() const in contentDirectory() function in UpnpContentDirectoryModel