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:dialogSession3
(Results
1 - 2
of
2
) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
session_test.cpp
409
sptr<Session>
dialogSession3
= new (std::nothrow) Session(info);
in HWTEST_F()
local
410
ASSERT_NE(
dialogSession3
, nullptr);
in HWTEST_F()
411
dialogSession3
->persistentId_ = 35;
in HWTEST_F()
412
dialogSession3
->SetParentSession(session_);
in HWTEST_F()
413
dialogSession3
->state_ = SessionState::STATE_INACTIVE;
in HWTEST_F()
414
session_->dialogVec_.push_back(
dialogSession3
);
in HWTEST_F()
416
ASSERT_EQ(false,
dialogSession3
->IsTopDialog());
in HWTEST_F()
H
A
D
session_test3.cpp
486
sptr<Session>
dialogSession3
= sptr<Session>::MakeSptr(info);
in HWTEST_F()
local
490
ASSERT_NE(
dialogSession3
, nullptr);
in HWTEST_F()
496
session_->dialogVec_.push_back(
dialogSession3
);
in HWTEST_F()
666
sptr<Session>
dialogSession3
= sptr<Session>::MakeSptr(info);
in HWTEST_F()
local
669
ASSERT_NE(
dialogSession3
, nullptr);
in HWTEST_F()
671
dialogSession3
->SetSessionState(SessionState::STATE_ACTIVE);
in HWTEST_F()
675
dialogSession->dialogVec_.push_back(
dialogSession3
);
in HWTEST_F()
Completed in 5 milliseconds