Home
last modified time | relevance | path

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

/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_stream_player.cpp331 sptr<AAFwk::IInterface> intIt = AAFwk::Integer::Box(maxCastVolume); in GetCastAVPlaybackState() local
332 if (wantParams == nullptr || intIt == nullptr) { in GetCastAVPlaybackState()
335 wantParams->SetParam("maxCastVolume", intIt); in GetCastAVPlaybackState()
475 sptr<AAFwk::IInterface> intIt = AAFwk::Integer::Box(duration); in OnPositionChanged() local
476 wantParams->SetParam("duration", intIt); in OnPositionChanged()
561 sptr<AAFwk::IInterface> intIt = AAFwk::Integer::Box(maxVolume); in OnVolumeChanged() local
562 if (wantParams == nullptr || intIt == nullptr) { in OnVolumeChanged()
565 wantParams->SetParam("maxCastVolume", intIt); in OnVolumeChanged()
668 sptr<AAFwk::IInterface> intIt = AAFwk::Integer::Box(isLooping); in OnEndOfStream() local
669 if (wantParams == nullptr || intIt in OnEndOfStream()
[all...]
/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp144 sptr<IInterface> intIt = Integer::Box(intValue); in DoSomethingInterestingWithMyAPI_DistributedWantParams_003() local
145 wantParams->WriteToParcelInt(parcel, intIt); in DoSomethingInterestingWithMyAPI_DistributedWantParams_003()

Completed in 3 milliseconds