Home
last modified time | relevance | path

Searched refs:StartingState (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Drpt_manager_state_machine.h58 class StartingState : public State { class in OHOS::Wifi::RptManagerMachine
60 explicit StartingState(RptManagerMachine *rptManagerMachine);
61 ~StartingState() override;
155 StartingState *pStartingState;
H A Drpt_manager_state_machine.cpp87 pStartingState = new (std::nothrow) StartingState(this); in InitRptManagerStates()
180 /* ---------------- StartingState ---------------- */
181 RptManagerMachine::StartingState::StartingState(RptManagerMachine *rptManagerMachine) in StartingState() function in OHOS::Wifi::RptManagerMachine::StartingState
182 : State("StartingState"), pRptManagerMachine(rptManagerMachine) in StartingState()
185 RptManagerMachine::StartingState::~StartingState() in ~StartingState()
188 void RptManagerMachine::StartingState::GoInState() in GoInState()
190 WIFI_LOGE("StartingState GoInState function.\n"); in GoInState()
194 void RptManagerMachine::StartingState
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp328 /**************************** StartingState Start ******************************/
329 void ImageCodec::StartingState::OnStateEntered() in OnStateEntered()
346 int32_t ImageCodec::StartingState::AllocateBuffers() in AllocateBuffers()
359 void ImageCodec::StartingState::OnMsgReceived(const MsgInfo &info) in OnMsgReceived()
388 void ImageCodec::StartingState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2) in OnCodecEvent()
414 void ImageCodec::StartingState::OnShutDown(const MsgInfo &info) in OnShutDown()
419 void ImageCodec::StartingState::ReplyStartMsg(int32_t errCode) in ReplyStartMsg()
430 void ImageCodec::StartingState::OnStateExited() in OnStateExited()
442 /**************************** StartingState End ******************************/
H A Dimage_codec.cpp171 startingState_ = make_shared<StartingState>(this); in ImageCodec()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp330 /**************************** StartingState Start ******************************/
331 void HCodec::StartingState::OnStateEntered() in OnStateEntered()
348 int32_t HCodec::StartingState::AllocateBuffers() in AllocateBuffers()
362 void HCodec::StartingState::OnMsgReceived(const MsgInfo &info) in OnMsgReceived()
394 void HCodec::StartingState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2) in OnCodecEvent()
420 void HCodec::StartingState::OnShutDown(const MsgInfo &info) in OnShutDown()
425 void HCodec::StartingState::ReplyStartMsg(int32_t errCode) in ReplyStartMsg()
436 void HCodec::StartingState::OnStateExited() in OnStateExited()
452 /**************************** StartingState End ******************************/
H A Dhcodec.h432 struct StartingState : BaseState { struct in OHOS::MediaAVCodec::HCodec
433 explicit StartingState(HCodec *codec) : BaseState(codec, "Starting") {} in StartingState() function
535 std::shared_ptr<StartingState> startingState_;
H A Dhcodec.cpp312 startingState_ = make_shared<StartingState>(this); in HCodec()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h334 struct StartingState : BaseState { struct in OHOS::ImagePlugin::ImageCodec
335 explicit StartingState(ImageCodec *codec) : BaseState(codec, "Starting") {} in StartingState() function
417 std::shared_ptr<StartingState> startingState_;

Completed in 13 milliseconds