/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_vendor_player_application_settings.h | 104 std::vector<uint8_t> GetAttributes(void) const in GetAttributes() function 340 const std::vector<uint8_t> &GetAttributes(void) const in GetAttributes() function 481 const std::vector<uint8_t> &GetAttributes(void) const in GetAttributes() function 610 const std::vector<uint8_t> &GetAttributes(void) const in GetAttributes() function
|
H A D | avrcp_ct_profile.cpp | 757 rawAddr, packet.GetAttributes(), ExplainCrCodeToResult(packet.GetCrCode())); in ReceiveListPlayerApplicationSettingAttributesRsp() 853 gcpasvPkt->GetAttributes().size(), gcpasvPkt->GetValues().size(), in ReceiveGetCurrentPlayerApplicationSettingValueRsp() 863 gcpasvPkt->GetAttributes(), in ReceiveGetCurrentPlayerApplicationSettingValueRsp() 874 gcpasvPkt->GetAttributes(), in ReceiveGetCurrentPlayerApplicationSettingValueRsp() 942 gpasatPkt->GetAttributes().size(), gpasatPkt->GetAttributeName().size(), in ReceiveGetPlayerApplicationSettingAttributeTextRsp() 952 gpasatPkt->GetAttributes(), in ReceiveGetPlayerApplicationSettingAttributeTextRsp() 963 gpasatPkt->GetAttributes(), in ReceiveGetPlayerApplicationSettingAttributeTextRsp() 1077 …geaPkt->GetAttributes().size(), geaPkt->GetValues().size(), ExplainCrCodeToResult(geaPkt->GetCrCod… in ReceiveGetElementAttributesRsp() 1402 rawAddr, notifyPkt->GetAttributes(), notifyPkt->GetValues(), result); in InformPlayerApplicationSettingChanged() 1575 rawAddr, pkt->GetAttributes(), pkt->GetValues(), RET_BAD_STATUS); in ProcessVendorAvcStatus1Timeout() [all …]
|
H A D | avrcp_ct_notification.h | 185 const std::vector<uint8_t> &GetAttributes(void) const in GetAttributes() function
|
H A D | avrcp_ct_browse.h | 696 const std::vector<uint32_t> &GetAttributes(void) const in GetAttributes() function
|
H A D | avrcp_ct_vendor.h | 438 const std::vector<uint32_t> &GetAttributes(void) const in GetAttributes() function
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_media_info_impl.cpp | 69 ArkWebStringMap ArkWebMediaInfoImpl::GetAttributes() in GetAttributes() function in OHOS::ArkWeb::ArkWebMediaInfoImpl 71 return ArkWebStringMapClassToStruct(nweb_media_info_->GetAttributes()); in GetAttributes()
|
H A D | ark_web_media_info_impl.h | 48 ArkWebStringMap GetAttributes() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_media_info_wrapper.cpp | 85 std::map<std::string, std::string> ArkWebMediaInfoWrapper::GetAttributes() in GetAttributes() function in OHOS::ArkWeb::ArkWebMediaInfoWrapper 87 ArkWebStringMap stAttributes = ark_web_media_info_->GetAttributes(); in GetAttributes()
|
H A D | ark_web_media_info_wrapper.h | 49 std::map<std::string, std::string> GetAttributes() override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_vendor_player_application_settings.h | 350 const std::deque<uint8_t> &GetAttributes(void) const in GetAttributes() function 478 const std::deque<uint8_t> &GetAttributes(void) const in GetAttributes() function 611 const std::vector<uint8_t> &GetAttributes(void) const in GetAttributes() function
|
H A D | avrcp_tg_browse.h | 497 const std::vector<uint32_t> &GetAttributes(void) const in GetAttributes() function 720 const std::vector<uint32_t> &GetAttributes(void) const in GetAttributes() function
|
H A D | avrcp_tg_vendor.h | 563 const std::vector<uint32_t> &GetAttributes(void) const in GetAttributes() function
|
H A D | avrcp_tg_profile.cpp | 709 …rawAddr, gcpasvPkt->GetAttributes(), label, AVRC_ACTION_TYPE_GET_PLAYER_APP_SETTING_CURRENT_VALUE); in ReceiveGetCurrentPlayerApplicationSettingValueCmd() 735 rawAddr, spasvPkt->GetAttributes(), spasvPkt->GetValues(), label); in ReceiveSetPlayerApplicationSettingValueCmd() 768 … myObserver_->getPlayerApplicationSettingAttributeText(rawAddr, gpasatPkt->GetAttributes(), label); in ReceiveGetPlayerApplicationSettingAttributeTextCmd() 831 …yObserver_->getElementAttributes(rawAddr, geaPkt->GetIdentifier(), geaPkt->GetAttributes(), label); in ReceiveGetElementAttributesCmd() 1656 …ddr, myPkt->GetScope(), myPkt->GetStartItem(), myPkt->GetEndItem(), myPkt->GetAttributes(), label); in ReceiveGetFolderItemsCmd() 1687 …awAddr, myPkt->GetScope(), myPkt->GetUid(), myPkt->GetUidCounter(), myPkt->GetAttributes(), label); in ReceiveGetItemAttributesCmd()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_media_info.h | 53 virtual ArkWebStringMap GetAttributes() = 0;
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/ |
H A D | soft_bus_message.h | 45 std::shared_ptr<Attributes> GetAttributes();
|
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/ |
H A D | usb_event_test.cpp | 160 EXPECT_NE(config.GetAttributes(), 0); 171 EXPECT_NE(endpoint.value().GetAttributes(), 0);
|
/ohos5.0/base/usb/usb_manager/test/native/mock/src/ |
H A D | usb_event_mock_test.cpp | 199 EXPECT_NE(config.GetAttributes(), 0); 206 EXPECT_NE(endpoint.value().GetAttributes(), 0);
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_native_media_player.h | 86 virtual std::map<std::string, std::string> GetAttributes() = 0;
|
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | soft_bus_base_socket.cpp | 326 …connectionListener->OnMessage(connectionName, destEndPoint, softBusMessage->GetAttributes(), respo… in ProcessMessage() 339 std::shared_ptr<Attributes> request = softBusMessage->GetAttributes(); in ProcDataReceive()
|
H A D | soft_bus_message.cpp | 46 std::shared_ptr<Attributes> SoftBusMessage::GetAttributes() in GetAttributes() function in OHOS::UserIam::UserAuth::SoftBusMessage
|
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/ |
H A D | usb_endpoint.h | 89 const uint32_t &GetAttributes() const in GetAttributes() function
|
H A D | usb_config.h | 95 const uint32_t &GetAttributes() const in GetAttributes() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_style.h | 112 const std::unordered_map<std::string, ResValueWrapper>& GetAttributes() const in GetAttributes() function
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl.cpp | 150 auto nodeAttrs = node->GetAttributes(); in ParseStateResource()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | native_media_player_impl.cpp | 468 ConstructAttributes(&attributes, mediaInfo->GetAttributes()); in ConstructMediaInfo()
|