Searched refs:contextId_ (Results 1 - 4 of 4) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_source_scene.cpp | 342 if ((contextId_ != INVALID_ID) && (agentId_ != INVALID_ID)) { in Release() 343 sharingAdapter->DestroyAgent(contextId_, agentId_); in Release() 539 int ret = sharingAdapter->DestroyAgent(contextId_, agentId_); in HandleRemoveDevice() 555 sharingAdapter->CreateAgent(contextId_, agentId_, AgentType::SINK_AGENT, "ScreenCaptureSession"); in CreateScreenCapture() 556 if (contextId_ == INVALID_ID || agentId_ == INVALID_ID) { in CreateScreenCapture() 561 SHARING_LOGI("Create ScreenCapture sink agent, contextId: %{public}u, agentId: %{public}u", contextId_, in CreateScreenCapture() 569 startSessionMsg->dstId = contextId_; in CreateScreenCapture() 580 sharingAdapter->ForwardEvent(contextId_, agentId_, event, true); in CreateScreenCapture() 581 sharingAdapter->Start(contextId_, agentId_); in CreateScreenCapture() 593 sharingAdapter->DestroyAgent(contextId_, agentId in HandleDestroyScreenCapture() [all...] |
H A D | wfd_source_scene.h | 125 uint32_t contextId_ = INVALID_ID; member in OHOS::Sharing::final
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/ |
H A D | wfd_rtp_consumer.h | 72 uint32_t contextId_ = 0; member in OHOS::Sharing::final
|
H A D | wfd_rtp_consumer.cpp | 85 contextId_ = event.eventMsg->srcId; in HandleProsumerInitState()
|
Completed in 2 milliseconds