Home
last modified time | relevance | path

Searched refs:GetContextById (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/context/
H A Dcontext_manager.cpp144 if (event.eventMsg->dstId == INVALID_ID || GetContextById(event.eventMsg->dstId) == nullptr) { in HandleAgentCreate()
205 auto context = GetContextById(event.eventMsg->dstId); in HandleMediachannelDestroy()
223 auto context = GetContextById(event.eventMsg->dstId); in HandleContextEvent()
232 Context::Ptr ContextManager::GetContextById(uint32_t contextId) in GetContextById() function in OHOS::Sharing::ContextManager
H A Dcontext_manager.h52 Context::Ptr GetContextById(uint32_t contextId);
/foundation/CastEngine/castengine_wifi_display/tests/unittest/context/
H A Dcontext_unit_test.cpp949 context = ContextManager::GetInstance().GetContextById(59); in HWTEST_F()
958 context = ContextManager::GetInstance().GetContextById(60); in HWTEST_F()
1118 context = ContextManager::GetInstance().GetContextById(event.eventMsg->dstId); in HWTEST_F()

Completed in 3 milliseconds