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:ScreenManagerTest
(Results
1 - 3
of
3
) sorted by relevance
/foundation/window/window_manager/dm/test/unittest/
H
A
D
screen_manager_test.cpp
49
class
ScreenManagerTest
: public testing::Test {
class
66
sptr<Display>
ScreenManagerTest
::defaultDisplay_ = nullptr;
67
uint32_t
ScreenManagerTest
::defaultWidth_ = 480;
68
uint32_t
ScreenManagerTest
::defaultHeight_ = 320;
70
void
ScreenManagerTest
::SetUpTestCase()
in SetUpTestCase()
77
void
ScreenManagerTest
::TearDownTestCase()
in TearDownTestCase()
81
void
ScreenManagerTest
::SetUp()
in SetUp()
85
void
ScreenManagerTest
::TearDown()
in TearDown()
95
HWTEST_F(
ScreenManagerTest
, CreateAndDestroy01, Function | SmallTest | Level1)
in HWTEST_F()
113
HWTEST_F(
ScreenManagerTest
, CreateAndDestroy0
[all...]
/foundation/window/window_manager/test/systemtest/dms/
H
A
D
screen_manager_test.cpp
36
constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_DISPLAY, "
ScreenManagerTest
"};
40
class
ScreenManagerTest
: public testing::Test {
class
116
sptr<Display>
ScreenManagerTest
::defaultDisplay_ = nullptr;
117
DisplayId
ScreenManagerTest
::defaultDisplayId_ = DISPLAY_ID_INVALID;
118
ScreenId
ScreenManagerTest
::defaultScreenId_ = INVALID_SCREEN_ID;
119
std::string
ScreenManagerTest
::defaultName_ = "virtualScreen01";
120
uint32_t
ScreenManagerTest
::defaultWidth_ = 2560;
121
uint32_t
ScreenManagerTest
::defaultHeight_ = 1600;
122
float
ScreenManagerTest
::defaultDensity_ = 2.0;
123
int32_t
ScreenManagerTest
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H
A
D
cloud_test.cpp
67
class
ScreenManagerTest
: public testing::Test {
class
553
HWTEST_F(
ScreenManagerTest
, IsLocked, TestSize.Level0)
in HWTEST_F()
Completed in 4 milliseconds