Start/ | End/ | |||
True | False | - | Line | Source |
1 | /* | |||
2 | * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | |||
3 | * All rights reserved. | |||
4 | * This component and the accompanying materials are made available | |||
5 | * under the terms of "Eclipse Public License v1.0" | |||
6 | * which accompanies this distribution, and is available | |||
7 | * at the URL "http://www.eclipse.org/legal/epl-v10.html". | |||
8 | * | |||
9 | * Initial Contributors: | |||
10 | * Nokia Corporation - initial contribution. | |||
11 | * | |||
12 | * Contributors: | |||
13 | * | |||
14 | * Description: mpxplaybackutility stub for testing mpmpxframeworkwrapper | |||
15 | * | |||
16 | */ | |||
17 | ||||
18 | #include "stub/inc/mpxplayermanager.h" | |||
19 | #include "mptrace.h" | |||
20 | ||||
Top | ||||
44 | 44 | 21 | MMPXPlayerManager::MMPXPlayerManager() | |
22 | { | |||
23 | TX_ENTRY_ARGS("STUB") | |||
24 | } | |||
25 | ||||
Top | ||||
0 | 0 | - | 26 | MMPXPlayerManager::~MMPXPlayerManager() |
27 | { | |||
28 | TX_ENTRY_ARGS("STUB") | |||
29 | } | |||
30 | ||||
Top | ||||
0 | 0 | - | 31 | void MMPXPlayerManager::GetPlayerTypesL(RArray<TMPXPlaybackPlayerType>& aTypes) |
32 | { | |||
33 | TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp") | |||
34 | } | |||
35 | ||||
Top | ||||
0 | 0 | - | 36 | HBufC* MMPXPlayerManager::PlayerTypeDisplayNameL(TMPXPlaybackPlayerType aType) |
37 | { | |||
38 | TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp") | |||
0 | - | 39 | return 0; | |
40 | } | |||
41 | ||||
Top | ||||
0 | 0 | - | 42 | void MMPXPlayerManager::GetPlayerListL(RArray<TUid>& aPlayers) |
43 | { | |||
44 | TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp") | |||
45 | } | |||
46 | ||||
Top | ||||
0 | 0 | - | 47 | void MMPXPlayerManager::GetPlayerListL(RArray<TUid>& aPlayers, TMPXPlaybackPlayerType aType) |
48 | { | |||
49 | TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp") | |||
50 | } | |||
51 | ||||
Top | ||||
0 | 0 | - | 52 | void MMPXPlayerManager::SubPlayerNamesL(MMPXPlaybackCallback& aCallback, TUid aPlayer) |
53 | { | |||
54 | TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp") | |||
55 | } | |||
56 | ||||
Top | ||||
0 | 0 | - | 57 | void MMPXPlayerManager::SelectPlayersL(TMPXPlaybackPlayerType aType) |
58 | { | |||
59 | TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp") | |||
60 | } | |||
61 | ||||
Top | ||||
0 | 0 | - | 62 | void MMPXPlayerManager::SelectSubPlayerL(TUid aPlayer, TInt aSubPlayerIndex) |
63 | { | |||
64 | TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp") | |||
65 | } | |||
66 | ||||
Top | ||||
0 | 0 | - | 67 | void MMPXPlayerManager::SelectPlayerL(TUid aPlayer) |
68 | { | |||
69 | TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp") | |||
70 | } | |||
71 | ||||
Top | ||||
0 | 0 | - | 72 | void MMPXPlayerManager::ClearSelectPlayersL() |
73 | { | |||
74 | TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp") | |||
75 | } | |||
76 | ||||
Top | ||||
0 | 0 | - | 77 | void MMPXPlayerManager::GetSelectionL(TMPXPlaybackPlayerType& aType, |
78 | TUid& /*aPlayer*/, | |||
79 | TInt& /*aSubPlayerIndex*/, | |||
80 | HBufC*& /*aSubPlayerName*/) | |||
81 | { | |||
82 | TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp") | |||
83 | } | |||
84 | ||||
Top | ||||
0 | 0 | - | 85 | MMPXPlayer* MMPXPlayerManager::CurrentPlayer() |
86 | { | |||
87 | TX_ENTRY_ARGS("STUB WARNING! The unit test required to implement this. Currently empty imp") | |||
0 | - | 88 | return 0; | |
89 | } | |||
90 | ||||
91 | ||||
***TER 7% (1/15) of SOURCE FILE mpxplayermanager.cpp |