/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/ |
H A D | item_info_box.cpp | 63 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 D | item_info_box.h | 39 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 D | indexer_item_component.h | 133 return itemType_; in GetItemType() 138 itemType_ = type; in SetItemType() 160 int32_t itemType_ = 0; member in OHOS::Ace::V2::IndexerItemComponent
|
H A D | render_indexer_item.h | 43 return itemType_; in GetItemType() 130 int32_t itemType_ = 0; member in OHOS::Ace::V2::RenderIndexerItem
|
H A D | render_indexer_item.cpp | 41 itemType_ = itemComponent->GetItemType(); in Update()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | avrcp_media.cpp | 24 : itemType_(itemType), in AvrcMpItem() 34 : itemType_(itemType), in AvrcMeItem()
|
H A D | avrcp_media.h | 42 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 D | bluetooth_avrcp_mpItem.cpp | 23 if (!parcel.WriteUint8(itemType_)) { in Marshalling() 69 if (!parcel.ReadUint8(itemType_)) { in ReadFromParcel()
|
H A D | bluetooth_avrcp_meItem.cpp | 23 if (!parcel.WriteUint8(itemType_)) { in Marshalling() 74 if (!parcel.ReadUint8(itemType_)) { in ReadFromParcel()
|
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | indexer_item_component.h | 160 return itemType_; in GetItemType() 165 itemType_ = type; in SetItemType() 181 int32_t itemType_ = 0; member in OHOS::Ace::IndexerItemComponent
|
H A D | render_indexer_item.h | 47 return itemType_; in GetItemType() 134 int32_t itemType_ = 0; member in OHOS::Ace::RenderIndexerItem
|
H A D | render_indexer_item.cpp | 49 itemType_ = itemComponent->GetItemType(); in Update()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | heif_parser_box_test.cpp | 286 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 D | heif_parser_test.cpp | 345 heifBox->itemType_ = "grid"; in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_browse.cpp | 484 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 D | avrcp_tg_service.cpp | 212 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 D | media_service.h | 45 uint8_t itemType_ {0xFF}; 55 uint8_t itemType_ {0xFF};
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 237 myItem.itemType_ = items.at(i).itemType_; 652 mediaPlayer.itemType_ = items.at(i).itemType_; in OnGetMediaPlayers()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 254 uint8_t itemType_ {AVRC_MEDIA_ELEMENT_TYPE_RESERVED};
|