Home
last modified time | relevance | path

Searched refs:componentName_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent.h135 return componentName_; in GetComponentName()
239 componentName_ = name; in SetComponentName()
625 uint16_t componentName_; variable
H A Dcomponent.cpp80 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 Dhdi_codec.cpp31 componentName_(""), in HdiCodec()
50 componentName_ = name; in InitComponent()
52 int32_t ret = compMgr_->CreateComponent(compNode_, componentId_, componentName_, 0, compCb_); in InitComponent()
H A Dhdi_codec.h120 std::string componentName_; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_adapter.h76 std::string componentName_ {};
H A Dhdi_codec_adapter.cpp138 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 Dimage_codec.h49 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 Dcodec_state.cpp190 codec_->componentName_ = name; in OnAllocateComponent()
H A Dimage_codec.cpp896 componentName_.clear(); in ReleaseComponent()