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
defs:curState_
(Results
1 - 13
of
13
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H
A
D
application_impl.h
142
int
curState_
;
member in OHOS::AppExecFwk::ApplicationImpl
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
user_controller.h
51
UserState
curState_
= STATE_BOOTING;
member in OHOS::AAFwk::UserItem
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H
A
D
liteplayer_state_machine.h
82
PlayerControlCurState *
curState_
;
member in OHOS::Media::PlayerControlState
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H
A
D
networkshare_main_statemachine.h
91
int
curState_
;
member
102
int
curState_
= MAINSTATE_INIT;
member in OHOS::NetManagerStandard::NetworkShareMainStateMachine
H
A
D
networkshare_sub_statemachine.h
138
int32_t
curState_
;
member
149
int32_t
curState_
= SUBSTATE_INIT;
member in OHOS::NetManagerStandard::NetworkShareSubStateMachine
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H
A
D
dscreen.h
117
DScreenState
curState_
;
member in OHOS::DistributedHardware::V1_0::DScreen
/foundation/window/window_manager/wm/include/
H
A
D
picture_in_picture_controller.h
132
PiPWindowState
curState_
= PiPWindowState::STATE_UNDEFINED;
member in OHOS::Rosen::PictureInPictureController
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H
A
D
hirecorder_impl.h
130
std::atomic<StateId>
curState_
;
member in OHOS::Media::HiRecorderImpl
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H
A
D
dscreen.h
141
DScreenState
curState_
;
member in OHOS::DistributedHardware::V2_0::DScreen
/foundation/multimedia/media_foundation/interface/inner_api/filter/
H
A
D
filter.h
230
FilterState
curState_
;
member in OHOS::Media::Pipeline::Filter
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H
A
D
hiplayer_impl.h
289
std::atomic<PlayerStateId>
curState_
;
member in OHOS::Media::HiPlayerImpl
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_running_record.h
1029
ApplicationState
curState_
= ApplicationState::APP_STATE_CREATE; // current state of this process
member in OHOS::AppExecFwk::AppRunningRecord
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_running_record.cpp
1015
serviceInner->OnAppStateChanged(shared_from_this(),
curState_
, false, false);
in AbilityForeground()
local
[all...]
Completed in 9 milliseconds