Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_source_scene.cpp342 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 Dwfd_source_scene.h125 uint32_t contextId_ = INVALID_ID; member in OHOS::Sharing::final
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H A Dwfd_rtp_consumer.h72 uint32_t contextId_ = 0; member in OHOS::Sharing::final
H A Dwfd_rtp_consumer.cpp85 contextId_ = event.eventMsg->srcId; in HandleProsumerInitState()

Completed in 2 milliseconds