Home
last modified time | relevance | path

Searched refs:agentId_ (Results 1 - 2 of 2) 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()
562 agentId_); in CreateScreenCapture()
570 startSessionMsg->agentId = agentId_; 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.h124 uint32_t agentId_ = INVALID_ID; member in OHOS::Sharing::final

Completed in 2 milliseconds