/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/ |
H A D | softbus_wrapper.cpp | 32 attribute_.linkTypeNum = MAX_LINK_TYPE_NUM; in SoftBusWrapper() 33 attribute_.linkType[0] = LINK_TYPE_WIFI_P2P; // Select WIFI P2P first in SoftBusWrapper() 34 attribute_.linkType[1] = LINK_TYPE_WIFI_WLAN_5G; // Then WIFI 5G in SoftBusWrapper() 35 attribute_.linkType[2] = LINK_TYPE_WIFI_WLAN_2G; // Then WIFI 2G in SoftBusWrapper() 36 attribute_.dataType = TYPE_BYTES; in SoftBusWrapper() 66 "attribute_.dataType = %{public}d, streamType = %{public}d.", in OpenSoftBusSession() 67 mySessionName_.c_str(), peerNetworkId.c_str(), groupId.c_str(), attribute_.dataType, in OpenSoftBusSession() 68 attribute_.attr.streamAttr.streamType); in OpenSoftBusSession() 71 groupId.c_str(), &attribute_); in OpenSoftBusSession() 165 attribute_ in SetAttrbute() [all...] |
H A D | softbus_wrapper.h | 73 SessionAttribute attribute_{};
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/ |
H A D | softbus_wrapper.cpp | 32 attribute_.linkTypeNum = MAX_LINK_TYPE_NUM; in SoftBusWrapper() 33 attribute_.linkType[0] = LINK_TYPE_WIFI_P2P; // Select WIFI P2P first in SoftBusWrapper() 34 attribute_.linkType[1] = LINK_TYPE_WIFI_WLAN_5G; // Then WIFI 5G in SoftBusWrapper() 35 attribute_.linkType[2] = LINK_TYPE_WIFI_WLAN_2G; // Then WIFI 2G in SoftBusWrapper() 36 attribute_.dataType = TYPE_BYTES; in SoftBusWrapper() 66 "attribute_.dataType = %{public}d, streamType = %{public}d.", in OpenSoftBusSession() 67 mySessionName_.c_str(), peerNetworkId.c_str(), groupId.c_str(), attribute_.dataType, in OpenSoftBusSession() 68 attribute_.attr.streamAttr.streamType); in OpenSoftBusSession() 71 groupId.c_str(), &attribute_); in OpenSoftBusSession() 165 attribute_ in SetAttrbute() [all...] |
H A D | softbus_wrapper.h | 73 SessionAttribute attribute_{};
|
/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}; member in OHOS::Idl::Options
|
/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() 46 std::vector<int> attributeList = attribute_.ToEGLAttribList();
in Create() 72 std::vector<int> attributeList = attribute_.ToEGLAttribList();
in Init()
|
H A D | render_surface.h | 51 RenderAttribute attribute_;
member in OHOS::Media::Effect::RenderSurface
|
H A D | render_context.h | 44 RenderAttribute attribute_;
member in OHOS::Media::Effect::RenderContext
|
/foundation/multimedia/player_framework/services/utils/include/ |
H A D | task_queue.h | 118 TaskHandler(std::function<T(void)> task, ITaskHandler::Attribute attr = {}) : task_(task), attribute_(attr) {} in TaskHandler() 190 return attribute_; 227 ITaskHandler::Attribute attribute_; // task execute attribute. member in OHOS::Media::TaskHandler
|
/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 "PlayerApplicationSettingAttributeID".
|
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_ATTRIBUTE_ILLEGAL) 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_RESERVED_MAX) { in IsValidAttribute()
|
/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 "PlayerApplicationSettingAttributeID".
|
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_RESERVED_MAX) { in IsValidAttribute()
|
/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. member in OHOS::Bluetooth::AvrcpCtResponse::PlayerSettingValues 289 uint32_t attribute_; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsXNode.js | 608 const hasAttributeProperty = Object.prototype.hasOwnProperty.call(node, 'attribute_'); 611 if (frameeNode.attribute_.allowChildCount !== undefined) { 612 const allowCount = frameeNode.attribute_.allowChildCount(); 1284 if (this.attribute_ === undefined) { 1285 this.attribute_ = this.attrCreator_(this.nodePtr_, ModifierType.FRAME_NODE); 1287 this.attribute_.setNodePtr(this.nodePtr_); 1288 this.attribute_.setInstanceId((this.uiContext_ === undefined || this.uiContext_ === null) ? -1 : this.uiContext_.instanceId_); 1289 return this.attribute_; 1292 if (this.attribute_ === undefined) { 1293 this.attribute_ [all...] |
/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.h | 203 RenderAttribute attribute_;
member in OHOS::Media::Effect::RenderEnvironment
|
H A D | render_environment.cpp | 127 screenSurface_->SetAttrib(attribute_);
in InitEngine()
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
H A D | napi_accessibility_element.cpp | 363 callbackInfo->attribute_ = attribute; in GetAttribute() 404 if (callbackInfo->attribute_ == "parent") { in AttributeValueExecute() 411 } else if (callbackInfo->attribute_ == "children") { in AttributeValueExecute() 418 } else if (callbackInfo->attribute_ == "rootElement") { in AttributeValueExecute() 428 HILOG_DEBUG("attribute[%{public}s], result[%{public}d]", callbackInfo->attribute_.c_str(), callbackInfo->ret_); in AttributeValueExecute() 442 auto elementIter = elementInfoCompleteMap.find(callbackInfo->attribute_); in AttributeValueComplete() 444 HILOG_ERROR("There is no the attribute[%{public}s] in element info", callbackInfo->attribute_.c_str()); in AttributeValueComplete() 452 auto windowIter = windowInfoCompleteMap.find(callbackInfo->attribute_); in AttributeValueComplete() 454 HILOG_ERROR("There is no the attribute[%{public}s]", callbackInfo->attribute_.c_str()); in AttributeValueComplete()
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/include/ |
H A D | napi_accessibility_element.h | 58 std::string attribute_ = ""; member
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 706 itemAttr.attribute_ = attributes.at(i); in OnGetItemAttributes()
|