Searched refs:stateName_ (Results 1 - 6 of 6) sorted by relevance
/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_; member in OHOS::MediaAVCodec::State
|
H A D | hcodec_log.h | 127 codec_->compUniqueStr_.c_str(), stateName_.c_str(), __FUNCTION__, __LINE__, ##__VA_ARGS__)
|
/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()
|
/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_; member in OHOS::ImagePlugin::State
|
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__); \
|
Completed in 2 milliseconds