Home
last modified time | relevance | path

Searched refs:startItem (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_layout_range_solver.cpp132 auto [startLine, startItem] = CheckMultiRow(idx); in SolveBackward()
135 return { startLine, startItem, newOffset }; in SolveBackward()
151 int32_t startItem = row.begin()->second; in CheckMultiRow() local
170 startItem = -it->second; in CheckMultiRow()
186 return { startLine, startItem }; in CheckMultiRow()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_avrcp_ct.h62 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) =…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_avrcp_ct_proxy.h57 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;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_avrcp_ct_server.h57 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) o…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_ct_stub.cpp398 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_element.cpp787 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()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp626 int32_t BluetoothAvrcpCtProxy::GetFolderItems(const RawAddress &device, int32_t startItem, int32_t … in GetFolderItems() argument
640 if (!data.WriteInt32(startItem)) { in GetFolderItems()
859 const RawAddress &device, int32_t startItem, int32_t endItem) in GetMeidaPlayerList() argument
872 if (!data.WriteInt32(startItem)) { in GetMeidaPlayerList()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp1158 int32_t BluetoothAvrcpCtServer::GetFolderItems(const RawAddress &device, int32_t startItem, int32_t… in GetFolderItems() argument
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, int… in GetMeidaPlayerList() argument
1299 GetEncryptAddr(device.GetAddress()).c_str(), startItem, endItem); in GetMeidaPlayerList()
1306 static_cast<uint32_t>(startItem), in GetMeidaPlayerList()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h910 int GetFolderItems(const BluetoothRemoteDevice &device, uint32_t startItem, uint32_t endItem,
930 … int GetMeidaPlayerList(const BluetoothRemoteDevice &device, uint32_t startItem, uint32_t endItem);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.h520 … int GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
1270 …RawAddress rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem, std::vector<uint32_t> att…
H A Davrcp_ct_service.cpp1682 int AvrcpCtService::GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, ui… in GetFolderItems() argument
1686 GET_ENCRYPT_AVRCP_ADDR(rawAddr), scope, startItem, endItem); in GetFolderItems()
1708 …std::bind(&AvrcpCtService::GetFolderItemsNative, this, peerAddr, scope, startItem, endItem, attrib… in GetFolderItems()
1716 …RawAddress rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem, std::vector<uint32_t> att… in GetFolderItemsNative() argument
1719 GET_ENCRYPT_AVRCP_ADDR(rawAddr), scope, startItem, endItem); in GetFolderItemsNative()
1729 profile_->SendGetFolderItemsCmd(rawAddr, scope, startItem, endItem, attributes); in GetFolderItemsNative()
H A Davrcp_ct_browse.cpp283 uint8_t scope, uint32_t startItem, uint32_t endItem, const std::vector<uint32_t> &attributes) in AvrcCtGfiPacket() argument
286 …HILOGI("scope: %{public}d, startItem: %{public}u, endItem: %{public}u", scope, startItem, endItem); in AvrcCtGfiPacket()
290 startItem_ = startItem; in AvrcCtGfiPacket()
H A Davrcp_ct_browse.h370 …AvrcCtGfiPacket(uint8_t scope, uint32_t startItem, uint32_t endItem, const std::vector<uint32_t> &…
H A Davrcp_ct_profile.h920 …void SendGetFolderItemsCmd(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t …
H A Davrcp_ct_profile.cpp1800 … AvrcCtProfile::SendGetFolderItemsCmd(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, in SendGetFolderItemsCmd() argument
1804 GET_ENCRYPT_AVRCP_ADDR(rawAddr), scope, startItem, endItem, attributes.size()); in SendGetFolderItemsCmd()
1807 std::make_shared<AvrcCtGfiPacket>(scope, startItem, endItem, attributes); in SendGetFolderItemsCmd()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp1455 …const BluetoothRemoteDevice &device, uint32_t startItem, uint32_t endItem, const std::vector<uint3… in GetFolderItems() argument
1458 GET_ENCRYPT_ADDR(device), startItem, endItem); in GetFolderItems()
1470 if (startItem > endItem) { in GetFolderItems()
1489 rawAddr, static_cast<int32_t>(startItem), static_cast<int32_t>(endItem), attrs); in GetFolderItems()
1495 int AvrcpController::GetMeidaPlayerList(const BluetoothRemoteDevice &device, uint32_t startItem, ui… in GetMeidaPlayerList() argument
1498 GET_ENCRYPT_ADDR(device), startItem, endItem); in GetMeidaPlayerList()
1508 …return proxy->GetMeidaPlayerList(rawAddr, static_cast<int32_t>(startItem), static_cast<int32_t>(en… in GetMeidaPlayerList()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_ct.h1012 …virtual int GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t …
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h268 int GetFolderItems(const std::string &addr, uint8_t scope, uint32_t startItem, uint32_t endItem, in GetFolderItems() argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_profile.h235 … std::function<void(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
H A Davrcp_tg_service.cpp1808 void AvrcpTgService::GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, u… in GetPlayStatus() argument
1812 GET_ENCRYPT_AVRCP_ADDR(rawAddr), scope, startItem, endItem, label); in GetPlayStatus()
1814 rawAddr.GetAddress(), scope, startItem, endItem, attributes, label); in GetPlayStatus()
H A Davrcp_tg_service.h1582 …void GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp1172 int32_t startItem = result->second.begin()->second; in CalculateWholeSize() local
1173 estimatePos_ = estimateAverageHeight_ * startItem; in CalculateWholeSize()