Home
last modified time | relevance | path

Searched refs:castCategory_ (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/frameworks/common/src/
H A Davsession_descriptor.cpp49 …CHECK_AND_RETURN_RET_LOG(out.WriteInt32(deviceInfo.castCategory_), false, "write castCategory fail… in WriteToParcel()
88 …CHECK_AND_RETURN_RET_LOG(in.ReadInt32(deviceInfo.castCategory_), false, "Read castCategory failed"… in CheckBeforReadFromParcel()
148 CHECK_AND_RETURN_RET_LOG(out.WriteInt32(castCategory_), false, "write castCategory failed"); in WriteToParcel()
173 CHECK_AND_RETURN_RET_LOG(in.ReadInt32(castCategory_), false, "Read castCategory failed"); in ReadFromParcel()
209 …CHECK_AND_RETURN_RET_LOG(out.WriteInt32(deviceInfo.castCategory_), false, "write castCategory fail… in WriteToParcel()
242 …CHECK_AND_RETURN_RET_LOG(in.ReadInt32(deviceInfo.castCategory_), false, "Read castCategory failed"… in ReadFromParcel()
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider_session.cpp138 deviceInfo.castCategory_ = AVCastCategory::CATEGORY_LOCAL; in RegisterCastSessionStateListener()
191 deviceInfo.castCategory_ = AVCastCategory::CATEGORY_LOCAL; in OnDeviceState()
H A Davrouter_impl.cpp324 localInfo.castCategory_ = AVCastCategory::CATEGORY_LOCAL; in StartCast()
380 localInfo.castCategory_ = AVCastCategory::CATEGORY_LOCAL; in StopCast()
527 localInfo.castCategory_ = AVCastCategory::CATEGORY_LOCAL; in OnCastStateChange()
H A Dhw_cast_provider.cpp395 deviceInfo.castCategory_ = AVCastCategory::CATEGORY_REMOTE; in OnDeviceFound()
H A Davsession_item.cpp1247 deviceInfo.castCategory_ = AVCastCategory::CATEGORY_LOCAL; in DealLocalState()
1405 localInfo.castCategory_ = AVCastCategory::CATEGORY_LOCAL; in RegisterDeviceStateCallback()
2009 outputDeviceInfo.deviceInfos_[i].castCategory_ = castCategoryStreaming; in CastAudioFromRemote()
2078 localInfo.castCategory_ = AVCastCategory::CATEGORY_LOCAL; in SaveLocalDeviceInfo()
H A Davsession_service.cpp1220 deviceInfo.castCategory_ = AVCastCategory::CATEGORY_REMOTE; in MirrorToStreamCast()
1300 deviceInfo.castCategory_ = AVCastCategory::CATEGORY_LOCAL; in CreateNewSession()
2505 deviceInfo.castCategory_ = castCategory; in SetDeviceInfo()
2544 …utDeviceInfo.deviceInfos_.size() == 0 || tempOutputDeviceInfo.deviceInfos_[0].castCategory_ == 1) { in GetDeviceInfo()
2545 …astCategory is %{public}d, no need to cancel", tempOutputDeviceInfo.deviceInfos_[0].castCategory_); in GetDeviceInfo()
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_descriptor.h27 int32_t castCategory_; member
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionitem_fuzzer/
H A Davsessionitem_fuzzer.cpp132 deviceInfo.castCategory_ = 0; in AvSessionItemTestImpl()
172 deviceInfo.castCategory_ = 0; in AvSessionItemTestImplExtension()
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davcast_controller_test.cpp693 deviceInfo.castCategory_ = 1;
751 deviceInfo1.castCategory_ = 1;
773 deviceInfo1.castCategory_ = 1;
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davcontroller_callback_stub.cpp167 …CHECK_AND_RETURN_RET_LOG(data.ReadInt32(deviceInfo.castCategory_), false, "Read castCategory faile… in HandleOnOutputDeviceChange()
H A Davsession_callback_stub.cpp184 …CHECK_AND_RETURN_RET_LOG(data.ReadInt32(deviceInfo.castCategory_), false, "Read castCategory faile… in HandleOnOutputDeviceChange()
H A Davsession_service_stub.cpp701 …CHECK_AND_RETURN_RET_LOG(data.ReadInt32(deviceInfo.castCategory_), false, "Read castCategory faile… in CheckBeforeHandleStartCast()
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davcontroller_callback_proxy.cpp214 … CHECK_AND_RETURN_LOG(parcel.WriteInt32(deviceInfo.castCategory_), "write castCategory failed"); in OnOutputDeviceChange()
H A Davsession_callback_proxy.cpp236 … CHECK_AND_RETURN_LOG(data.WriteInt32(deviceInfo.castCategory_), "write castCategory failed"); in OnOutputDeviceChange()
H A Davsession_service_proxy.cpp654 CHECK_AND_RETURN_RET_LOG(data.WriteInt32(deviceInfo.castCategory_), in StartCast()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avcontrolleritem_fuzzer/
H A Davcontrolleritem_fuzzer.cpp259 deviceInfo.castCategory_ = *(reinterpret_cast<const int32_t*>(data)); in AvControllerItemTestImpl()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_radar_test.cpp43 deviceInfo.castCategory_ = 1; in SetUp()
H A Davsession_service_test.cpp512 deviceInfo.castCategory_ = 1;
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H A Davsessionservice_fuzzer.cpp307 deviceInfo.castCategory_ = 1; in NotifyDeviceAvailable001()
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_utils.cpp1038 status = SetValue(env, in.castCategory_, property); in SetValue()
1498 status = GetValue(env, value, out.castCategory_); in GetValue()