/ohos5.0/foundation/ability/idl_tool/util/ |
H A D | options.cpp | 67 attribute_.doHitrace = doHitrace_; in Parse() 68 attribute_.hitraceTag = hitraceTag_; in Parse() 69 attribute_.logTag = logTag_; in Parse() 70 attribute_.domainId = domainId_; in Parse() 71 attribute_.doLog = DoLogOn(); in Parse()
|
H A D | options.h | 158 return attribute_; in GetAttribute() 186 Attribute attribute_ = {"", "", "", false, false}; variable
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_surface.cpp | 33 attribute_ = attrib; in SetAttrib() 38 return attribute_; in GetAttrib() 47 std::vector<int> attributeList = attribute_.ToEGLAttribList(); in Create() 73 std::vector<int> attributeList = attribute_.ToEGLAttribList(); in Init()
|
H A D | render_context.h | 44 RenderAttribute attribute_; variable
|
H A D | render_surface.h | 51 RenderAttribute attribute_; variable
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ndk-embed-arkts-components.md | 392 void SetWidth(float width) { attribute_.width = width; } 394 void SetHeight(float height) { attribute_.height = height; } 396 void SetBackgroundColor(uint32_t color) { attribute_.backgroundColor = color; } 402 void SetRefreshOffset(float offset) { attribute_.refreshOffset = offset; } 439 NativeRefreshAttribute attribute_; 511 if (refresh && refresh->attribute_.onRefreshing) { 512 refresh->attribute_.onRefreshing(); 528 if (refresh && refresh->attribute_.onOffsetChange) { 529 refresh->attribute_.onOffsetChange(offset); 583 refresh->attribute_ = attribute; [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/ |
H A D | frame_node.ts | 647 attribute_: T; 660 if (this.attribute_ === undefined) { 661 this.attribute_ = this.attrCreator_(this.nodePtr_, ModifierType.FRAME_NODE); 663 this.attribute_.setNodePtr(this.nodePtr_); 665 return this.attribute_; 669 if (this.attribute_ === undefined) { 670 this.attribute_ = this.attrCreator_(this.nodePtr_, ModifierType.FRAME_NODE); 673 if (this.attribute_.allowChildCount !== undefined) { 674 const allowCount = this.attribute_.allowChildCount(); 680 if (this.attribute_.allowChildTypes !== undefined && node !== undefined) { [all …]
|
H A D | node_adapter.ts | 189 if (frameeNode.attribute_.allowChildCount !== undefined) { 190 const allowCount = frameeNode.attribute_.allowChildCount();
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ndk-embed-arkts-components.md | 392 void SetWidth(float width) { attribute_.width = width; } 394 void SetHeight(float height) { attribute_.height = height; } 396 void SetBackgroundColor(uint32_t color) { attribute_.backgroundColor = color; } 402 void SetRefreshOffset(float offset) { attribute_.refreshOffset = offset; } 439 NativeRefreshAttribute attribute_; 511 if (refresh && refresh->attribute_.onRefreshing) { 512 refresh->attribute_.onRefreshing(); 528 if (refresh && refresh->attribute_.onOffsetChange) { 529 refresh->attribute_.onOffsetChange(offset); 583 refresh->attribute_ = attribute; [all …]
|
/ohos5.0/foundation/multimedia/player_framework/services/utils/include/ |
H A D | task_queue.h | 118 …(std::function<T(void)> task, ITaskHandler::Attribute attr = {}) : task_(task), attribute_(attr) {} 190 return attribute_; 227 ITaskHandler::Attribute attribute_; // task execute attribute.
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_vendor_player_application_settings.h | 209 return attribute_; in GetAttribute() 232 …uint8_t attribute_ {AVRC_PLAYER_ATTRIBUTE_ILLEGAL}; // The value of the "PlayerApplicationSettin…
|
H A D | avrcp_ct_vendor.cpp | 340 : AvrcCtVendorPacket(), attribute_(AVRC_PLAYER_ATTRIBUTE_ILLEGAL) in AvrcCtLpasvPacket() 348 attribute_ = attributes; in AvrcCtLpasvPacket() 351 AvrcCtLpasvPacket::AvrcCtLpasvPacket(Packet *pkt) : AvrcCtVendorPacket(), attribute_(AVRC_PLAYER_AT… in AvrcCtLpasvPacket() 386 PushOctets1((bufferPtr + offset), attribute_); in AssembleParameters() 387 HILOGI("attribute_: %{public}x", attribute_); in AssembleParameters() 443 if (attribute_ == AVRC_PLAYER_ATTRIBUTE_ILLEGAL) { in IsValidAttribute() 447 …if (attribute_ >= AVRC_PLAYER_ATTRIBUTE_RESERVED_MIN && attribute_ <= AVRC_PLAYER_ATTRIBUTE_RESERV… in IsValidAttribute()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 110 : attribute_(attribute), values_(values) in PlayerSettingValues() 116 uint8_t attribute_; // The attribute of the player application setting. variable 289 uint32_t attribute_; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_vendor_player_application_settings.h | 225 return attribute_; in GetAttribute() 238 …uint8_t attribute_ {AVRC_PLAYER_ATTRIBUTE_ILLEGAL}; // The value of the "PlayerApplicationSettin…
|
H A D | avrcp_tg_vendor.cpp | 594 : AvrcTgVendorPacket(), attribute_(AVRC_PLAYER_ATTRIBUTE_ILLEGAL) in AvrcTgLpasvPacket() 676 attribute_ = static_cast<uint8_t>(payload); in DisassembleParameters() 677 HILOGI("attribute_: %{public}x", attribute_); in DisassembleParameters() 718 if (attribute_ == AVRC_PLAYER_ATTRIBUTE_ILLEGAL) { in IsValidAttribute() 722 …if (attribute_ >= AVRC_PLAYER_ATTRIBUTE_RESERVED_MIN && attribute_ <= AVRC_PLAYER_ATTRIBUTE_RESERV… in IsValidAttribute()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsXNode.js | 611 if (frameeNode.attribute_.allowChildCount !== undefined) { 612 const allowCount = frameeNode.attribute_.allowChildCount(); 1292 if (this.attribute_ === undefined) { 1293 this.attribute_ = this.attrCreator_(this.nodePtr_, ModifierType.FRAME_NODE); 1295 this.attribute_.setNodePtr(this.nodePtr_); 1297 return this.attribute_; 1300 if (this.attribute_ === undefined) { 1303 if (this.attribute_.allowChildCount !== undefined) { 1304 const allowCount = this.attribute_.allowChildCount(); 1309 if (this.attribute_.allowChildTypes !== undefined && node !== undefined) { [all …]
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
H A D | napi_accessibility_element.cpp | 362 callbackInfo->attribute_ = attribute; in GetAttribute() 403 if (callbackInfo->attribute_ == "parent") { in AttributeValueExecute() 410 } else if (callbackInfo->attribute_ == "children") { in AttributeValueExecute() 417 } else if (callbackInfo->attribute_ == "rootElement") { in AttributeValueExecute() 427 …HILOG_DEBUG("attribute[%{public}s], result[%{public}d]", callbackInfo->attribute_.c_str(), callbac… in AttributeValueExecute() 441 auto elementIter = elementInfoCompleteMap.find(callbackInfo->attribute_); in AttributeValueComplete() 443 …G_ERROR("There is no the attribute[%{public}s] in element info", callbackInfo->attribute_.c_str()); in AttributeValueComplete() 451 auto windowIter = windowInfoCompleteMap.find(callbackInfo->attribute_); in AttributeValueComplete() 453 HILOG_ERROR("There is no the attribute[%{public}s]", callbackInfo->attribute_.c_str()); in AttributeValueComplete()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.h | 200 RenderAttribute attribute_; variable
|
H A D | render_environment.cpp | 132 screenSurface_->SetAttrib(attribute_); in InitEngine()
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/include/ |
H A D | napi_accessibility_element.h | 58 std::string attribute_ = ""; member
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 709 itemAttr.attribute_ = attributes.at(i); in OnGetItemAttributes()
|