Searched refs:SetKeyPlay (Results 1 - 6 of 6) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/mock/ |
H A D | mock_sharing_adapter.h | 47 MOCK_METHOD(int32_t, SetKeyPlay, (uint32_t contextId, uint32_t agentId, uint64_t surfaceId, bool keyFrame));
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/ |
H A D | sharing_adapter.h | 156 virtual int32_t SetKeyPlay(uint32_t contextId, uint32_t agentId, uint64_t surfaceId, bool keyFrame) = 0;
|
H A D | interaction.h | 105 int32_t SetKeyPlay(uint32_t contextId, uint32_t agentId, uint64_t surfaceId, bool keyFrame) override;
|
H A D | interaction.cpp | 381 int32_t Interaction::SetKeyPlay(uint32_t contextId, uint32_t agentId, uint64_t surfaceId, bool keyFrame) in SetKeyPlay() function in OHOS::Sharing::Interaction
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/ |
H A D | scene_unit_test.cpp | 622 auto ret = interaction->SetKeyPlay(contextId, agentId, surfaceId, keyFrame); in HWTEST_F() 635 auto ret = interaction->SetKeyPlay(contextId, agentId, surfaceId, keyFrame); in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
H A D | wfd_sink_scene.cpp | 672 auto ret = sharingAdapter->SetKeyPlay(contextId, agentId, msg->surfaceId, keyFrame); in HandleSetSceneType()
|
Completed in 8 milliseconds