Home
last modified time | relevance | path

Searched refs:API_PARAM_STRING (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_session/services/session/server/
H A Davcast_controller_item.cpp180 std::string API_PARAM_STRING = "cmd: " + std::to_string(cmd.GetCommand()); in SendControlCommand() local
184 "API_PARAM", API_PARAM_STRING, in SendControlCommand()
198 std::string API_PARAM_STRING = ""; in Start() local
210 API_PARAM_STRING = "mediauri: " + mediauri + "," + "iconImage: " + mediaIcon + "," in Start()
221 "API_PARAM", API_PARAM_STRING, in Start()
241 std::string API_PARAM_STRING = ""; in Prepare() local
253 API_PARAM_STRING = "mediauri: " + mediauri + "," + "iconImage: " + mediaIcon + "," in Prepare()
264 "API_PARAM", API_PARAM_STRING, in Prepare()
286 std::string API_PARAM_STRING = "state: " + std::to_string(avPlaybackState.GetState()) + ", " in GetCastAVPlaybackState() local
294 "API_PARAM", API_PARAM_STRING, in GetCastAVPlaybackState()
346 std::string API_PARAM_STRING = "assetId: " + assetId; ProcessMediaKeyResponse() local
376 std::string API_PARAM_STRING = "cmd: " + std::to_string(cmd); AddAvailableCommand() local
405 std::string API_PARAM_STRING = "cmd: " + std::to_string(cmd); RemoveAvailableCommand() local
[all...]
H A Davsession_item.cpp294 std::string API_PARAM_STRING = "assetId: " + meta.GetAssetId() + ", " in ReportSetAVMetaDataInfo() local
305 "SESSION_TAG", descriptor_.sessionTag_, "SESSION_TYPE", GetSessionType(), "API_PARAM", API_PARAM_STRING, in ReportSetAVMetaDataInfo()
431 std::string API_PARAM_STRING = "state: " + std::to_string(state.GetState()) + ", " in SetAVPlaybackState() local
442 "API_PARAM", API_PARAM_STRING, in SetAVPlaybackState()
480 std::string API_PARAM_STRING = "bundleName: " + bundleName + ", " in SetLaunchAbility() local
489 "API_PARAM", API_PARAM_STRING, in SetLaunchAbility()
733 std::string API_PARAM_STRING = "cmd :" + std::to_string(cmd); in AddSupportCommand()
740 "API_PARAM", API_PARAM_STRING, in AddSupportCommand()
776 std::string API_PARAM_STRING = "cmd :" + std::to_string(cmd);
783 "API_PARAM", API_PARAM_STRING,
[all...]
H A Davsession_service.cpp1153 std::string API_PARAM_STRING = ""; in ReportSessionInfo() local
1159 API_PARAM_STRING = "abilityName: " + in ReportSessionInfo()

Completed in 8 milliseconds