Home
last modified time | relevance | path

Searched refs:itemType_ (Results 1 - 19 of 19) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_info_box.cpp63 itemType_ = code_to_fourcc(itemType); in ParseContent()
80 if (isHidden_ || !itemType_.empty()) { in InferFullBoxVersion()
118 if (itemType_.empty()) { in Write()
121 writer.Write32(fourcc_to_code(itemType_.c_str())); in Write()
125 if (itemType_ == "mime") { in Write()
128 } else if (itemType_ == "uri ") { in Write()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_info_box.h39 itemId_(id), itemType_(itemType), in HeifInfeBox()
50 const std::string &GetItemType() const { return itemType_; } in GetItemType()
52 void SetItemType(const std::string &type) { itemType_ = type; } in SetItemType()
76 std::string itemType_; member in OHOS::ImagePlugin::HeifInfeBox
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Dindexer_item_component.h133 return itemType_; in GetItemType()
138 itemType_ = type; in SetItemType()
160 int32_t itemType_ = 0; member in OHOS::Ace::V2::IndexerItemComponent
H A Drender_indexer_item.h43 return itemType_; in GetItemType()
130 int32_t itemType_ = 0; member in OHOS::Ace::V2::RenderIndexerItem
H A Drender_indexer_item.cpp41 itemType_ = itemComponent->GetItemType(); in Update()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Davrcp_media.cpp24 : itemType_(itemType), in AvrcMpItem()
34 : itemType_(itemType), in AvrcMeItem()
H A Davrcp_media.h42 uint8_t itemType_ = 0; // The value of the "Item Type ". member in OHOS::bluetooth::AvrcMpItem
65 uint8_t itemType_ = 0; // The value of the "Item Type ". member in OHOS::bluetooth::AvrcMeItem
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_avrcp_mpItem.cpp23 if (!parcel.WriteUint8(itemType_)) { in Marshalling()
69 if (!parcel.ReadUint8(itemType_)) { in ReadFromParcel()
H A Dbluetooth_avrcp_meItem.cpp23 if (!parcel.WriteUint8(itemType_)) { in Marshalling()
74 if (!parcel.ReadUint8(itemType_)) { in ReadFromParcel()
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.h160 return itemType_; in GetItemType()
165 itemType_ = type; in SetItemType()
181 int32_t itemType_ = 0; member in OHOS::Ace::IndexerItemComponent
H A Drender_indexer_item.h47 return itemType_; in GetItemType()
134 int32_t itemType_ = 0; member in OHOS::Ace::RenderIndexerItem
H A Drender_indexer_item.cpp49 itemType_ = itemComponent->GetItemType(); in Update()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_box_test.cpp286 heifInfeBox.itemType_ = ""; in HWTEST_F()
287 ASSERT_EQ(heifInfeBox.itemType_.empty(), true); in HWTEST_F()
306 heifInfeBox.itemType_ = ""; in HWTEST_F()
307 ASSERT_EQ(heifInfeBox.itemType_.empty(), true); in HWTEST_F()
309 heifInfeBox.itemType_ = "uri"; in HWTEST_F()
H A Dheif_parser_test.cpp345 heifBox->itemType_ = "grid"; in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_browse.cpp484 newOffset += PushOctets1((buffer + newOffset), item.itemType_); in AssembleMpItem()
485 HILOGI("itemType_: %{public}x", item.itemType_); in AssembleMpItem()
536 if (item.itemType_ == AVRC_MEDIA_TYPE_FOLDER_ITEM) { in CountMeFrameSize()
542 if (item.itemType_ == AVRC_MEDIA_TYPE_MEDIA_ELEMENT_ITEM) { in CountMeFrameSize()
611 newOffset += PushOctets1((buffer + newOffset), item.itemType_); in AssembleMeItem()
613 if (item.itemType_ == AVRC_MEDIA_TYPE_FOLDER_ITEM) { in AssembleMeItem()
616 if (item.itemType_ == AVRC_MEDIA_TYPE_MEDIA_ELEMENT_ITEM) { in AssembleMeItem()
628 if (item.itemType_ == AVRC_MEDIA_TYPE_FOLDER_ITEM) { in AssembleMeItem()
640 if (item.itemType_ ! in AssembleMeItem()
[all...]
H A Davrcp_tg_service.cpp212 AvrcMpItem mpItem(item.itemType_, in OnGetMediaPlayers()
237 item.itemType_, item.uid_, item.mediaType_, item.playable_, item.name_, item.attributes_, item.values_); in OnGetFolderItems()
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h45 uint8_t itemType_ {0xFF};
55 uint8_t itemType_ {0xFF};
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp237 myItem.itemType_ = items.at(i).itemType_;
652 mediaPlayer.itemType_ = items.at(i).itemType_; in OnGetMediaPlayers()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h254 uint8_t itemType_ {AVRC_MEDIA_ELEMENT_TYPE_RESERVED};

Completed in 21 milliseconds