Home
last modified time | relevance | path

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

/foundation/multimedia/av_session/services/session/server/remote/
H A Djson_utils.cpp268 jsonObj["data"]["sessionDescriptor"]["sessionId"] = descriptor.sessionId_; in SetSessionDescriptor()
269 jsonObj["data"]["sessionDescriptor"]["type"] = ConvertSessionType(descriptor.sessionType_); in SetSessionDescriptor()
270 jsonObj["data"]["sessionDescriptor"]["bundleName"] = descriptor.elementName_.GetBundleName(); in SetSessionDescriptor()
271 jsonObj["data"]["sessionDescriptor"]["abilityName"] = descriptor.elementName_.GetAbilityName(); in SetSessionDescriptor()
272 jsonObj["data"]["sessionDescriptor"]["tag"] = descriptor.sessionTag_; in SetSessionDescriptor()
273 jsonObj["data"]["sessionDescriptor"]["isThirdPartyApp"] = descriptor.isThirdPartyApp_; in SetSessionDescriptor()
284 CHECK_AND_RETURN_RET_LOG(jsonObj["data"].contains("sessionDescriptor"), AVSESSION_ERROR, in GetSessionDescriptor()
286 json sessionDescriptor = jsonObj["data"]["sessionDescriptor"]; in GetSessionDescriptor() local
287 CHECK_AND_RETURN_RET_LOG(!sessionDescriptor in GetSessionDescriptor()
[all...]

Completed in 2 milliseconds