/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
H A D | grid_layout_range_solver.cpp | 133 auto [startLine, startItem] = CheckMultiRow(idx); in SolveBackward() 136 return { startLine, startItem, newOffset }; in SolveBackward() 152 int32_t startItem = row.begin()->second; in CheckMultiRow() local 171 startItem = -it->second; in CheckMultiRow() 187 return { startLine, startItem }; in CheckMultiRow()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_avrcp_ct.h | 62 virtual int32_t GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem, 73 virtual int32_t GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_avrcp_ct_server.h | 57 virtual int32_t GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem, 67 virtual int32_t GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_avrcp_ct_proxy.h | 57 int32_t GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem, 67 int32_t GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) override;
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 398 int32_t startItem = data.ReadInt32(); in GetFolderItemsInner() local 411 int32_t result = GetFolderItems(raw, startItem, endItem, attributes); in GetFolderItemsInner() 509 int32_t startItem = data.ReadInt32(); in GetMeidaPlayerListInner() local 512 int32_t result = GetMeidaPlayerList(raw, startItem, endItem); in GetMeidaPlayerListInner()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_element.cpp | 787 RefPtr<ListItemComponent> startItem; in PatchElements() local 789 startItem = ListItemComponent::GetListItem(needRefreshItems_.back()); in PatchElements() 791 startItem = ListItemComponent::GetListItem(needRefreshItems_.front()); in PatchElements() 793 if (!startItem) { in PatchElements() 798 int32_t start = startItem->GetIndex(); in PatchElements()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 623 int32_t BluetoothAvrcpCtProxy::GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem, in GetFolderItems() argument 637 if (!data.WriteInt32(startItem)) { in GetFolderItems() 856 const RawAddress &device, int32_t startItem, int32_t endItem) in GetMeidaPlayerList() 869 if (!data.WriteInt32(startItem)) { in GetMeidaPlayerList() 855 GetMeidaPlayerList( const RawAddress &device, int32_t startItem, int32_t endItem) GetMeidaPlayerList() argument
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 896 * @param[in] startItem The offset within the listing of the item, which should be the first returned item. The 910 int GetFolderItems(const BluetoothRemoteDevice &device, uint32_t startItem, uint32_t endItem, 917 * @param[in] startItem The offset within the listing of the item, which should be the first returned item. The 930 int GetMeidaPlayerList(const BluetoothRemoteDevice &device, uint32_t startItem, uint32_t endItem);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 508 * @param[in] startItem The offset within the listing of the item, which should be the first returned item. The 520 int GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem, 1261 * @param[in] startItem The offset within the listing of the item, which should be the first returned item. The 1270 RawAddress rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem, std::vector<uint32_t> attributes);
|
H A D | avrcp_ct_browse.cpp | 283 uint8_t scope, uint32_t startItem, uint32_t endItem, const std::vector<uint32_t> &attributes) in AvrcCtGfiPacket() 286 HILOGI("scope: %{public}d, startItem: %{public}u, endItem: %{public}u", scope, startItem, endItem); in AvrcCtGfiPacket() 290 startItem_ = startItem; in AvrcCtGfiPacket() 282 AvrcCtGfiPacket( uint8_t scope, uint32_t startItem, uint32_t endItem, const std::vector<uint32_t> &attributes) AvrcCtGfiPacket() argument
|
H A D | avrcp_ct_service.cpp | 1682 int AvrcpCtService::GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem, in GetFolderItems() argument 1685 HILOGI("address: %{public}s, scope: %{public}d, startItem: %{public}u, endItem: %{public}u", in GetFolderItems() 1686 GET_ENCRYPT_AVRCP_ADDR(rawAddr), scope, startItem, endItem); in GetFolderItems() 1708 std::bind(&AvrcpCtService::GetFolderItemsNative, this, peerAddr, scope, startItem, endItem, attributes)); in GetFolderItems() 1716 RawAddress rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem, std::vector<uint32_t> attributes) in GetFolderItemsNative() 1718 HILOGI("address: %{public}s, scope: %{public}d, startItem: %{public}u, endItem: %{public}u", in GetFolderItemsNative() 1719 GET_ENCRYPT_AVRCP_ADDR(rawAddr), scope, startItem, endItem); in GetFolderItemsNative() 1729 profile_->SendGetFolderItemsCmd(rawAddr, scope, startItem, endItem, attributes); in GetFolderItemsNative() 1715 GetFolderItemsNative( RawAddress rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem, std::vector<uint32_t> attributes) GetFolderItemsNative() argument
|
H A D | avrcp_ct_browse.h | 370 AvrcCtGfiPacket(uint8_t scope, uint32_t startItem, uint32_t endItem, const std::vector<uint32_t> &attributes);
|
H A D | avrcp_ct_profile.h | 912 * @param[in] startItem The offset within the listing of the item, which should be the first returned item. The 920 void SendGetFolderItemsCmd(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
|
H A D | avrcp_ct_profile.cpp | 1800 void AvrcCtProfile::SendGetFolderItemsCmd(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, in SendGetFolderItemsCmd() argument 1803 HILOGI("addr:%{public}s, scope:%{public}d, startItem:%{public}d, endItem:%{public}d, attributes.size:%{public}zu", in SendGetFolderItemsCmd() 1804 GET_ENCRYPT_AVRCP_ADDR(rawAddr), scope, startItem, endItem, attributes.size()); in SendGetFolderItemsCmd() 1807 std::make_shared<AvrcCtGfiPacket>(scope, startItem, endItem, attributes); in SendGetFolderItemsCmd()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1452 const BluetoothRemoteDevice &device, uint32_t startItem, uint32_t endItem, const std::vector<uint32_t> &attributes) in GetFolderItems() 1454 HILOGI("enter, device: %{public}s, startItem: %{public}d, endItem: %{public}d", in GetFolderItems() 1455 GET_ENCRYPT_ADDR(device), startItem, endItem); in GetFolderItems() 1467 if (startItem > endItem) { in GetFolderItems() 1486 rawAddr, static_cast<int32_t>(startItem), static_cast<int32_t>(endItem), attrs); in GetFolderItems() 1492 int AvrcpController::GetMeidaPlayerList(const BluetoothRemoteDevice &device, uint32_t startItem, uint32_t endItem) in GetMeidaPlayerList() argument 1494 HILOGI("enter, device: %{public}s, startItem: %{public}d, endItem: %{public}d", in GetMeidaPlayerList() 1495 GET_ENCRYPT_ADDR(device), startItem, endItem); in GetMeidaPlayerList() 1505 return proxy->GetMeidaPlayerList(rawAddr, static_cast<int32_t>(startItem), static_cast<int32_t>(endItem)); in GetMeidaPlayerList() 1451 GetFolderItems( const BluetoothRemoteDevice &device, uint32_t startItem, uint32_t endItem, const std::vector<uint32_t> &attributes) GetFolderItems() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1158 int32_t BluetoothAvrcpCtServer::GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem, in GetFolderItems() argument 1161 HILOGI("res: %{public}s, startItem: %{public}d, endItem: %{public}d", in GetFolderItems() 1162 GetEncryptAddr(device.GetAddress()).c_str(), startItem, endItem); in GetFolderItems() 1172 static_cast<uint32_t>(startItem), in GetFolderItems() 1296 int32_t BluetoothAvrcpCtServer::GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) in GetMeidaPlayerList() argument 1298 HILOGI("res: %{public}s: startItem: %{public}d, endItem: %{public}d", in GetMeidaPlayerList() 1299 GetEncryptAddr(device.GetAddress()).c_str(), startItem, endItem); in GetMeidaPlayerList() 1306 static_cast<uint32_t>(startItem), in GetMeidaPlayerList()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 998 * @param[in] startItem The offset within the listing of the item, which should be the first returned item. The 1012 virtual int GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | media_service.h | 268 int GetFolderItems(const std::string &addr, uint8_t scope, uint32_t startItem, uint32_t endItem, in GetFolderItems() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_profile.h | 226 * @param[in] startItem The offset within the listing of the item, which should be the first returned item. The 235 std::function<void(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
|
H A D | avrcp_tg_service.cpp | 1808 void AvrcpTgService::GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem, in GetPlayStatus() argument 1811 HILOGI("addr:%{public}s, scope:%{public}d, startItem:%{public}u, endItem:%{public}u, label:%{public}d", in GetPlayStatus() 1812 GET_ENCRYPT_AVRCP_ADDR(rawAddr), scope, startItem, endItem, label); in GetPlayStatus() 1814 rawAddr.GetAddress(), scope, startItem, endItem, attributes, label); in GetPlayStatus()
|
H A D | avrcp_tg_service.h | 1569 * @param[in] startItem The offset within the listing of the item, which should be the first returned item. The 1582 void GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | render_grid_scroll.cpp | 1164 int32_t startItem = result->second.begin()->second; in CalculateWholeSize() local 1165 estimatePos_ = estimateAverageHeight_ * startItem; in CalculateWholeSize()
|