Home
last modified time | relevance | path

Searched refs:node_ (Results 1 - 10 of 10) sorted by relevance

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DAttrEditor.js40 this.node_ = node;
46 if (this.node_ !== null && this.node_ !== undefined) {
47 AttributeArea.gi().addTitle(this.node_.name_);
48 switch (this.node_.type_) {
50 switch (this.node_.nodeType_) {
52 this.freshDataNodeNotInheritEditor(this.node_);
57 this.freshcopyNodeEditor(this.node_);
60 this.freshdeleteNodeEditor(this.node_);
63 this.freshTempletNodeEditor(this.node_);
[all...]
H A DMainEditor.js1031 pbtn.node_ = node;
1127 pbtn.node_ = node;
1399 this.nodePoint_ = nodeBtns.node_;
1404 let pn = nodeBtns.node_;
1510 this.onAttributeChange('change_current_select', nodeBtns.node_);
1511 switch (nodeBtns.node_.type_) {
1556 item.node_.isOpen_ = !item.node_.isOpen_;
1558 node: item.node_,
1559 x: item.node_
[all...]
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp119 node_ = node; in CodecComponentService()
128 if (node_ != nullptr) { in ~CodecComponentService()
129 node_->ReleaseOMXResource(); in ~CodecComponentService()
130 int32_t ret = node_->CloseHandle(); in ~CodecComponentService()
134 node_ = nullptr; in ~CodecComponentService()
151 return node_->GetComponentVersion(verInfo); in GetComponentVersion()
158 return node_->SendCommand(cmd, param, const_cast<int8_t *>(cmdData.data())); in SendCommand()
167 return node_->GetParameter(static_cast<enum OMX_INDEXTYPE>(index), outParamStruct.data()); in GetParameter()
174 return node_->SetParameter(static_cast<enum OMX_INDEXTYPE>(index), paramStruct.data()); in SetParameter()
183 return node_ in GetConfig()
[all...]
H A Dcodec_component_config.cpp84 node_.name = nullptr; in CodecComponentConfig()
85 node_.hashValue = 0; in CodecComponentConfig()
86 node_.attrData = nullptr; in CodecComponentConfig()
87 node_.parent = nullptr; in CodecComponentConfig()
88 node_.child = nullptr; in CodecComponentConfig()
89 node_.sibling = nullptr; in CodecComponentConfig()
94 node_ = node; in Init()
163 codecGroupNode = iface->GetChildNode(&node_, nodeName.c_str()); in GetGroupCapabilities()
/drivers/peripheral/codec/image/config/
H A Dcodec_image_config.cpp46 node_.name = nullptr; in CodecImageConfig()
47 node_.hashValue = 0; in CodecImageConfig()
48 node_.attrData = nullptr; in CodecImageConfig()
49 node_.parent = nullptr; in CodecImageConfig()
50 node_.child = nullptr; in CodecImageConfig()
51 node_.sibling = nullptr; in CodecImageConfig()
56 node_ = node; in Init()
95 codecGroupNode = iface->GetChildNode(&node_, nodeName.c_str()); in GetGroupCapabilities()
H A Dcodec_image_config.h54 struct DeviceResourceNode node_; member in OHOS::HDI::Codec::Image::V2_0::CodecImageConfig
/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_hdf_timer.h58 std::shared_ptr<ThermalSimulationNode> node_; member in OHOS::HDI::Thermal::V1_1::ThermalHdfTimer
/drivers/peripheral/codec/hal/idl_service/include/
H A Dcodec_component_config.h63 DeviceResourceNode node_; member in OHOS::Codec::Omx::CodecComponentConfig
H A Dcodec_component_service.h66 std::shared_ptr<OHOS::Codec::Omx::ComponentNode> node_; member in OHOS::HDI::Codec::V3_0::CodecComponentService
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_timer.cpp43 node_ = node; in ThermalHdfTimer()

Completed in 6 milliseconds