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:GetIsPcAppInPad
(Results
1 - 9
of
9
) sorted by relevance
/foundation/window/window_manager/window_scene/common/include/
H
A
D
window_session_property.h
159
bool
GetIsPcAppInPad
() const;
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
window_session_property_test.cpp
1131
* @tc.name: SetIsPcAppInPad/
GetIsPcAppInPad
1132
* @tc.desc: SetIsPcAppInPad/
GetIsPcAppInPad
1143
auto result = property->
GetIsPcAppInPad
();
in HWTEST_F()
/foundation/window/window_manager/wm/src/
H
A
D
window_session_impl.cpp
208
return WindowSessionImpl::IsPcOrPadFreeMultiWindowMode() || property_->
GetIsPcAppInPad
();
in IsPcOrPadCapabilityEnabled()
1393
(property_->
GetIsPcAppInPad
() && isSubWindow));
in UpdateDecorEnableToAce()
1421
(property_->
GetIsPcAppInPad
() && isSubWindow));
in UpdateDecorEnable()
H
A
D
window_scene_session_impl.cpp
351
property_->SetIsPcAppInPad(parentSession->GetProperty()->
GetIsPcAppInPad
());
in CreateAndConnectSpecificSession()
2165
if ((isSubWindow || isDialogWindow) && property_->
GetIsPcAppInPad
() && property_->IsDecorEnable()) {
in IsDecorEnable()
2335
if (!(windowSystemConfig_.IsPcWindow() || property_->
GetIsPcAppInPad
())) {
in Restore()
/foundation/window/window_manager/window_scene/common/src/
H
A
D
window_session_property.cpp
976
bool WindowSessionProperty::
GetIsPcAppInPad
() const
in GetIsPcAppInPad()
function in OHOS::Rosen::WindowSessionProperty
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H
A
D
session_stub.cpp
379
reply.WriteBool(property->
GetIsPcAppInPad
());
in HandleConnect()
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
session.cpp
1067
property->SetIsPcAppInPad(sessionProperty->
GetIsPcAppInPad
());
in InitSessionPropertyWhenConnect()
H
A
D
scene_session.cpp
1999
(property->
GetIsPcAppInPad
() && !isMainWindow)) &&
in TransferPointerEvent()
5026
isPcAppInPad = property->
GetIsPcAppInPad
();
in IsPcOrPadEnableActivation()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_manager.cpp
2014
isPcAppInPad = property->
GetIsPcAppInPad
();
in IsPcSceneSessionLifecycle()
Completed in 50 milliseconds