Home
last modified time | relevance | path

Searched refs:GetAttributes (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_vendor_player_application_settings.h104 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 Davrcp_ct_profile.cpp757 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 Davrcp_ct_notification.h185 const std::vector<uint8_t> &GetAttributes(void) const in GetAttributes() function
H A Davrcp_ct_browse.h696 const std::vector<uint32_t> &GetAttributes(void) const in GetAttributes() function
H A Davrcp_ct_vendor.h438 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 Dark_web_media_info_impl.cpp69 ArkWebStringMap ArkWebMediaInfoImpl::GetAttributes() in GetAttributes() function in OHOS::ArkWeb::ArkWebMediaInfoImpl
71 return ArkWebStringMapClassToStruct(nweb_media_info_->GetAttributes()); in GetAttributes()
H A Dark_web_media_info_impl.h48 ArkWebStringMap GetAttributes() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_media_info_wrapper.cpp85 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 Dark_web_media_info_wrapper.h49 std::map<std::string, std::string> GetAttributes() override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_vendor_player_application_settings.h350 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 Davrcp_tg_browse.h497 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 Davrcp_tg_vendor.h563 const std::vector<uint32_t> &GetAttributes(void) const in GetAttributes() function
H A Davrcp_tg_profile.cpp709 …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 Dark_web_media_info.h53 virtual ArkWebStringMap GetAttributes() = 0;
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_message.h45 std::shared_ptr<Attributes> GetAttributes();
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_event_test.cpp160 EXPECT_NE(config.GetAttributes(), 0);
171 EXPECT_NE(endpoint.value().GetAttributes(), 0);
/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A Dusb_event_mock_test.cpp199 EXPECT_NE(config.GetAttributes(), 0);
206 EXPECT_NE(endpoint.value().GetAttributes(), 0);
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_native_media_player.h86 virtual std::map<std::string, std::string> GetAttributes() = 0;
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_base_socket.cpp326 …connectionListener->OnMessage(connectionName, destEndPoint, softBusMessage->GetAttributes(), respo… in ProcessMessage()
339 std::shared_ptr<Attributes> request = softBusMessage->GetAttributes(); in ProcDataReceive()
H A Dsoft_bus_message.cpp46 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 Dusb_endpoint.h89 const uint32_t &GetAttributes() const in GetAttributes() function
H A Dusb_config.h95 const uint32_t &GetAttributes() const in GetAttributes() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_style.h112 const std::unordered_map<std::string, ResValueWrapper>& GetAttributes() const in GetAttributes() function
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp150 auto nodeAttrs = node->GetAttributes(); in ParseStateResource()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnative_media_player_impl.cpp468 ConstructAttributes(&attributes, mediaInfo->GetAttributes()); in ConstructMediaInfo()

12