Searched refs:stateName_ (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | state_machine.cpp | 23 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 D | state_machine.h | 27 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 D | hcodec_log.h | 127 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 D | state_machine.cpp | 23 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 D | state_machine.h | 27 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 D | image_codec_log.h | 67 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 D | extend_state_collection.h | 35 std::string stateName_;
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/ |
H A D | extend_state_collection.cpp | 31 stateName_ = stateName; in ExtendStateCollection()
|