/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | menu_composed_element.cpp | 23 { "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 D | menu_composed_element.h | 35 std::unique_ptr<JsonValue> GetValues() const;
|
H A D | data_panel_composed_element.cpp | 33 { "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 D | data_panel_composed_element.h | 35 std::unique_ptr<JsonValue> GetValues() const;
|
/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 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 D | avrcp_ct_profile.cpp | 789 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 D | avrcp_ct_notification.h | 195 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 D | js_util.h | 100 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 D | util.h | 59 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 D | data_panel_pattern.cpp | 113 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 D | data_panel_paint_method.cpp | 34 auto values_ = paintProperty->GetValues().value(); in UpdateContentModifier()
|
/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()
|
/foundation/CastEngine/castengine_wifi_display/services/common/ |
H A D | kv_operator.h | 45 bool GetValues(const std::string &key, std::string &val);
|
H A D | kv_operator.cpp | 64 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 D | svg_fe_colormatrix_declaration.h | 67 const std::string& GetValues() const in GetValues() function in OHOS::Ace::SvgFeColorMatrixDeclaration
|
/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 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 D | dom_svg_animate.cpp | 53 animateComponent_->SetValues(declaration->GetValues()); in SetAnimateAttrs()
|
/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 strict) const = 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 in stub::VCardVersion::VCardProperty
|
/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) const override;
|
/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()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/ |
H A D | property.h | 117 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 D | test_utils.h | 168 IsEqual(as->GetValues({}, false), bs->GetValues({}, false)) && in IsEqual()
|
/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 in OHOS::Media::Effect::EFilter
|