Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Previewer
(Results
1 - 5
of
5
) sorted by relevance
/ide/tools/previewer/test/mock/window/
H
A
D
MockWindowModel.cpp
19
namespace
Previewer
{
namespace
31
Rosen::Orientation PreviewerWindow::TransOrientation(
Previewer
::Orientation orientation)
in TransOrientation()
56
} // namespace
Previewer
H
A
D
MockWindowDisplay.cpp
20
namespace
Previewer
{
namespace
42
} // namespace
Previewer
/ide/tools/previewer/jsapp/rich/
H
A
D
JsAppImpl.cpp
68
windowModel = std::make_shared<OHOS::
Previewer
::PreviewerWindowModel>();
in isStop()
208
OHOS::
Previewer
::PreviewerDisplay::GetInstance().SetFoldable(screenInfo.foldable);
in RunJsApp()
209
OHOS::
Previewer
::PreviewerDisplay::GetInstance().SetFoldStatus(ConvertFoldStatus(screenInfo.foldStatus));
in RunJsApp()
269
OHOS::
Previewer
::PreviewerWindow::GetInstance().SetWindowParams(*windowModel);
in RunDebugAbility()
306
OHOS::Rosen::Window* window = OHOS::
Previewer
::PreviewerWindow::GetInstance().GetWindowObject();
in RunDebugAbility()
404
windowModel->deviceType = SetDevice<OHOS::
Previewer
::DeviceType>(aceRunArgs.deviceConfig.deviceType);
in SetWindowParams()
405
windowModel->orientation = SetOrientation<OHOS::
Previewer
::Orientation>(aceRunArgs.deviceConfig.orientation);
in SetWindowParams()
406
windowModel->colorMode = SetColorMode<OHOS::
Previewer
::ColorMode>(aceRunArgs.deviceConfig.colorMode);
in SetWindowParams()
615
OHOS::
Previewer
::PreviewerWindow::TransOrientation(windowModel->orientation)));
in ResolutionChanged()
617
OHOS::Rosen::Window* window = OHOS::
Previewer
in ResolutionChanged()
[all...]
H
A
D
JsAppImpl.h
31
namespace
Previewer
{
namespace
173
std::shared_ptr<OHOS::
Previewer
::PreviewerWindowModel> windowModel;
/ide/tools/previewer/test/unittest/jsapp/
H
A
D
JsAppImplTest.cpp
299
EXPECT_EQ(OHOS::
Previewer
::PreviewerDisplay::GetInstance().foldStatus_, OHOS::Rosen::FoldStatus::FOLDED);
in TEST_F()
306
EXPECT_EQ(OHOS::
Previewer
::PreviewerDisplay::GetInstance().foldStatus_, OHOS::Rosen::FoldStatus::EXPAND);
in TEST_F()
310
EXPECT_EQ(OHOS::
Previewer
::PreviewerDisplay::GetInstance().foldStatus_, OHOS::Rosen::FoldStatus::HALF_FOLD);
in TEST_F()
317
EXPECT_EQ(OHOS::
Previewer
::PreviewerDisplay::GetInstance().foldStatus_, OHOS::Rosen::FoldStatus::UNKNOWN);
in TEST_F()
Completed in 5 milliseconds