Searched refs:Create (Results 1 - 5 of 5) sorted by relevance
| /ide/tools/previewer/test/mock/ability/ |
| H A D | MockSimulator.cpp | 56 std::shared_ptr<Simulator> Simulator::Create(const Options &options) in Create() function in OHOS::AbilityRuntime::Simulator
|
| /ide/tools/previewer/test/mock/window/ |
| H A D | MockWindow.cpp | 57 sptr<Window> Window::Create(const std::string& windowName, sptr<WindowOption>& option, in Create() function in OHOS::Rosen::Window
|
| H A D | window.h | 65 static sptr<Window> Create(const std::string& windowName,
|
| /ide/tools/previewer/test/unittest/jsapp/ |
| H A D | JsAppImplTest.cpp | 581 auto window = OHOS::Rosen::Window::Create("previewer", sp, nullptr, errCode); in TEST_F() 591 auto window = OHOS::Rosen::Window::Create("previewer", sp, nullptr, errCode); in TEST_F()
|
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.cpp | 255 auto window = OHOS::Rosen::Window::Create("previewer", sp, nullptr, errCode); in RunNormalAbility() 273 simulator = OHOS::AbilityRuntime::Simulator::Create(options); in RunDebugAbility()
|
Completed in 5 milliseconds