Home
last modified time | relevance | path

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

12

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dmenu_composed_element.cpp23 { "bindMenu", [](const MenuComposedElement& inspector) { return inspector.GetValues(); } }
42 std::unique_ptr<JsonValue> MenuComposedElement::GetValues() const in GetValues() function in OHOS::Ace::V2::MenuComposedElement
H A Dmenu_composed_element.h35 std::unique_ptr<JsonValue> GetValues() const;
H A Ddata_panel_composed_element.cpp33 { "values", [](const DataPanelComposedElement& inspector) { return inspector.GetValues(); } }
58 std::unique_ptr<JsonValue> DataPanelComposedElement::GetValues() const in GetValues() function in OHOS::Ace::V2::DataPanelComposedElement
H A Ddata_panel_composed_element.h35 std::unique_ptr<JsonValue> GetValues() const;
/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 in OHOS::bluetooth::AvrcCtLpasvPacket
360 const std::vector<uint8_t> &GetValues(void) const in GetValues() function in OHOS::bluetooth::AvrcCtGcpasvPacket
491 const std::vector<uint8_t> &GetValues(void) const in GetValues() function in OHOS::bluetooth::AvrcCtSpasvPacket
757 const std::vector<uint8_t> &GetValues(void) const in GetValues() function in OHOS::bluetooth::AvrcCtGpasvtPacket
H A Davrcp_ct_profile.cpp789 lpasvPkt->GetValues().size(), ExplainCrCodeToResult(lpasvPkt->GetCrCode())); in ReceiveListPlayerApplicationSettingValuesRsp()
798 rawAddr, lpasvPkt->GetAttribute(), lpasvPkt->GetValues(), 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()
1010 gpasvtPkt->GetValues().size(), gpasvtPkt->GetValueName().size(), ExplainCrCodeToResult(gpasvtPkt->GetCrCode())); in ReceiveGetPlayerApplicationSettingValueTextRsp()
1019 gpasvtPkt->GetValues(), in ReceiveGetPlayerApplicationSettingValueTextRsp()
1030 gpasvtPkt->GetValues(), in ReceiveGetPlayerApplicationSettingValueTextRsp()
1077 geaPkt->GetAttributes().size(), geaPkt->GetValues() in ReceiveGetElementAttributesRsp()
[all...]
H A Davrcp_ct_notification.h195 const std::vector<uint8_t> &GetValues(void) const in GetValues() function in OHOS::bluetooth::AvrcCtNotifyPacket
/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 in OHOS::ObjectStore::final
106 static napi_status GetValues(napi_env env, napi_value jsValue, T &value) in GetValues() function in OHOS::ObjectStore::final
114 return GetValues<T, Types...>(env, jsValue, value); in GetValues()
129 return GetValues<decltype(value), Types...>(env, jsValue, value); in GetValue()
/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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_pattern.cpp113 if (paintProperty->GetValues().value().size() > 0) { in BuildContentModifierNode()
114 for (size_t i = 0; i < paintProperty->GetValues().value().size(); i++) { in BuildContentModifierNode()
115 tmpArry.push_back(paintProperty->GetValues().value()[i]); in BuildContentModifierNode()
H A Ddata_panel_paint_method.cpp34 auto values_ = paintProperty->GetValues().value(); in UpdateContentModifier()
/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()
/foundation/CastEngine/castengine_wifi_display/services/common/
H A Dkv_operator.h45 bool GetValues(const std::string &key, std::string &val);
H A Dkv_operator.cpp64 bool KvOperator::GetValues(const std::string &key, std::string &val) in GetValues() function in OHOS::Sharing::KvOperator
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_colormatrix_declaration.h67 const std::string& GetValues() const in GetValues() function in OHOS::Ace::SvgFeColorMatrixDeclaration
/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 in OHOS::bluetooth::AvrcTgSpasvPacket
782 const std::vector<uint8_t> &GetValues(void) const in GetValues() function in OHOS::bluetooth::AvrcTgGpasvtPacket
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_animate.cpp53 animateComponent_->SetValues(declaration->GetValues()); in SetAnimateAttrs()
/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 strict) const = 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 in stub::VCardVersion::VCardProperty
/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) const override;
/foundation/multimedia/image_effect/frameworks/native/efilter/custom/
H A Dcustom_efilter.cpp77 std::map<std::string, Plugin::Any> filterValues = filter->GetValues(); in Restore()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h117 auto vec = i->GetValues(binds, false); in GetBind()
211 auto vec = i->GetValues(binds, false); in ResetBind()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_utils.h168 IsEqual(as->GetValues({}, false), bs->GetValues({}, false)) && in IsEqual()
/foundation/multimedia/image_effect/interfaces/inner_api/native/efilter/
H A Defilter.h71 std::map<std::string, Plugin::Any> &GetValues() in GetValues() function in OHOS::Media::Effect::EFilter

Completed in 17 milliseconds

12