/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_frontend.h | 89 componentId_ = componentId; 93 componentId_ = componentId; 108 return componentId_; in GetComponentId() 119 std::string componentId_ = "init_id"; member in OHOS::Ace::MockFrontend
|
/foundation/arkui/ace_engine/interfaces/napi/kits/inspector/ |
H A D | js_inspector.h | 36 explicit ComponentObserver(const std::string& componentId) : componentId_(componentId) {} in ComponentObserver() 51 std::string componentId_; member in OHOS::Ace::Napi::ComponentObserver
|
H A D | js_inspector.cpp | 221 napi_create_string_utf8(env, componentId_.c_str(), componentId_.size(), &componentIdVal); 254 jsEngine->UnregisterLayoutInspectorCallback(layoutEvent_, componentId_); 255 jsEngine->UnregisterDrawInspectorCallback(drawEvent_, componentId_); 305 jsEngine->RegisterLayoutInspectorCallback(observer->layoutEvent_, observer->componentId_); 306 jsEngine->RegisterDrawInspectorCallback(observer->drawEvent_, observer->componentId_);
|
/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_event_info.cpp | 27 componentId_ = componentId; in SetSource() 33 HILOG_DEBUG("componentId_[%{public}" PRId64 "]", componentId_); in GetViewId() 34 return componentId_; in GetViewId()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
H A D | hdi_codec.cpp | 29 : componentId_(0), in HdiCodec() 48 int32_t ret = compMgr_->CreateComponent(compNode_, componentId_, componentName_, 0, compCb_); in InitComponent() 305 if (compMgr_ != nullptr && componentId_ > 0) { in Release() 306 compMgr_->DestroyComponent(componentId_); in Release()
|
H A D | hdi_codec.h | 120 uint32_t componentId_; member in OHOS::Media::Plugins::Hdi::HdiCodec::PortIndex
|
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_event_info.h | 226 int64_t componentId_ = 0; member in OHOS::Accessibility::AccessibilityMemo
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | hdi_codec_adapter.h | 77 uint32_t componentId_{};
|
H A D | hdi_codec_adapter.cpp | 146 int32_t ret = HdiCodecManager::GetInstance().CreateComponent(&codecComp_, componentId_, in Init() 157 MEDIA_LOG_D("Init end, component Id = " PUBLIC_LOG_D32, componentId_); in Init() 187 auto ret = HdiCodecManager::GetInstance().DestroyComponent(codecComp_, componentId_); in Deinit()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | codec_state.cpp | 173 int32_t ret = codec_->compMgr_->CreateComponent(codec_->compNode_, codec_->componentId_, name, in OnAllocateComponent() 182 codec_->compUniqueStr_ = "[" + to_string(codec_->componentId_) + "][" + name + "]"; in OnAllocateComponent()
|
H A D | image_codec.cpp | 890 compMgr_->DestroyComponent(componentId_); in ReleaseComponent() 895 componentId_ = 0; in ReleaseComponent()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec.cpp | 1354 int32_t ret = compMgr_->CreateComponent(compNode_, componentId_, caps_.compName, 0, compCb_); in OnAllocateComponent() 1361 compUniqueStr_ = "[" + to_string(componentId_) + "][" + shortName_ + "]"; in OnAllocateComponent() 1375 compMgr_->DestroyComponent(componentId_); in ReleaseComponent() 1380 componentId_ = 0; in ReleaseComponent()
|
H A D | hcodec.h | 320 uint32_t componentId_ = 0; member in OHOS::MediaAVCodec::HCodec
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_codec.h | 250 uint32_t componentId_ = 0; member in OHOS::ImagePlugin::ImageCodec
|