Searched refs:agentId_ (Results 1 - 2 of 2) 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() 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 D | wfd_source_scene.h | 124 uint32_t agentId_ = INVALID_ID; member in OHOS::Sharing::final
|
Completed in 2 milliseconds