| /ide/tools/previewer/test/mock_lite/ui_lite/ |
| H A D | MockUIFont.cpp | 41 static UIFont instance; in GetInstance() local 42 if (instance.instance_ == nullptr) { in GetInstance() 43 instance.defaultInstance_ = new UIFontVector(); in GetInstance() 44 instance.instance_ = instance.defaultInstance_; in GetInstance() 46 return &instance; in GetInstance()
|
| H A D | MockImageDecodeAbility.cpp | 22 static ImageDecodeAbility instance; in GetInstance() local 23 return instance; in GetInstance()
|
| H A D | MockUiLineBreak.cpp | 21 static UILineBreakEngine instance; in GetInstance() local 22 return instance; in GetInstance()
|
| H A D | MockInputDeviceManager.cpp | 22 static InputDeviceManager instance; in GetInstance() local 23 return &instance; in GetInstance()
|
| /ide/tools/previewer/mock/lite/ |
| H A D | KeyInputImpl.cpp | 24 static KeyInputImpl instance; in GetInstance() local 25 return instance; in GetInstance()
|
| H A D | MouseWheelImpl.cpp | 24 static MouseWheelImpl instance; in GetInstance() local 25 return instance; in GetInstance()
|
| H A D | MouseInputImpl.cpp | 24 static MouseInputImpl instance; in GetInstance() local 25 return instance; in GetInstance()
|
| H A D | AsyncWorkManager.cpp | 21 static AsyncWorkManager instance; in GetInstance() local 22 return instance; in GetInstance()
|
| H A D | VirtualMessageImpl.cpp | 21 static VirtualMessageImpl instance; in GetInstance() local 22 return instance; in GetInstance()
|
| /ide/tools/previewer/mock/rich/ |
| H A D | MouseWheelImpl.cpp | 24 static MouseWheelImpl instance; in GetInstance() local 25 return instance; in GetInstance()
|
| H A D | VirtualMessageImpl.cpp | 20 static VirtualMessageImpl instance; in GetInstance() local 21 return instance; in GetInstance()
|
| H A D | KeyInputImpl.cpp | 32 static KeyInputImpl instance; in GetInstance() local 33 return instance; in GetInstance()
|
| H A D | MouseInputImpl.cpp | 88 static MouseInputImpl instance; in GetInstance() local 89 return instance; in GetInstance()
|
| /ide/tools/previewer/test/mock/arkui/ |
| H A D | MockAcePreviewHelper.cpp | 21 static AcePreviewHelper instance; in GetInstance() local 22 return &instance; in GetInstance()
|
| /ide/tools/previewer/test/mock/mock/ |
| H A D | MockMouseWheelImpl.cpp | 22 static MouseWheelImpl instance; in GetInstance() local 23 return instance; in GetInstance()
|
| H A D | MockVirtualMessageImpl.cpp | 22 static VirtualMessageImpl instance; in GetInstance() local 23 return instance; in GetInstance()
|
| H A D | MockMouseInputImpl.cpp | 23 static MouseInputImpl instance; in GetInstance() local 24 return instance; in GetInstance()
|
| H A D | MockKeyInputImpl.cpp | 23 static KeyInputImpl instance; in GetInstance() local 24 return instance; in GetInstance()
|
| /ide/tools/previewer/test/unittest/mock_lite/ |
| H A D | KeyInputImplTest.cpp | 23 KeyInputImpl& instance = KeyInputImpl::GetInstance(); in TEST() local 24 EXPECT_EQ(instance.codePoint, 0); in TEST()
|
| /ide/tools/previewer/test/mock_lite/ace_engine_lite/ |
| H A D | MockDebugger.cpp | 23 static Debugger instance; in GetInstance() local 24 return instance; in GetInstance()
|
| /ide/tools/previewer/test/mock/window/ |
| H A D | MockWindowDisplay.cpp | 23 static PreviewerDisplay instance; in GetInstance() local 24 return instance; in GetInstance()
|
| H A D | MockWindowModel.cpp | 27 static PreviewerWindow instance; in GetInstance() local 28 return instance; in GetInstance()
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineInterfaceTest.cpp | 197 CommandLineInterface& instance = CommandLineInterface::GetInstance(); in TEST() local 200 EXPECT_FALSE(instance.ProcessCommandValidate(false, jsonData1, "Failed to parse the JSON")); in TEST() 203 EXPECT_FALSE(instance.ProcessCommandValidate(true, jsonData2, "Command is not a object")); in TEST() 206 EXPECT_FALSE(instance.ProcessCommandValidate(true, jsonData3, "Command error")); in TEST() 209 EXPECT_FALSE(instance.ProcessCommandValidate(true, jsonData4, "Invalid command version")); in TEST() 212 EXPECT_TRUE(instance.ProcessCommandValidate(true, jsonData5, "")); in TEST() 217 CommandLineInterface& instance = CommandLineInterface::GetInstance(); in TEST() local 218 EXPECT_EQ(instance.GetCommandType(""), CommandLine::CommandType::INVALID); in TEST() 219 EXPECT_EQ(instance.GetCommandType("set"), CommandLine::CommandType::SET); in TEST() 220 EXPECT_EQ(instance in TEST() 226 CommandLineInterface& instance = CommandLineInterface::GetInstance(); TEST() local 234 CommandLineInterface& instance = CommandLineInterface::GetInstance(); TEST() local 278 CommandLineInterface& instance = CommandLineInterface::GetInstance(); TEST() local [all...] |
| /ide/tools/previewer/mock/ |
| H A D | SystemCapability.cpp | 27 static SystemCapability instance; in GetInstance() local 28 return instance; in GetInstance()
|
| /ide/tools/previewer/util/ |
| H A D | TraceTool.cpp | 45 static TraceTool instance; in GetInstance() local 46 return instance; in GetInstance()
|