/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_vendor_player_application_settings.h | 217 const std::vector<uint8_t> &GetValues(void) const in GetValues() function 360 const std::vector<uint8_t> &GetValues(void) const in GetValues() function 491 const std::vector<uint8_t> &GetValues(void) const in GetValues() function 757 const std::vector<uint8_t> &GetValues(void) const in GetValues() function
|
H A D | avrcp_ct_profile.cpp | 789 lpasvPkt->GetValues().size(), ExplainCrCodeToResult(lpasvPkt->GetCrCode())); in ReceiveListPlayerApplicationSettingValuesRsp() 808 lpasvPkt->GetValues(), in ReceiveListPlayerApplicationSettingValuesRsp() 853 gcpasvPkt->GetAttributes().size(), gcpasvPkt->GetValues().size(), in ReceiveGetCurrentPlayerApplicationSettingValueRsp() 864 gcpasvPkt->GetValues(), in ReceiveGetCurrentPlayerApplicationSettingValueRsp() 875 gcpasvPkt->GetValues(), in ReceiveGetCurrentPlayerApplicationSettingValueRsp() 1019 gpasvtPkt->GetValues(), in ReceiveGetPlayerApplicationSettingValueTextRsp() 1030 gpasvtPkt->GetValues(), in ReceiveGetPlayerApplicationSettingValueTextRsp() 1402 rawAddr, notifyPkt->GetAttributes(), notifyPkt->GetValues(), result); in InformPlayerApplicationSettingChanged() 1569 rawAddr, pkt->GetAttribute(), pkt->GetValues(), RET_BAD_STATUS); in ProcessVendorAvcStatus1Timeout() 1575 rawAddr, pkt->GetAttributes(), pkt->GetValues(), RET_BAD_STATUS); in ProcessVendorAvcStatus1Timeout() [all …]
|
H A D | avrcp_ct_notification.h | 195 const std::vector<uint8_t> &GetValues(void) const in GetValues() function
|
H A D | avrcp_ct_browse.h | 706 const std::vector<std::string> &GetValues(void) const in GetValues() function
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/ |
H A D | js_util.h | 100 static napi_status GetValues(napi_env env, napi_value jsValue, T &value) in GetValues() function 106 static napi_status GetValues(napi_env env, napi_value jsValue, T &value) in GetValues() function 114 return GetValues<T, Types...>(env, jsValue, value); in GetValues() 129 return GetValues<decltype(value), Types...>(env, jsValue, value); in GetValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | menu_composed_element.cpp | 31 { "bindMenu", [](const MenuComposedElement& inspector) { return inspector.GetValues(); } } in __anon115e10110202() 50 std::unique_ptr<JsonValue> MenuComposedElement::GetValues() const in GetValues() function in OHOS::Ace::V2::MenuComposedElement
|
H A D | data_panel_composed_element.cpp | 36 { "values", [](const DataPanelComposedElement& inspector) { return inspector.GetValues(); } } in __anon037439650502() 61 std::unique_ptr<JsonValue> DataPanelComposedElement::GetValues() const in GetValues() function in OHOS::Ace::V2::DataPanelComposedElement
|
H A D | menu_composed_element.h | 35 std::unique_ptr<JsonValue> GetValues() const;
|
H A D | data_panel_composed_element.h | 35 std::unique_ptr<JsonValue> GetValues() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_pattern.cpp | 119 if (paintProperty->GetValues().value().size() > 0) { in BuildContentModifierNode() 120 for (size_t i = 0; i < paintProperty->GetValues().value().size(); i++) { in BuildContentModifierNode() 121 tmpArry.push_back(paintProperty->GetValues().value()[i]); in BuildContentModifierNode()
|
H A D | data_panel_paint_method.cpp | 35 auto values_ = paintProperty->GetValues().value(); in UpdateContentModifier()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/engine/ |
H A D | util.h | 59 for (auto&& v : i->GetValues(ids, false)) { in SetEngineValueToProperty() 74 auto values = i->GetValues(ids, false); in GetEngineValueFromProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_fe_colormatrix.cpp | 34 values_ = declaration->GetValues(); in Update()
|
H A D | render_svg_base.cpp | 314 if (!svgAnimate->GetValues().empty()) { in PrepareTransformAnimation() 361 uint32_t size = svgAnimate->GetValues().size(); in PrepareTransformFrameAnimation() 526 if (!svgAnimate->GetValues().empty()) { in PrepareWeightAnimate() 527 valueVector = svgAnimate->GetValues(); in PrepareWeightAnimate() 530 uint32_t size = svgAnimate->GetValues().size(); in PrepareWeightAnimate()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_vendor_player_application_settings.h | 488 const std::deque<uint8_t> &GetValues(void) const in GetValues() function 782 const std::vector<uint8_t> &GetValues(void) const in GetValues() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_fe_colormatrix_declaration.h | 67 const std::string& GetValues() const in GetValues() function
|
H A D | svg_animate_declaration.h | 137 const std::vector<std::string>& GetValues() const in GetValues() function
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/ |
H A D | intf_stack_property.h | 38 …virtual BASE_NS::vector<IValue::Ptr> GetValues(const BASE_NS::array_view<const TypeId>& ids, bool …
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/ |
H A D | property.h | 117 auto vec = i->GetValues(binds, false); in META_BEGIN_NAMESPACE() 211 auto vec = i->GetValues(binds, false); in ResetBind()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_svg_animate.cpp | 53 animateComponent_->SetValues(declaration->GetValues()); in SetAnimateAttrs()
|
/ohos5.0/base/update/updater/services/script/script_interpreter/ |
H A D | script_context.cpp | 155 for (auto out : values->GetValues()) { in UpdateVariables() 544 std::vector<UScriptValuePtr> ReturnValue::GetValues() const in GetValues() function in Uscript::ReturnValue 604 std::vector<UScriptValuePtr> retValues = value->GetValues(); in GetRightCompluteValue()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | stack_property.h | 45 …BASE_NS::vector<IValue::Ptr> GetValues(const BASE_NS::array_view<const TypeId>& ids, bool strict) … in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | vcard_util.h | 45 const std::vector<std::string> &GetValues() const in GetValues() function
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/custom/ |
H A D | custom_efilter.cpp | 77 std::map<std::string, Plugin::Any> filterValues = filter->GetValues(); in Restore()
|
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/efilter/ |
H A D | efilter.h | 71 std::map<std::string, Plugin::Any> &GetValues() in GetValues() function
|