Searched refs:componentName_ (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component.h | 135 return componentName_; in GetComponentName() 239 componentName_ = name; in SetComponentName() 625 uint16_t componentName_; variable
|
H A D | component.cpp | 80 componentName_(K_UNKNOWN), in Component() 130 START_TRACING_WITH_COMPONENT_NAME(RENDER_CREATE_COMPONENT, componentName_); in Render() 158 START_TRACING_WITH_COMPONENT_NAME(RENDER_PROCESS_CHILDREN, componentName_); in Render() 242 START_TRACING_WITH_EXTRA_INFO(SET_ATTR_SET_TO_NATIVE, componentName_, attrKeyId); in UpdateView() 724 START_TRACING_WITH_COMPONENT_NAME(RENDER_APPLY_STYLE, componentName_); in ParseOptions() 1095 START_TRACING_WITH_COMPONENT_NAME(SET_ATTR_PARSE_EXPRESSION, componentName_); in ParseAttrs() 1112 START_TRACING_WITH_EXTRA_INFO(SET_ATTR_SET_TO_NATIVE, componentName_, attrKeyId); in ParseAttrs()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
H A D | hdi_codec.cpp | 31 componentName_(""), in HdiCodec() 50 componentName_ = name; in InitComponent() 52 int32_t ret = compMgr_->CreateComponent(compNode_, componentId_, componentName_, 0, compCb_); in InitComponent()
|
H A D | hdi_codec.h | 120 std::string componentName_; variable
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | hdi_codec_adapter.h | 76 std::string componentName_ {};
|
H A D | hdi_codec_adapter.cpp | 138 componentName_ = pluginName_.substr(firstDotPos + 1); // ComponentCapability.compName in Init() 147 … const_cast<char*>(componentName_.c_str()), in Init()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_codec.h | 49 std::string GetComponentName() const { return componentName_; } in GetComponentName() 251 std::string componentName_; variable
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | codec_state.cpp | 190 codec_->componentName_ = name; in OnAllocateComponent()
|
H A D | image_codec.cpp | 896 componentName_.clear(); in ReleaseComponent()
|