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:fullScreen
(Results
1 - 16
of
16
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_video_ffi.h
37
void RequestFullscreen(bool
fullScreen
);
77
CJ_EXPORT void FfiOHOSAceFrameworkVideoControllerRequestFullscreen(bool
fullScreen
, int64_t selfID);
H
A
D
cj_video_ffi.cpp
63
void NativeVideoController::RequestFullscreen(bool
fullScreen
)
in RequestFullscreen()
argument
66
videoController_->RequestFullscreen(
fullScreen
);
in RequestFullscreen()
260
void FfiOHOSAceFrameworkVideoControllerRequestFullscreen(bool
fullScreen
, int64_t selfID)
in FfiOHOSAceFrameworkVideoControllerRequestFullscreen()
argument
264
self->RequestFullscreen(
fullScreen
);
in FfiOHOSAceFrameworkVideoControllerRequestFullscreen()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
render_surface_impl.cpp
165
[surface = extSurface_,
fullScreen
= isFullScreen]() {
in SetIsFullScreen()
167
surface->SetIsFullScreen(
fullScreen
);
in SetIsFullScreen()
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
session_stage_proxy_test.cpp
356
bool
fullScreen
= true;
in HWTEST_F()
local
358
sessionStage_->NotifySessionFullScreen(
fullScreen
);
in HWTEST_F()
359
fullScreen
= false;
in HWTEST_F()
360
sessionStage_->NotifySessionFullScreen(
fullScreen
);
in HWTEST_F()
H
A
D
scene_session_lifecycle_test.cpp
1125
bool
fullScreen
= true;
in HWTEST_F()
local
1128
sceneSession->NotifySessionFullScreen(
fullScreen
);
in HWTEST_F()
1131
sceneSession->NotifySessionFullScreen(
fullScreen
);
in HWTEST_F()
/foundation/window/window_manager/window_scene/test/mock/
H
A
D
mock_session_stage.h
70
MOCK_METHOD1(NotifySessionFullScreen, void(bool
fullScreen
));
/foundation/window/window_manager/window_scene/session/container/include/zidl/
H
A
D
session_stage_proxy.h
75
void NotifySessionFullScreen(bool
fullScreen
) override;
H
A
D
session_stage_interface.h
164
virtual void NotifySessionFullScreen(bool
fullScreen
) {}
in NotifySessionFullScreen()
argument
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H
A
D
session_stage_stub.cpp
394
bool
fullScreen
= data.ReadBool();
in HandleNotifySessionFullScreen()
local
395
NotifySessionFullScreen(
fullScreen
);
in HandleNotifySessionFullScreen()
H
A
D
session_stage_proxy.cpp
784
void SessionStageProxy::NotifySessionFullScreen(bool
fullScreen
)
in NotifySessionFullScreen()
argument
798
if (!data.WriteBool(
fullScreen
)) {
in NotifySessionFullScreen()
799
TLOGE(WmsLogTag::WMS_LAYOUT, "Write
fullScreen
failed");
in NotifySessionFullScreen()
/foundation/window/window_manager/wm/include/
H
A
D
window_scene_session_impl.h
164
void NotifySessionFullScreen(bool
fullScreen
) override;
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_scene_session_impl_test2.cpp
957
bool
fullScreen
= true;
in HWTEST_F()
local
958
windowSceneSession->NotifySessionFullScreen(
fullScreen
);
in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
scene_session.h
396
void NotifySessionFullScreen(bool
fullScreen
);
/foundation/window/window_manager/wm/src/
H
A
D
window_scene_session_impl.cpp
3510
void WindowSceneSessionImpl::NotifySessionFullScreen(bool
fullScreen
)
in NotifySessionFullScreen()
argument
3513
Maximize(
fullScreen
? MaximizePresentation::ENTER_IMMERSIVE : MaximizePresentation::EXIT_IMMERSIVE);
in NotifySessionFullScreen()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_manager.cpp
5823
bool
fullScreen
= false;
in CheckWindowModeType()
local
5844
fullScreen
= true;
in CheckWindowModeType()
5858
if (
fullScreen
) {
in CheckWindowModeType()
5863
} else if (
fullScreen
) {
in CheckWindowModeType()
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
scene_session.cpp
4285
void SceneSession::NotifySessionFullScreen(bool
fullScreen
)
in NotifySessionFullScreen()
argument
4291
sessionStage_->NotifySessionFullScreen(
fullScreen
);
in NotifySessionFullScreen()
Completed in 48 milliseconds