Home
last modified time | relevance | path

Searched refs:stateName_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dstate_machine.cpp23 LOGI("already %s", currState_->stateName_.c_str()); in ChangeStateTo()
29 LOGI("change to %s", currState_->stateName_.c_str()); in ChangeStateTo()
31 LOGI("%s -> %s", lastState->stateName_.c_str(), currState_->stateName_.c_str()); in ChangeStateTo()
H A Dstate_machine.h27 explicit State(std::string stateName) : stateName_(std::move(stateName)) {} in State()
28 const std::string GetName() const { return stateName_; } in GetName()
38 std::string stateName_; variable
H A Dhcodec_log.h127 codec_->compUniqueStr_.c_str(), stateName_.c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__)
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dstate_machine.cpp23 LOGI("already %{public}s", currState_->stateName_.c_str()); in ChangeStateTo()
29 LOGD("change to %{public}s", currState_->stateName_.c_str()); in ChangeStateTo()
31 … LOGD("%{public}s -> %{public}s", lastState->stateName_.c_str(), currState_->stateName_.c_str()); in ChangeStateTo()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dstate_machine.h27 explicit State(std::string stateName) : stateName_(std::move(stateName)) {} in State()
28 const std::string GetName() const { return stateName_; } in GetName()
38 std::string stateName_; variable
H A Dimage_codec_log.h67 codec_->compUniqueStr_.c_str(), stateName_.c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__)
69 codec_->compUniqueStr_.c_str(), stateName_.c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__)
71 codec_->compUniqueStr_.c_str(), stateName_.c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__)
76 … codec_->compUniqueStr_.c_str(), stateName_.c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__); \
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
H A Dextend_state_collection.h35 std::string stateName_;
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
H A Dextend_state_collection.cpp31 stateName_ = stateName; in ExtendStateCollection()