/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/ |
H A D | config_policy_utils.c | 207 char *endItem = strchr(item, SEP_FOR_X_RULE); in GetFollowXRule() local 208 char *nextItem = endItem + 1; in GetFollowXRule() 209 while (endItem && *nextItem == '-') { in GetFollowXRule() 210 endItem = strchr(nextItem, SEP_FOR_X_RULE); in GetFollowXRule() 211 nextItem = endItem + 1; in GetFollowXRule() 213 if (endItem) { in GetFollowXRule() 214 *endItem = '\0'; in GetFollowXRule()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_line_bridge.cpp | 43 Local<JSValueRef> endItem = panda::ArrayRef::GetValueAt(vm, arrayVal, 1); in SetStartPoint() local 47 if (!ArkTSUtils::ParseJsDimensionVpNG(vm, endItem, end, false)) { in SetStartPoint() 111 Local<JSValueRef> endItem = panda::ArrayRef::GetValueAt(vm, arrayVal, 1); in SetEndPoint() local 115 if (!ArkTSUtils::ParseJsDimensionVpNG(vm, endItem, end, false)) { in SetEndPoint()
|
/ohos5.0/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) =…
|
/ohos5.0/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;
|
/ohos5.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) o…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_ct_stub.cpp | 399 int32_t endItem = data.ReadInt32(); in GetFolderItemsInner() local 411 int32_t result = GetFolderItems(raw, startItem, endItem, attributes); in GetFolderItemsInner() 510 int32_t endItem = data.ReadInt32(); in GetMeidaPlayerListInner() local 512 int32_t result = GetMeidaPlayerList(raw, startItem, endItem); in GetMeidaPlayerListInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_proxy.cpp | 626 …BluetoothAvrcpCtProxy::GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem, in GetFolderItems() argument 645 if (!data.WriteInt32(endItem)) { in GetFolderItems() 859 const RawAddress &device, int32_t startItem, int32_t endItem) in GetMeidaPlayerList() argument 877 if (!data.WriteInt32(endItem)) { in GetMeidaPlayerList()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_avrcp_ct_server.cpp | 1158 …luetoothAvrcpCtServer::GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem, in GetFolderItems() argument 1162 GetEncryptAddr(device.GetAddress()).c_str(), startItem, endItem); in GetFolderItems() 1173 static_cast<uint32_t>(endItem), in GetFolderItems() 1296 …oothAvrcpCtServer::GetMeidaPlayerList(const RawAddress &device, int32_t startItem, int32_t endItem) in GetMeidaPlayerList() argument 1299 GetEncryptAddr(device.GetAddress()).c_str(), startItem, endItem); in GetMeidaPlayerList() 1307 static_cast<uint32_t>(endItem), in GetMeidaPlayerList()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_avrcp_ct.h | 910 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 D | avrcp_ct_service.h | 520 … 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 D | avrcp_ct_service.cpp | 1682 …ice::GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem, in GetFolderItems() argument 1686 GET_ENCRYPT_AVRCP_ADDR(rawAddr), scope, startItem, endItem); in GetFolderItems() 1708 …ind(&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> 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 D | avrcp_ct_browse.cpp | 283 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() 291 endItem_ = endItem; in AvrcCtGfiPacket()
|
H A D | avrcp_ct_browse.h | 370 …AvrcCtGfiPacket(uint8_t scope, uint32_t startItem, uint32_t endItem, const std::vector<uint32_t> &…
|
H A D | avrcp_ct_profile.h | 920 …ndGetFolderItemsCmd(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
|
H A D | avrcp_ct_profile.cpp | 1801 uint32_t endItem, const std::vector<uint32_t> &attributes) 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 D | bluetooth_avrcp_ct.cpp | 1455 …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 …ller::GetMeidaPlayerList(const BluetoothRemoteDevice &device, uint32_t startItem, uint32_t endItem) in GetMeidaPlayerList() argument 1498 GET_ENCRYPT_ADDR(device), startItem, endItem); in GetMeidaPlayerList() 1508 …proxy->GetMeidaPlayerList(rawAddr, static_cast<int32_t>(startItem), static_cast<int32_t>(endItem)); in GetMeidaPlayerList()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_avrcp_ct.h | 1012 … int GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
|
/ohos5.0/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
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_profile.h | 235 … std::function<void(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
|
H A D | avrcp_tg_service.cpp | 1808 …ice::GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem, 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 D | avrcp_tg_service.h | 1582 …void GetFolderItems(const RawAddress &rawAddr, uint8_t scope, uint32_t startItem, uint32_t endItem,
|