Home
last modified time | relevance | path

Searched refs:GetActionName (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/update/sys_installer/frameworks/action_processer/src/
H A Daction_processer.cpp43 LOG(INFO) << "add " << action->GetActionName(); in AddAction()
67 LOG(INFO) << "Start " << curAction_->GetActionName(); in Start()
79 LOG(INFO) << "Stop " << curAction_->GetActionName(); in Stop()
96 LOG(INFO) << "Suspend " << curAction_->GetActionName(); in Suspend()
110 LOG(INFO) << "Resume " << curAction_->GetActionName(); in Resume()
124 LOG(INFO) << "Completed " << curAction_->GetActionName(); in CompletedAction()
156 LOG(INFO) << "StartNextAction " << curAction_->GetActionName(); in StartNextAction()
/ohos5.0/base/update/sys_installer/frameworks/actions/include/
H A Diaction.h37 virtual std::string GetActionName() = 0;
/ohos5.0/base/update/sys_installer/services/ab_update/include/
H A Dab_update.h32 std::string GetActionName() override in GetActionName() function
/ohos5.0/base/update/sys_installer/frameworks/actions/verify_action/include/
H A Dpkg_verify.h32 std::string GetActionName() override in GetActionName() function
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dstate.cpp58 const char* State::GetActionName(Action action) in GetActionName() function in OHOS::Media::State
203 GetIntentName(intent), name_.c_str(), GetActionName(nextAction)); in DispatchIntent()
H A Dstate.h95 static const char* GetActionName(Action action);
H A Dstate_machine.cpp240 State::GetIntentName(intent), State::GetActionName(action), GetErrorName(result)); in OnIntentExecuted()