Flutter Engine
The Flutter Engine
|
#include "flutter/shell/platform/windows/public/flutter_windows.h"
#include <dxgi.h>
#include <wrl/client.h>
#include <thread>
#include "flutter/fml/synchronization/count_down_latch.h"
#include "flutter/fml/synchronization/waitable_event.h"
#include "flutter/shell/platform/common/app_lifecycle_state.h"
#include "flutter/shell/platform/embedder/test_utils/proc_table_replacement.h"
#include "flutter/shell/platform/windows/egl/manager.h"
#include "flutter/shell/platform/windows/testing/engine_modifier.h"
#include "flutter/shell/platform/windows/testing/windows_test.h"
#include "flutter/shell/platform/windows/testing/windows_test_config_builder.h"
#include "flutter/shell/platform/windows/testing/windows_test_context.h"
#include "flutter/shell/platform/windows/windows_lifecycle_manager.h"
#include "flutter/testing/stream_capture.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "third_party/tonic/converter/dart_converter.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
namespace | flutter::testing |
Functions | |
flutter::testing::TEST (WindowsNoFixtureTest, GetTextureRegistrar) | |
flutter::testing::TEST_F (WindowsTest, LaunchMain) | |
flutter::testing::TEST_F (WindowsTest, LaunchMainHasNoOutput) | |
flutter::testing::TEST_F (WindowsTest, LaunchCustomEntrypoint) | |
flutter::testing::TEST_F (WindowsTest, LaunchCustomEntrypointInEngineRunInvocation) | |
flutter::testing::TEST_F (WindowsTest, LaunchHeadlessEngine) | |
flutter::testing::TEST_F (WindowsTest, EngineCanTransitionToHeadless) | |
flutter::testing::TEST_F (WindowsTest, LaunchRefreshesAccessibility) | |
flutter::testing::TEST_F (WindowsTest, LaunchConflictingCustomEntrypoints) | |
flutter::testing::TEST_F (WindowsTest, VerifyNativeFunction) | |
flutter::testing::TEST_F (WindowsTest, VerifyNativeFunctionWithParameters) | |
flutter::testing::TEST_F (WindowsTest, PlatformExecutable) | |
flutter::testing::TEST_F (WindowsTest, VerifyNativeFunctionWithReturn) | |
flutter::testing::TEST_F (WindowsTest, NextFrameCallback) | |
flutter::testing::TEST_F (WindowsTest, PresentHeadless) | |
flutter::testing::TEST_F (WindowsTest, GetViewId) | |
flutter::testing::TEST_F (WindowsTest, GetGraphicsAdapter) | |
flutter::testing::TEST_F (WindowsTest, PluginRegistrarGetImplicitView) | |
flutter::testing::TEST_F (WindowsTest, PluginRegistrarGetView) | |
flutter::testing::TEST_F (WindowsTest, PluginRegistrarGetViewHeadless) | |
flutter::testing::TEST_F (WindowsTest, SurfaceOptional) | |
flutter::testing::TEST_F (WindowsTest, Lifecycle) | |
flutter::testing::TEST_F (WindowsTest, GetKeyboardStateHeadless) | |
flutter::testing::TEST_F (WindowsTest, AddRemoveView) | |