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:SetTokenState
(Results
1 - 12
of
12
) sorted by relevance
/foundation/window/window_manager/utils/include/
H
A
D
window_property.h
72
void
SetTokenState
(bool hasToken);
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_manager_stub_lifecycle_test.cpp
101
property->
SetTokenState
(true);
in HWTEST_F()
H
A
D
scene_session_manager_stub_test.cpp
96
property->
SetTokenState
(true);
in HWTEST_F()
141
property->
SetTokenState
(true);
in HWTEST_F()
186
property->
SetTokenState
(true);
in HWTEST_F()
1086
property->
SetTokenState
(true);
in HWTEST_F()
1130
property->
SetTokenState
(true);
in HWTEST_F()
H
A
D
window_session_property_test.cpp
357
* @tc.name:
SetTokenState
358
* @tc.desc:
SetTokenState
test
361
HWTEST_F(WindowSessionPropertyTest,
SetTokenState
, Function | SmallTest | Level2)
in HWTEST_F()
1025
* @tc.desc:
SetTokenState
1035
property->
SetTokenState
(hasToken);
in HWTEST_F()
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_manager_stub_test.cpp
482
property->
SetTokenState
(false);
in HWTEST_F()
/foundation/window/window_manager/utils/src/
H
A
D
window_property.cpp
479
void WindowProperty::
SetTokenState
(bool hasToken)
in SetTokenState()
function in OHOS::Rosen::WindowProperty
775
property->
SetTokenState
(parcel.ReadBool());
in Unmarshalling()
/foundation/window/window_manager/utils/test/unittest/
H
A
D
window_property_test.cpp
492
winPropSrc.
SetTokenState
(hasToken);
in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H
A
D
window_session_property.h
68
void
SetTokenState
(bool hasToken);
/foundation/window/window_manager/window_scene/common/src/
H
A
D
window_session_property.cpp
447
void WindowSessionProperty::
SetTokenState
(bool hasToken)
in SetTokenState()
function in OHOS::Rosen::WindowSessionProperty
1075
property->
SetTokenState
(parcel.ReadBool());
in Unmarshalling()
/foundation/window/window_manager/wm/src/
H
A
D
window_scene_session_impl.cpp
317
property_->
SetTokenState
(true);
in CreateAndConnectSpecificSession()
494
property_->
SetTokenState
(true);
in RecoverAndConnectSpecificSession()
H
A
D
window_impl.cpp
1341
property_->
SetTokenState
(true);
in Create()
H
A
D
window_session_impl.cpp
433
property_->
SetTokenState
(true);
in Connect()
Completed in 34 milliseconds