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:STATE_STOPPING
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
user_controller.h
36
STATE_STOPPING
,
enumerator
/foundation/window/window_manager/wm/src/
H
A
D
picture_in_picture_controller.cpp
257
if (curState_ == PiPWindowState::
STATE_STOPPING
|| curState_ == PiPWindowState::STATE_STOPPED ||
in StopPictureInPictureFromClient()
271
curState_ = PiPWindowState::
STATE_STOPPING
;
in StopPictureInPictureFromClient()
278
if ((!isStoppedFromClient_ && curState_ == PiPWindowState::
STATE_STOPPING
) ||
in StopPictureInPicture()
291
curState_ = PiPWindowState::
STATE_STOPPING
;
in StopPictureInPicture()
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H
A
D
rtsp_controller.h
60
STATE_STOPPING
,
member in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspController::RtspEngineState
H
A
D
rtsp_controller.cpp
289
state_ = RtspEngineState::
STATE_STOPPING
;
in OnPeerGone()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H
A
D
rtsp_controller.h
60
STATE_STOPPING
,
member in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspController::RtspEngineState
H
A
D
rtsp_controller.cpp
289
state_ = RtspEngineState::
STATE_STOPPING
;
in OnPeerGone()
/foundation/window/window_manager/wm/test/unittest/
H
A
D
picture_in_picture_controller_test.cpp
174
pipControl->curState_ = PiPWindowState::
STATE_STOPPING
;
in HWTEST_F()
191
pipControl->curState_ = PiPWindowState::
STATE_STOPPING
;
in HWTEST_F()
395
pipControl->curState_ = PiPWindowState::
STATE_STOPPING
;
in HWTEST_F()
694
ASSERT_EQ(PiPWindowState::
STATE_STOPPING
, pipControl->curState_);
in HWTEST_F()
H
A
D
picture_in_picture_manager_test.cpp
349
ASSERT_EQ(pipController->curState_, PiPWindowState::
STATE_STOPPING
);
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
user_controller.cpp
120
if (state ==
STATE_STOPPING
|| state == STATE_SHUTDOWN) {
in StartUser()
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
wm_common.h
945
STATE_STOPPING
= 3,
member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::PiPWindowState
Completed in 13 milliseconds