Home
last modified time | relevance | path

Searched defs:castHandle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davrouter_impl.cpp222 int64_t castHandle = -1; in OnCastSessionCreated() local
267 std::shared_ptr<IAVCastControllerProxy> AVRouterImpl::GetRemoteController(const int64_t castHandle) in GetRemoteController()
298 int64_t castHandle = -1; in StartCast() local
338 int64_t castHandle = static_cast<int64_t>((static_cast<uint64_t>(tempId) << 32) | in AddDevice() local
355 int32_t AVRouterImpl::StopCast(const int64_t castHandle) in StopCast()
389 int32_t AVRouterImpl::StopCastSession(const int64_t castHandle) in StopCastSession()
414 int32_t AVRouterImpl::SetServiceAllConnectState(int64_t castHandle, DeviceInfo deviceInfo) in SetServiceAllConnectState()
430 int32_t AVRouterImpl::GetRemoteNetWorkId(int64_t castHandle, std::string deviceId, std::string &net… in GetRemoteNetWorkId()
442 int32_t AVRouterImpl::RegisterCallback(int64_t castHandle, const std::shared_ptr<IAVRouterListener>… in RegisterCallback()
480 int32_t AVRouterImpl::UnRegisterCallback(int64_t castHandle, in UnRegisterCallback()
H A Dhw_cast_provider.cpp301 bool HwCastProvider::SetStreamState(int64_t castHandle, DeviceInfo deviceInfo) in SetStreamState()
H A Davsession_item.cpp1150 …int64_t castHandle = AVRouter::GetInstance().StartCast(outputDeviceInfo, castServiceNameMapState_,… in SubStartCast() local
1164 int32_t AVSessionItem::AddDevice(const int64_t castHandle, const OutputDeviceInfo& outputDeviceInfo) in AddDevice()
1394 void AVSessionItem::SetCastHandle(const int64_t castHandle) in SetCastHandle()
H A Davsession_service.cpp1052 void AVSessionService::CreateSessionByCast(const int64_t castHandle) in CreateSessionByCast()