/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/ |
H A D | rs_screen_manager_test.cpp | 1908 ASSERT_EQ(screenManager->AddVirtualScreenBlackList(id, blackList), StatusCode::SUCCESS); 1927 …ASSERT_EQ(screenManagerImpl.AddVirtualScreenBlackList(id, blackList), StatusCode::SCREEN_NOT_FOUND… 1933 ASSERT_EQ(screenManagerImpl.AddVirtualScreenBlackList(id, blackList), StatusCode::SUCCESS); 1956 …ASSERT_EQ(screenManagerImpl.AddVirtualScreenBlackList(id, blackList), StatusCode::SCREEN_NOT_FOUND… 1959 …ASSERT_EQ(screenManagerImpl.AddVirtualScreenBlackList(id, blackList), StatusCode::SCREEN_NOT_FOUND… 1985 ASSERT_EQ(screenManagerImpl.AddVirtualScreenBlackList(id, blackList), StatusCode::SUCCESS);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/ |
H A D | rsinterfaces_fuzzer.cpp | 128 rsInterfaces.AddVirtualScreenBlackList(static_cast<ScreenId>(id), blackListVector); in RSPhysicalScreenFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen_manager.h | 75 …virtual int32_t AddVirtualScreenBlackList(ScreenId id, const std::vector<uint64_t>& blackList) = 0; 287 int32_t AddVirtualScreenBlackList(ScreenId id, const std::vector<uint64_t>& blackList) override;
|
H A D | rs_screen_manager.cpp | 1029 int32_t RSScreenManager::AddVirtualScreenBlackList(ScreenId id, const std::vector<uint64_t>& blackL… in AddVirtualScreenBlackList() function in OHOS::Rosen::impl::RSScreenManager
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 90 int32_t RSInterfaces::AddVirtualScreenBlackList(ScreenId id, std::vector<NodeId>& blackListVector) in AddVirtualScreenBlackList() function in OHOS::Rosen::RSInterfaces 92 return renderServiceClient_->AddVirtualScreenBlackList(id, blackListVector); in AddVirtualScreenBlackList()
|
H A D | rs_interfaces.h | 67 int32_t AddVirtualScreenBlackList(ScreenId id, std::vector<NodeId>& blackListVector);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 98 … virtual int32_t AddVirtualScreenBlackList(ScreenId id, std::vector<NodeId>& blackListVector) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.h | 77 int32_t AddVirtualScreenBlackList(ScreenId id, std::vector<NodeId>& blackListVector) override;
|
H A D | rs_render_service_client.cpp | 393 int32_t RSRenderServiceClient::AddVirtualScreenBlackList(ScreenId id, std::vector<NodeId>& blackLis… in AddVirtualScreenBlackList() function in OHOS::Rosen::RSRenderServiceClient 400 return renderService->AddVirtualScreenBlackList(id, blackListVector); in AddVirtualScreenBlackList()
|
H A D | rs_render_service_connection_proxy.cpp | 528 int32_t RSRenderServiceConnectionProxy::AddVirtualScreenBlackList(ScreenId id, std::vector<NodeId>&… in AddVirtualScreenBlackList() function in OHOS::Rosen::RSRenderServiceConnectionProxy
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.h | 101 int32_t AddVirtualScreenBlackList(ScreenId id, std::vector<NodeId>& blackListVector) override;
|
H A D | rs_render_service_connection.cpp | 569 int32_t RSRenderServiceConnection::AddVirtualScreenBlackList(ScreenId id, std::vector<NodeId>& blac… in AddVirtualScreenBlackList() function in OHOS::Rosen::RSRenderServiceConnection 579 return screenManager_->AddVirtualScreenBlackList(id, blackListVector); in AddVirtualScreenBlackList()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 170 int32_t AddVirtualScreenBlackList(ScreenId id, std::vector<NodeId>& blackListVector);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_interfaces_test.cpp | 1639 int32_t ret = rsInterfaces->AddVirtualScreenBlackList(virtualScreenId, blackList);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 533 int32_t status = AddVirtualScreenBlackList(id, blackListVector); in OnRemoteRequest()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 3559 rsInterface_.AddVirtualScreenBlackList(INVALID_SCREEN_ID, skipSurfaceNodeIds_); in NotifySwitchingUser()
|