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:StoppingState
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H
A
D
rpt_manager_state_machine.h
95
class
StoppingState
: public State {
class in OHOS::Wifi::RptManagerMachine
97
explicit
StoppingState
(RptManagerMachine *rptManagerMachine);
98
~
StoppingState
() override;
158
StoppingState
*pStoppingState;
H
A
D
rpt_manager_state_machine.cpp
90
pStoppingState = new (std::nothrow)
StoppingState
(this);
in InitRptManagerStates()
388
/* ----------------
StoppingState
---------------- */
389
RptManagerMachine::
StoppingState
::
StoppingState
(RptManagerMachine *rptManagerMachine)
in StoppingState()
function in OHOS::Wifi::RptManagerMachine::StoppingState
390
: State("
StoppingState
"), pRptManagerMachine(rptManagerMachine)
in StoppingState()
393
RptManagerMachine::
StoppingState
::~
StoppingState
()
in ~StoppingState()
396
void RptManagerMachine::
StoppingState
::GoInState()
in GoInState()
398
WIFI_LOGE("
StoppingState
GoInState function.\n");
in GoInState()
402
void RptManagerMachine::
StoppingState
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H
A
D
codec_state.cpp
632
/****************************
StoppingState
Start ********************************/
633
void ImageCodec::
StoppingState
::OnStateEntered()
in OnStateEntered()
646
void ImageCodec::
StoppingState
::OnMsgReceived(const MsgInfo &info)
in OnMsgReceived()
668
void ImageCodec::
StoppingState
::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2)
in OnCodecEvent()
692
void ImageCodec::
StoppingState
::ChangeStateIfWeOwnAllBuffers()
in ChangeStateIfWeOwnAllBuffers()
701
void ImageCodec::
StoppingState
::ChangeOmxNodeToLoadedState(bool forceToFreeBuffer)
in ChangeOmxNodeToLoadedState()
720
void ImageCodec::
StoppingState
::OnShutDown(const MsgInfo &info)
in OnShutDown()
724
/****************************
StoppingState
End ********************************/
H
A
D
image_codec.cpp
174
stoppingState_ = make_shared<
StoppingState
>(this);
in ImageCodec()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hcodec_state.cpp
865
/****************************
StoppingState
Start ********************************/
866
void HCodec::
StoppingState
::OnStateEntered()
in OnStateEntered()
879
void HCodec::
StoppingState
::OnMsgReceived(const MsgInfo &info)
in OnMsgReceived()
901
void HCodec::
StoppingState
::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2)
in OnCodecEvent()
925
void HCodec::
StoppingState
::ChangeStateIfWeOwnAllBuffers()
in ChangeStateIfWeOwnAllBuffers()
934
void HCodec::
StoppingState
::ChangeOmxNodeToLoadedState(bool forceToFreeBuffer)
in ChangeOmxNodeToLoadedState()
953
void HCodec::
StoppingState
::OnShutDown(const MsgInfo &info)
in OnShutDown()
958
/****************************
StoppingState
End ********************************/
H
A
D
hcodec.h
482
struct
StoppingState
: BaseState {
struct in OHOS::MediaAVCodec::HCodec
483
explicit
StoppingState
(HCodec *codec) : BaseState(codec, "Stopping"),
in StoppingState()
function
539
std::shared_ptr<
StoppingState
> stoppingState_;
H
A
D
hcodec.cpp
315
stoppingState_ = make_shared<
StoppingState
>(this);
in HCodec()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H
A
D
image_codec.h
368
struct
StoppingState
: BaseState {
struct in OHOS::ImagePlugin::ImageCodec
369
explicit
StoppingState
(ImageCodec *codec) : BaseState(codec, "Stopping"),
in StoppingState()
function
420
std::shared_ptr<
StoppingState
> stoppingState_;
Completed in 12 milliseconds