Home
last modified time | relevance | path

Searched refs:GetValues (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_vendor_player_application_settings.h217 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 Davrcp_ct_profile.cpp789 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 Davrcp_ct_notification.h195 const std::vector<uint8_t> &GetValues(void) const in GetValues() function
H A Davrcp_ct_browse.h706 const std::vector<std::string> &GetValues(void) const in GetValues() function
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Djs_util.h100 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 Dmenu_composed_element.cpp31 { "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 Ddata_panel_composed_element.cpp36 { "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 Dmenu_composed_element.h35 std::unique_ptr<JsonValue> GetValues() const;
H A Ddata_panel_composed_element.h35 std::unique_ptr<JsonValue> GetValues() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_pattern.cpp119 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 Ddata_panel_paint_method.cpp35 auto values_ = paintProperty->GetValues().value(); in UpdateContentModifier()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/engine/
H A Dutil.h59 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 Drender_svg_fe_colormatrix.cpp34 values_ = declaration->GetValues(); in Update()
H A Drender_svg_base.cpp314 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 Davrcp_tg_vendor_player_application_settings.h488 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 Dsvg_fe_colormatrix_declaration.h67 const std::string& GetValues() const in GetValues() function
H A Dsvg_animate_declaration.h137 const std::vector<std::string>& GetValues() const in GetValues() function
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dintf_stack_property.h38 …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 Dproperty.h117 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 Ddom_svg_animate.cpp53 animateComponent_->SetValues(declaration->GetValues()); in SetAnimateAttrs()
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_context.cpp155 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 Dstack_property.h45 …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 Dvcard_util.h45 const std::vector<std::string> &GetValues() const in GetValues() function
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/custom/
H A Dcustom_efilter.cpp77 std::map<std::string, Plugin::Any> filterValues = filter->GetValues(); in Restore()
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/efilter/
H A Defilter.h71 std::map<std::string, Plugin::Any> &GetValues() in GetValues() function

12