Lines Matching refs:AVSessionDumper
32 std::map<std::string, AVSessionDumper::DumpActionType> AVSessionDumper::funcMap_ = {
33 { ARGS_SHOW_METADATA, AVSessionDumper::ShowMetaData },
34 { ARGS_SHOW_SESSION_INFO, AVSessionDumper::ShowSessionInfo },
35 { ARGS_SHOW_CONTROLLER_INFO, AVSessionDumper::ShowControllerInfo },
36 { ARGS_SHOW_ERROR_INFO, AVSessionDumper::ShowErrorInfo },
37 { ARGS_TRUSTED_DEVICES_INFO, AVSessionDumper::ShowTrustedDevicesInfo },
40 std::map<int32_t, std::string> AVSessionDumper::playBackStates_ = {
55 std::map<int32_t, std::string> AVSessionDumper::deviceTypeId_ = {
67 std::map<int32_t, std::string> AVSessionDumper::loopMode_ = {
75 std::vector<std::string> AVSessionDumper::errMessage_ = {};
77 void AVSessionDumper::ShowHelp(std::string& result) const
88 void AVSessionDumper::ShowMetaData(std::string& result, const AVSessionService& sessionService)
124 void AVSessionDumper::ShowTrustedDevicesInfo(std::string& result, const AVSessionService& sessionService)
152 void AVSessionDumper::ShowSessionInfo(std::string& result, const AVSessionService& sessionService)
206 void AVSessionDumper::ShowControllerInfo(std::string& result, const AVSessionService& sessionService)
241 void AVSessionDumper::SetErrorInfo(const std::string& inErrMsg)
265 void AVSessionDumper::ShowErrorInfo(std::string& result, const AVSessionService& sessionService)
279 void AVSessionDumper::ProcessParameter(const std::string& arg, std::string& result,
294 void AVSessionDumper::ShowIllegalInfo(std::string& result) const
299 void AVSessionDumper::Dump(const std::vector<std::string>& args, std::string& result,