Home
last modified time | relevance | path

Searched defs:attributes (Results 1 - 25 of 55) sorted by relevance

123

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Davrcp_media.cpp32 AvrcMeItem(uint8_t itemType, uint64_t uid, uint8_t type, uint8_t playable, const std::string &name, const std::vector<uint32_t> &attributes, const std::vector<std::string> &values) AvrcMeItem() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_component_api_bridge.cpp117 auto attributes = delegate->GetInspector(nodeId); in JsGetInspector() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dvertex_input_declaration_loader.cpp62 vector<VertexInputDeclaration::VertexInputAttributeDescription> attributes; in LoadState() local
/foundation/arkui/napi/native_engine/
H A Dnative_property.h47 uint32_t attributes = NATIVE_DEFAULT; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_frame_rate_policy.cpp98 const auto& attributes = animAttributes_[scene]; in GetPreferredFps() local
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp297 vector<uint8_t> attributes = {0}; in HWTEST_F() local
H A Davrcp_ct_test.cpp377 vector<uint8_t> attributes = {ATTRIBUTES_TEST}; in HWTEST_F() local
396 vector<uint8_t> attributes = {ATTRIBUTES_TEST}; in HWTEST_F() local
415 vector<uint8_t> attributes = {ATTRIBUTES_TEST}; in HWTEST_F() local
453 vector<uint32_t> attributes = {ATTRIBUTES_TEST}; in HWTEST_F() local
575 vector<uint32_t> attributes = {ITEMS_ATTRIBUTES_TEST}; HWTEST_F() local
611 vector<uint32_t> attributes = {ITEMS_ATTRIBUTES_TEST}; HWTEST_F() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sdp.cpp73 uint16_t attributes[AVRC_ATTRIBUTE_ID_SUPPORTED_FEATURES_NUMBER]; in RegisterService() local
H A Davrcp_ct_browse.cpp542 std::vector<uint32_t> attributes; in DisassembleMeParameter() local
282 AvrcCtGfiPacket( uint8_t scope, uint32_t startItem, uint32_t endItem, const std::vector<uint32_t> &attributes) AvrcCtGfiPacket() argument
581 DisassembleMeParameterAttributesAndValues(uint8_t *buffer, uint16_t offset, uint8_t itemType, std::vector<uint32_t> &attributes, std::vector<std::string> &values) DisassembleMeParameterAttributesAndValues() argument
633 AvrcCtGiaPacket( uint8_t scope, uint64_t uid, uint16_t uidCounter, const std::vector<uint32_t> &attributes) AvrcCtGiaPacket() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_notification.h177 void InitPlayerApplicationSettingChanged(const std::deque<uint8_t> &attributes, const std::deque<uint8_t> &values) in InitPlayerApplicationSettingChanged() argument
H A Davrcp_tg_sdp.cpp71 uint16_t attributes[AVRC_ATTRIBUTE_ID_SUPPORTED_FEATURES_NUMBER]; in RegisterService() local
H A Davrcp_tg_browse.cpp751 AvrcTgGiaPacket::AvrcTgGiaPacket(uint16_t mtu, uint8_t status, const std::vector<uint32_t> &attributes, in AvrcTgGiaPacket() argument
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_style.h106 void SetAttributes(const std::unordered_map<std::string, ResValueWrapper>& attributes) in SetAttributes() argument
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_sdp.h66 std::vector<std::string> attributes; // a= member
/foundation/arkui/ace_engine/test/unittest/core/pattern/
H A Dtest_ng.cpp121 std::unordered_map<std::string, ResValueWrapper> attributes; in CreateThemeConstants() local
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_proxy.cpp494 int32_t BluetoothAvrcpCtProxy::GetPlayerAppSettingValueText(const RawAddress &device, int32_t attributes, in GetPlayerAppSettingValueText() argument
399 GetPlayerAppSettingCurrentValue(const RawAddress &device, const std::vector<int32_t> &attributes) GetPlayerAppSettingCurrentValue() argument
429 SetPlayerAppSettingCurrentValue(const RawAddress &device, const std::vector<int32_t> &attributes, const std::vector<int32_t> &values) SetPlayerAppSettingCurrentValue() argument
464 GetPlayerAppSettingAttributeText(const RawAddress &device, const std::vector<int32_t> &attributes) GetPlayerAppSettingAttributeText() argument
529 GetElementAttributes(const RawAddress &device, const std::vector<int32_t> &attributes) GetElementAttributes() argument
623 GetFolderItems(const RawAddress &device, int32_t startItem, int32_t endItem, const std::vector<int32_t> &attributes) GetFolderItems() argument
786 GetItemAttributes(const RawAddress &device, int64_t uid, int32_t uidCounter, const std::vector<int32_t> &attributes) GetItemAttributes() argument
[all...]
H A Dbluetooth_avrcp_tg_proxy.cpp352 void BluetoothAvrcpTgProxy::NotifyPlayerAppSettingChanged(const std::vector<int32_t> &attributes, in NotifyPlayerAppSettingChanged() argument
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmedia_service.h212 int SetPlayerAppSettingCurrentValue(const std::string &addr, const std::deque<uint8_t> &attributes, in SetPlayerAppSettingCurrentValue() argument
206 GetPlayerAppSettingCurrentValue( const std::string &addr, const std::deque<uint8_t> &attributes, uint8_t label, uint8_t context) GetPlayerAppSettingCurrentValue() argument
218 GetPlayerAppSettingAttributeText( const std::string &addr, const std::vector<uint8_t> &attributes, uint8_t label) GetPlayerAppSettingAttributeText() argument
234 GetElementAttributes( const std::string &addr, uint64_t identifier, const std::vector<uint32_t> &attributes, uint8_t label) GetElementAttributes() argument
268 GetFolderItems(const std::string &addr, uint8_t scope, uint32_t startItem, uint32_t endItem, const std::vector<uint32_t> &attributes, uint8_t label) GetFolderItems() argument
274 GetItemAttributes(const std::string &addr, uint8_t scope, uint64_t uid, uint16_t uidCounter, const std::vector<uint32_t> &attributes, uint8_t label) GetItemAttributes() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp349 void AvrcpTarget::NotifyPlayerAppSettingChanged(const std::vector<uint8_t> &attributes, in NotifyPlayerAppSettingChanged() argument
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp280 std::vector<int32_t> attributes; in NotifyPlayerAppSettingChangedInner() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp397 int WGLState::ChoosePixelFormat(HDC dc, const vector<int>& attributes) in ChoosePixelFormat() argument
448 vector<int> attributes; in CreateContext() local
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_tags.h107 std::list<std::shared_ptr<Attribute>> attributes; member in OHOS::Media::Plugin::HttpPlugin::AttributesTag
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_tags.h107 std::list<std::shared_ptr<Attribute>> attributes; member in OHOS::Media::Plugins::HttpPlugin::AttributesTag
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.cpp321 bool HfpAgSdpClient::FindProfileFeatures(const std::vector<HfpAgSdpAttribute> &attributes, uint16_t &features) in FindProfileFeatures() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.cpp320 bool HfpHfSdpClient::FindProfileFeatures(const std::vector<HfpHfSdpAttribute> &attributes, uint16_t &features) in FindProfileFeatures() argument
334 FindProfileNetwork(const std::vector<HfpHfSdpAttribute> &attributes, uint8_t &network) FindProfileNetwork() argument
[all...]

Completed in 18 milliseconds

123