Home
last modified time | relevance | path

Searched refs:PostCommand (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/jsthread/
H A Djs_thread.cpp68 void JSThread::PostCommand(AbilityMsgId command) in PostCommand() function in OHOS::ACELite::JSThread
166 PostCommand(AbilityMsgId::TE_EVENT); in TryToDispatchTEEvent()
H A Djs_thread.h46 void PostCommand(AbilityMsgId command);
/ohos5.0/base/update/updater/services/flashd/daemon/
H A Derase_commander.h27 void PostCommand() override;
H A Dformat_commander.h28 void PostCommand() override;
H A Dupdate_commander.h27 void PostCommand() override;
H A Dflash_commander.h29 void PostCommand() override;
H A Derase_commander.cpp67 void EraseCommander::PostCommand() in PostCommand() function in Flashd::EraseCommander
H A Dcommander.h37 virtual void PostCommand() = 0;
H A Dformat_commander.cpp77 void FormatCommander::PostCommand() in PostCommand() function in Flashd::FormatCommander
H A Dflash_commander.cpp117 void FlashCommander::PostCommand() in PostCommand() function in Flashd::FlashCommander
H A Dupdate_commander.cpp127 void UpdateCommander::PostCommand() in PostCommand() function in Flashd::UpdateCommander
H A Ddaemon_updater.cpp98 commander_->PostCommand(); in SendToHost()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/amsthread/
H A Dams_thread.cpp219 appRecord.jsApp->PostCommand(state); in MoveAppToTargetState()