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:testController
(Results
1 - 2
of
2
) sorted by relevance
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
starting_window_test.cpp
356
sptr<RSIWindowAnimationController>
testController
= nullptr;
in HWTEST_F()
local
357
ASSERT_EQ(WMError::WM_ERROR_NULLPTR, RemoteAnimation::SetWindowAnimationController(
testController
));
in HWTEST_F()
373
sptr<RSIWindowAnimationController>
testController
= nullptr;
in HWTEST_F()
local
374
ASSERT_EQ(WMError::WM_ERROR_NULLPTR, RemoteAnimation::SetWindowAnimationController(
testController
));
in HWTEST_F()
391
sptr<RSIWindowAnimationController>
testController
= nullptr;
in HWTEST_F()
local
392
ASSERT_EQ(WMError::WM_ERROR_NULLPTR, RemoteAnimation::SetWindowAnimationController(
testController
));
in HWTEST_F()
405
sptr<RSIWindowAnimationController>
testController
= new RSIWindowAnimationControllerMocker();
in HWTEST_F()
local
406
ASSERT_EQ(WMError::WM_OK, RemoteAnimation::SetWindowAnimationController(
testController
));
in HWTEST_F()
422
sptr<RSIWindowAnimationController>
testController
= new RSIWindowAnimationControllerMocker();
in HWTEST_F()
local
423
ASSERT_EQ(WMError::WM_OK, RemoteAnimation::SetWindowAnimationController(
testController
));
in HWTEST_F()
441
sptr<RSIWindowAnimationController>
testController
= new RSIWindowAnimationControllerMocker();
HWTEST_F()
local
[all...]
H
A
D
remote_animation_test.cpp
276
auto
testController
= RemoteAnimation::windowAnimationController_;
in HWTEST_F()
local
280
RemoteAnimation::OnRemoteDie(
testController
->AsObject()); // controller is nullptr
in HWTEST_F()
282
RemoteAnimation::OnRemoteDie(
testController
->AsObject()); // controller is nullptr
in HWTEST_F()
307
auto
testController
= RemoteAnimation::windowAnimationController_;
in HWTEST_F()
local
308
RemoteAnimation::OnRemoteDie(
testController
->AsObject()); // controller is not nullptr
in HWTEST_F()
814
RSIWindowAnimationControllerMocker*
testController
= reinterpret_cast<RSIWindowAnimationControllerMocker*>(
in HWTEST_F()
local
816
EXPECT_NE(nullptr,
testController
->finishedCallback_);
in HWTEST_F()
817
testController
->finishedCallback_->OnAnimationFinished();
in HWTEST_F()
823
testController
= reinterpret_cast<RSIWindowAnimationControllerMocker*>(
in HWTEST_F()
825
EXPECT_NE(nullptr,
testController
in HWTEST_F()
850
RSIWindowAnimationControllerMocker*
testController
= reinterpret_cast<RSIWindowAnimationControllerMocker*>(
HWTEST_F()
local
880
RSIWindowAnimationControllerMocker*
testController
= reinterpret_cast<RSIWindowAnimationControllerMocker*>(
HWTEST_F()
local
903
RSIWindowAnimationControllerMocker*
testController
= reinterpret_cast<RSIWindowAnimationControllerMocker*>(
HWTEST_F()
local
922
RSIWindowAnimationControllerMocker*
testController
= reinterpret_cast<RSIWindowAnimationControllerMocker*>(
HWTEST_F()
local
966
RSIWindowAnimationControllerMocker*
testController
= reinterpret_cast<RSIWindowAnimationControllerMocker*>(
HWTEST_F()
local
1009
RSIWindowAnimationControllerMocker*
testController
= reinterpret_cast<RSIWindowAnimationControllerMocker*>(
HWTEST_F()
local
[all...]
Completed in 3 milliseconds