/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_api_impl_bridge.cpp | 131 renderNode->Set(vm, panda::StringRef::NewFromUtf8(vm, "setBorderStyle"), in RegisterRenderNodeBorderAndMaskAttributes() 133 renderNode->Set(vm, panda::StringRef::NewFromUtf8(vm, "setBorderWidth"), in RegisterRenderNodeBorderAndMaskAttributes() 135 renderNode->Set(vm, panda::StringRef::NewFromUtf8(vm, "setBorderColor"), in RegisterRenderNodeBorderAndMaskAttributes() 137 renderNode->Set(vm, panda::StringRef::NewFromUtf8(vm, "setBorderRadius"), in RegisterRenderNodeBorderAndMaskAttributes() 139 renderNode->Set(vm, panda::StringRef::NewFromUtf8(vm, "setRectMask"), in RegisterRenderNodeBorderAndMaskAttributes() 141 renderNode->Set(vm, panda::StringRef::NewFromUtf8(vm, "setCircleMask"), in RegisterRenderNodeBorderAndMaskAttributes() 143 renderNode->Set(vm, panda::StringRef::NewFromUtf8(vm, "setRoundRectMask"), in RegisterRenderNodeBorderAndMaskAttributes() 145 renderNode->Set(vm, panda::StringRef::NewFromUtf8(vm, "setOvalMask"), in RegisterRenderNodeBorderAndMaskAttributes() 147 renderNode->Set(vm, panda::StringRef::NewFromUtf8(vm, "setPath"), in RegisterRenderNodeBorderAndMaskAttributes() 152 renderNode->Set(v in RegisterRenderNodeShapeClipAttributes() [all...] |
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_track_meta.cpp | 78 meta.Set<Tag::TRACK_ID>(avStream.index); in ConvertCommonTrackToMetaInfo() 79 meta.Set<Tag::MEDIA_DURATION>( in ConvertCommonTrackToMetaInfo() 81 meta.Set<Tag::MEDIA_START_TIME>( in ConvertCommonTrackToMetaInfo() 86 meta.Set<Tag::MEDIA_CODEC_CONFIG>(std::move(codecConfig)); in ConvertCommonTrackToMetaInfo() 92 FALSE_LOG(meta.Set<Tag::MEDIA_BITRATE>(bitRate)); in ConvertCommonTrackToMetaInfo() 93 FALSE_LOG(meta.Set<Tag::BITS_PER_CODED_SAMPLE>(avCodecContext->bits_per_coded_sample)); in ConvertCommonTrackToMetaInfo() 102 meta.Set<Tag::VIDEO_WIDTH>(avCodecContext->width); in ConvertCommonVideoTrackToMetaInfo() 103 meta.Set<Tag::VIDEO_HEIGHT>(avCodecContext->height); in ConvertCommonVideoTrackToMetaInfo() 110 meta.Set<Tag::VIDEO_FRAME_RATE>(frameRate); in ConvertCommonVideoTrackToMetaInfo() 120 meta.Set<Ta in ConvertCommonAudioStreamToMetaInfo() [all...] |
/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
H A D | InnerAVMuxerParamCheckTest.cpp | 160 audioParams->Set<Tag::MIME_TYPE>(Plugins::MimeType::AUDIO_AAC); in HWTEST_F() 161 audioParams->Set<Tag::MEDIA_CODEC_CONFIG>(a); in HWTEST_F() 162 audioParams->Set<Tag::AUDIO_CHANNEL_COUNT>(1); in HWTEST_F() 163 audioParams->Set<Tag::AUDIO_SAMPLE_RATE>(48000); in HWTEST_F() 171 audioParams->Set<Tag::MIME_TYPE>(Plugins::MimeType::AUDIO_MPEG); in HWTEST_F() 175 audioParams->Set<Tag::MIME_TYPE>(Plugins::MimeType::AUDIO_FLAC); in HWTEST_F() 179 audioParams->Set<Tag::MIME_TYPE>("aaaaaa"); in HWTEST_F() 205 audioParams->Set<Tag::MIME_TYPE>(Plugins::MimeType::AUDIO_AAC); in HWTEST_F() 206 audioParams->Set<Tag::MEDIA_CODEC_CONFIG>(a); in HWTEST_F() 207 audioParams->Set<Ta in HWTEST_F() [all...] |
H A D | InnerAVMuxerFuzzTest.cpp | 143 mediaParams->Set<Tag::MIME_TYPE>(mimeType[typeIndex].c_str()); in HWTEST_F() 144 mediaParams->Set<Tag::MEDIA_BITRATE>(bitRate); in HWTEST_F() 145 mediaParams->Set<Tag::MEDIA_CODEC_CONFIG>(data); in HWTEST_F() 146 mediaParams->Set<Tag::AUDIO_CHANNEL_COUNT>(audioChannels); in HWTEST_F() 147 mediaParams->Set<Tag::AUDIO_SAMPLE_RATE>(audioSampleRate); in HWTEST_F() 150 mediaParams->Set<Tag::VIDEO_WIDTH>(videoWidth); in HWTEST_F() 151 mediaParams->Set<Tag::VIDEO_HEIGHT>(videoHeight); in HWTEST_F() 152 mediaParams->Set<Tag::VIDEO_FRAME_RATE>(videoFrameRate); in HWTEST_F() 180 mediaParams->Set<Tag::MIME_TYPE>(Plugins::MimeType::AUDIO_AAC); in HWTEST_F() 181 mediaParams->Set<Ta in HWTEST_F() [all...] |
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestMeta.cpp | 40 meta.Set<Tag::AUDIO_CHANNELS>(channels); in HWTEST() 57 meta.Set<Tag::MEDIA_TITLE>(artist); in HWTEST() 67 meta.Set<Tag::MEDIA_ARTIST>(in); // this is only for test, normally MEDIA_ARTIST should be string in HWTEST() 77 meta.Set<Tag::AUDIO_CHANNELS>(channels); in HWTEST() 86 meta.Set<Tag::AUDIO_CHANNELS>(channels); in HWTEST() 100 meta.Set<Tag::MEDIA_TITLE>(title); in HWTEST() 101 meta.Set<Tag::MEDIA_ALBUM>(album); in HWTEST() 102 meta.Set<Tag::AUDIO_CHANNELS>(channels); in HWTEST() 120 meta.Set<Tag::MEDIA_TITLE>(title); in HWTEST() 121 meta.Set<Ta in HWTEST() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_modifier.h | 83 pointColor_->Set(LinearColor(pointColor)); in SetPointColor() 88 activeColor_->Set(LinearColor(activeColor)); in SetactiveColor() 93 inactiveColor_->Set(LinearColor(inactiveColor)); in SetinactiveColor() 108 enabled_->Set(enabled); in SetEnabled() 115 isCheck_->Set(isCheck); in SetIsCheck() 130 isOnAnimationFlag_->Set(isOnAnimationFlag); in SetIsOnAnimationFlag() 137 totalScale_->Set(totalScale); in SetTotalScale() 144 opacityScale_->Set(isCheck ? 1.0f : 0); in InitOpacityScale() 147 borderOpacityScale_->Set(isCheck ? 0 : 1.0f); in InitOpacityScale() 154 pointScale_->Set(pointScal in SetPointScale() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_content_modifier.h | 62 inShowArea_->Set(inShowArea); in SetInShowArea() 68 handleReverse_->Set(reverse); in SetHandleReverse() 74 isSingleHandle_->Set(isSingle); in SetIsSingleHandle() 80 firstHandleIsShow_->Set(isShow); in SetFirstHandleIsShow() 86 firstCircleIsShow_->Set(isShow); in SetFirstCircleIsShow() 92 secondHandleIsShow_->Set(isShow); in SetSecondHandleIsShow() 98 secondCircleIsShow_->Set(isShow); in SetSecondCircleIsShow() 104 isHiddenHandle_->Set(isHidden); in SetIsHiddenHandle() 110 isHandleLineShow_->Set(isShow); in SetIsHandleLineShow() 116 viewPort_->Set(viewPor in SetViewPort() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_modifier.h | 77 animatableBoardColor_->Set( in UpdateAnimatableProperty() 79 animatableCheckColor_->Set( in UpdateAnimatableProperty() 81 animatableBorderColor_->Set( in UpdateAnimatableProperty() 83 animatableShadowColor_->Set( in UpdateAnimatableProperty() 94 AnimationUtils::Animate(option, [&]() { animateTouchHoverColor_->Set(color); }); in SetBoardColor() 109 animatableBoardColor_->Set(isSelect_->Get() ? LinearColor(userActiveColor_) : LinearColor(inactivePointColor_)); in SetUserActiveColor() 115 animatableBorderColor_->Set(isSelect_->Get() ? LinearColor(Color::TRANSPARENT) : LinearColor(inactiveColor_)); in SetInActiveColor() 121 animatableCheckColor_->Set(isSelect_->Get() ? LinearColor(pointColor_) : LinearColor(Color::TRANSPARENT)); in SetPointColor() 127 enabled_->Set(enabled); in SetEnabled() 134 isSelect_->Set(isSelec in SetIsSelect() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/ |
H A D | divider_modifier.h | 37 color_->Set(color); in SetColor() 42 strokeWidth_->Set(strokeWidth); in SetStrokeWidth() 47 dividerLength_->Set(dividerLength); in SetDividerLength() 52 lineCap_->Set(static_cast<int>(lineCap)); in SetLineCap() 57 vertical_->Set(vertical); in SetVertical() 62 offset_->Set(offset); in SetOffset() 67 strokeWidthLimitation_->Set(limite); in SetStrokeWidthLimitation()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | interface_info.cpp | 140 Set(InterfaceInfoKey(key), macAddressStr); in Unmarshalling() 146 Set(InterfaceInfoKey(key), *(bool *)(data)); in Unmarshalling() 151 Set(InterfaceInfoKey(key), intKey); in Unmarshalling() 156 Set(InterfaceInfoKey(key), std::string(reinterpret_cast<const char *>(data), size)); in Unmarshalling() 160 Set(InterfaceInfoKey(key), std::vector<uint8_t>(data, data + size)); in Unmarshalling() 166 Set(InterfaceInfoKey(key), ipv4Info); in Unmarshalling() 179 Set(InterfaceInfoKey::INTERFACE_NAME, value); in SetName() 194 Set(InterfaceInfoKey::IPV4, ipv4Info); in SetIpString() 204 Set(InterfaceInfoKey::WIFI_DIRECT_ROLE, static_cast<int>(value)); in SetRole() 215 Set(InterfaceInfoKe in SetSsid() [all...] |
H A D | link_info.cpp | 107 Set(LinkInfoKey(key), *(bool *)(data)); in Unmarshalling() 110 Set(LinkInfoKey(key), *(int *)(data)); in Unmarshalling() 114 Set(LinkInfoKey(key), std::string(reinterpret_cast<const char *>(data), size)); in Unmarshalling() 119 Set(LinkInfoKey(key), ipv4Info); in Unmarshalling() 132 Set(LinkInfoKey::LOCAL_INTERFACE, interface); in SetLocalInterface() 142 Set(LinkInfoKey::REMOTE_INTERFACE, interface); in SetRemoteInterface() 152 Set(LinkInfoKey::LOCAL_LINK_MODE, static_cast<int>(mode)); in SetLocalLinkMode() 163 Set(LinkInfoKey::REMOTE_LINK_MODE, static_cast<int>(mode)); in SetRemoteLinkMode() 174 Set(LinkInfoKey::CENTER_20M, freq); in SetCenter20M() 184 Set(LinkInfoKe in SetCenterFrequency1() [all...] |
H A D | negotiate_message.cpp | 261 Set(NegotiateMessageKey(key), *(bool *)(data)); in Unmarshalling() 264 Set(NegotiateMessageKey(key), *(int *)(data)); in Unmarshalling() 267 Set(NegotiateMessageKey(key), *(uint32_t *)(data)); in Unmarshalling() 271 Set(NegotiateMessageKey(key), std::string(reinterpret_cast<const char *>(data), size)); in Unmarshalling() 274 Set(NegotiateMessageKey(key), std::vector<uint8_t>(data, data + size)); in Unmarshalling() 338 Set(NegotiateMessageKey::MSG_TYPE, static_cast<int>(value)); in SetMessageType() 343 Set(NegotiateMessageKey::MSG_TYPE, static_cast<int>(value)); in SetMessageType() 374 Set(NegotiateMessageKey::SESSION_ID, value); in SetSessionId() 384 Set(NegotiateMessageKey::WIFI_CFG_INFO, value); in SetWifiConfigInfo() 394 Set(NegotiateMessageKe in SetIpv4InfoArray() [all...] |
/foundation/multimedia/av_codec/test/unittest/audio_test/ |
H A D | audio_media_codec_unit_test.cpp | 215 meta->Set<Tag::AUDIO_AAC_IS_ADTS>(AUDIO_AAC_IS_ADTS); in HWTEST_F() 216 meta->Set<Tag::AUDIO_CHANNEL_COUNT>(CHANNEL_COUNT_STEREO); in HWTEST_F() 217 meta->Set<Tag::AUDIO_SAMPLE_RATE>(SAMPLE_RATE_48k); in HWTEST_F() 290 meta->Set<Tag::AUDIO_AAC_IS_ADTS>(AUDIO_AAC_IS_ADTS); in HWTEST_F() 291 meta->Set<Tag::AUDIO_CHANNEL_COUNT>(CHANNEL_COUNT_STEREO); in HWTEST_F() 292 meta->Set<Tag::AUDIO_SAMPLE_RATE>(SAMPLE_RATE_48k); in HWTEST_F() 315 meta->Set<Tag::AUDIO_AAC_IS_ADTS>(AUDIO_AAC_IS_ADTS); in HWTEST_F() 316 meta->Set<Tag::AUDIO_CHANNEL_COUNT>(CHANNEL_COUNT_STEREO); in HWTEST_F() 317 meta->Set<Tag::AUDIO_SAMPLE_RATE>(SAMPLE_RATE_48k); in HWTEST_F() 333 meta->Set<Ta in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_content_modifier.h | 85 trackThickness_->Set(trackThickness); in SetTrackThickness() 92 trackBackgroundColor_->Set(GradientArithmetic(color)); in SetTrackBackgroundColor() 98 selectColor_->Set(LinearColor(color)); in SetSelectColor() 105 blockColor_->Set(LinearColor(color)); in SetBlockColor() 114 backStart_->Set(start - PointF()); in SetBackgroundSize() 117 backEnd_->Set(end - PointF()); in SetBackgroundSize() 128 stepRatio_->Set(stepRatio); in SetStepRatio() 140 sliderMode_->Set(static_cast<int>(sliderMode)); in SetSliderMode() 147 trackBorderRadius_->Set(trackBorderRadius); in SetTrackBorderRadius() 154 selectedBorderRadius_->Set(selectedBorderRadiu in SetSelectedBorderRadius() [all...] |
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/ |
H A D | avmuxer_engine_demo.cpp | 121 param->Set<Tag::VIDEO_ROTATION>(Plugins::VideoRotation::VIDEO_ROTATION_0); in SetParameter() 122 param->Set<Tag::MEDIA_CREATION_TIME>("2023-12-19T03:16:00.000Z"); in SetParameter() 123 param->Set<Tag::MEDIA_LATITUDE>(22.67f); // 22.67f test latitude in SetParameter() 124 param->Set<Tag::MEDIA_LONGITUDE>(114.06f); // 114.06f test longitude in SetParameter() 125 param->Set<Tag::MEDIA_TITLE>("ohos muxer"); in SetParameter() 126 param->Set<Tag::MEDIA_ARTIST>("ohos muxer"); in SetParameter() 127 param->Set<Tag::MEDIA_COMPOSER>("ohos muxer"); in SetParameter() 128 param->Set<Tag::MEDIA_DATE>("2023-12-19"); in SetParameter() 129 param->Set<Tag::MEDIA_ALBUM>("ohos muxer"); in SetParameter() 130 param->Set<Ta in SetParameter() [all...] |
H A D | avmuxer_demo.cpp | 120 param->Set<Tag::VIDEO_ROTATION>(Plugins::VideoRotation::VIDEO_ROTATION_0); in SetParameter() 121 param->Set<Tag::MEDIA_CREATION_TIME>("2023-12-19T03:16:00.000Z"); in SetParameter() 122 param->Set<Tag::MEDIA_LATITUDE>(22.67f); in SetParameter() 123 param->Set<Tag::MEDIA_LONGITUDE>(114.06f); in SetParameter() 124 param->Set<Tag::MEDIA_TITLE>("ohos muxer"); in SetParameter() 125 param->Set<Tag::MEDIA_ARTIST>("ohos muxer"); in SetParameter() 126 param->Set<Tag::MEDIA_COMPOSER>("ohos muxer"); in SetParameter() 127 param->Set<Tag::MEDIA_DATE>("2023-12-19"); in SetParameter() 128 param->Set<Tag::MEDIA_ALBUM>("ohos muxer"); in SetParameter() 129 param->Set<Ta in SetParameter() [all...] |
/foundation/multimedia/av_codec/test/unittest/audio_capture_test/ |
H A D | audio_capture_module_unit_test.cpp | 89 std::cout<<"Set hap token failed"<<std::endl; in SetUpTestCase() 100 audioCaptureParameter_->Set<Tag::APP_TOKEN_ID>(appTokenId_); in SetUp() 101 audioCaptureParameter_->Set<Tag::APP_UID>(appUid_); in SetUp() 102 audioCaptureParameter_->Set<Tag::APP_PID>(appPid_); in SetUp() 103 audioCaptureParameter_->Set<Tag::APP_FULL_TOKEN_ID>(appFullTokenId_); in SetUp() 104 audioCaptureParameter_->Set<Tag::AUDIO_SAMPLE_FORMAT>(Plugins::AudioSampleFormat::SAMPLE_S16LE); in SetUp() 105 audioCaptureParameter_->Set<Tag::AUDIO_SAMPLE_RATE>(sampleRate_); in SetUp() 106 audioCaptureParameter_->Set<Tag::AUDIO_CHANNEL_COUNT>(channel_); in SetUp() 107 audioCaptureParameter_->Set<Tag::MEDIA_BITRATE>(bitRate_); in SetUp() 144 audioCaptureFormat->Set<Ta in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_format_helper.cpp | 295 format.Set<Tag::MEDIA_TRACK_COUNT>(static_cast<int32_t>(avFormatContext.nb_streams)); in ParseTrackType() 318 format.Set<Tag::MEDIA_HAS_VIDEO>(hasVideo); in ParseTrackType() 319 format.Set<Tag::MEDIA_HAS_AUDIO>(hasAudio); in ParseTrackType() 320 format.Set<Tag::MEDIA_HAS_SUBTITLE>(hasSubtitle); in ParseTrackType() 321 format.Set<Tag::MEDIA_HAS_TIMEDMETA>(hasTimedMeta); in ParseTrackType() 327 format.Set<Tag::MEDIA_FILE_TYPE>(GetFileTypeByName(avFormatContext)); in ParseMediaInfo() 340 format.Set<Tag::MEDIA_DURATION>(static_cast<int64_t>(duration)); in ParseMediaInfo() 343 format.Set<Tag::MEDIA_CONTAINER_START_TIME>(static_cast<int64_t>(avFormatContext.start_time)); in ParseMediaInfo() 345 format.Set<Tag::MEDIA_CONTAINER_START_TIME>(static_cast<int64_t>(0)); in ParseMediaInfo() 376 format.Set<Ta in ParseLocationInfo() [all...] |
/foundation/multimedia/av_codec/test/unittest/audio_vivid_test/ |
H A D | audio_decoder_avbuffer_vivid_inner_unit_test.cpp | 169 meta->Set<Tag::AUDIO_CHANNEL_COUNT>(DEFAULT_CHANNEL_COUNT); in ProcessVivid() 170 meta->Set<Tag::AUDIO_CHANNEL_LAYOUT>(Media::Plugins::AudioChannelLayout::STEREO); in ProcessVivid() 171 meta->Set<Tag::AUDIO_SAMPLE_FORMAT>(Media::Plugins::AudioSampleFormat::SAMPLE_S16LE); in ProcessVivid() 172 meta->Set<Tag::AUDIO_SAMPLE_RATE>(DEFAULT_SAMPLE_RATE); in ProcessVivid() 197 meta->Set<Tag::AUDIO_CHANNEL_COUNT>(DEFAULT_CHANNEL_COUNT); in ProcessVivid24Bit() 198 meta->Set<Tag::AUDIO_CHANNEL_LAYOUT>(Media::Plugins::AudioChannelLayout::STEREO); in ProcessVivid24Bit() 199 meta->Set<Tag::AUDIO_SAMPLE_FORMAT>(Media::Plugins::AudioSampleFormat::SAMPLE_S24LE); in ProcessVivid24Bit() 200 meta->Set<Tag::AUDIO_SAMPLE_RATE>(DEFAULT_SAMPLE_RATE); in ProcessVivid24Bit() 343 meta->Set<Tag::VIDEO_WIDTH>(DEFAULT_WIDTH); in HWTEST_F() 351 meta->Set<Ta in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | js_types.cpp | 99 touchObject->Set(info->GetVM(), ToJSValue("id"), ToJSValue(point.GetFingerId())); in JsGetHistoricalPoints() 100 touchObject->Set(info->GetVM(), ToJSValue("type"), ToJSValue(static_cast<int32_t>(point.GetTouchType()))); in JsGetHistoricalPoints() 101 touchObject->Set(info->GetVM(), in JsGetHistoricalPoints() 103 touchObject->Set(info->GetVM(), in JsGetHistoricalPoints() 105 touchObject->Set(info->GetVM(), in JsGetHistoricalPoints() 107 touchObject->Set(info->GetVM(), in JsGetHistoricalPoints() 109 touchObject->Set(info->GetVM(), in JsGetHistoricalPoints() 111 touchObject->Set(info->GetVM(), in JsGetHistoricalPoints() 113 touchObject->Set(info->GetVM(), in JsGetHistoricalPoints() 115 touchObject->Set(inf in JsGetHistoricalPoints() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_modifier.cpp | 261 matrix.Set(RSMatrix::SKEW_Y, matrix.Get(SCALEY)); in AdjustMatrix() 262 matrix.Set(RSMatrix::SCALE_Y, temp); in AdjustMatrix() 284 centerDeviation->Set(-1 * MOVE_STEP); in StartRecycleRingAnimation() 291 centerDeviation->Set(MOVE_STEP); in StartRecycleRingAnimation() 297 centerDeviation->Set(0.0f); in StartRecycleRingAnimation() 316 cometOpacity_->Set(OPACITY2); in StartRecycleCometAnimation() 317 cometTailLen_->Set(TOTAL_TAIL_LENGTH); in StartRecycleCometAnimation() 324 cometOpacity->Set(OPACITY1); in StartRecycleCometAnimation() 328 cometSizeScale->Set(SIZE_SCALE1); in StartRecycleCometAnimation() 336 cometOpacity->Set(OPACITY in StartRecycleCometAnimation() [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/ |
H A D | dps_metadata_info.cpp | 38 ret = Set(key, type, parcel.ReadInt32()); in ReadFromParcel() 42 ret = Set(key, type, parcel.ReadInt64()); in ReadFromParcel() 46 ret = Set(key, type, parcel.ReadDouble()); in ReadFromParcel() 50 ret = Set(key, type, parcel.ReadString()); in ReadFromParcel() 133 DpsMetadataError DpsMetadata::Set(const std::string &key, int32_t value) in Set() function in OHOS::CameraStandard::DpsMetadata 135 return Set(key, DpsDataType::i32, value); in Set() 138 DpsMetadataError DpsMetadata::Set(const std::string &key, int64_t value) in Set() function in OHOS::CameraStandard::DpsMetadata 140 return Set(key, DpsDataType::i64, value); in Set() 143 DpsMetadataError DpsMetadata::Set(const std::string &key, double value) in Set() function in OHOS::CameraStandard::DpsMetadata 145 return Set(ke in Set() 148 DpsMetadataError DpsMetadata::Set(const std::string &key, const std::string& value) Set() function in OHOS::CameraStandard::DpsMetadata 165 DpsMetadataError DpsMetadata::Set(const std::string &key, DpsDataType type, const std::any& val) Set() function in OHOS::CameraStandard::DpsMetadata [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_modifier.h | 99 needDraw_->Set(flag); in SetNeedDraw() 109 AnimationUtils::Animate(option, [&]() { boardColor_->Set(color); }); in SetBoardColor() 116 contentOffset_->Set(contentOffset); in SetContentOffset() 123 contentSize_->Set(contentSize); in SetContentSize() 130 drawScore_->Set(static_cast<float>(drawScore)); in SetDrawScore() 137 stepSize_->Set(static_cast<float>(stepSize)); in SetStepSize() 147 touchStar_->Set(touchStar); in SetTouchStar() 154 starNum_->Set(starNum); in SetStartNum() 161 useContentModifier_->Set(useContentModifier); in SetUseContentModifier() 201 reverse_->Set(revers in SetReverse() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_modifier.cpp | 52 indicatorLeft_->Set(indicatorOffset.GetX()); in SetIndicatorOffset() 55 indicatorTop_->Set(indicatorOffset.GetY()); in SetIndicatorOffset() 62 indicatorColor_->Set(indicatorColor); in SetIndicatorColor() 69 indicatorWidth_->Set(indicatorWidth); in SetIndicatorWidth() 76 indicatorHeight_->Set(indicatorHeight); in SetIndicatorHeight() 83 indicatorBorderRadius_->Set(indicatorBorderRadius); in SetIndicatorBorderRadius() 90 indicatorMarginTop_->Set(indicatorMarginTop); in SetIndicatorMarginTop() 97 hasIndicator_->Set(hasIndicator); in SetHasIndicator()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_modifier.h | 92 AnimationUtils::Animate(option, [&]() { animateTouchHoverColor_->Set(color); }); in SetBoardColor() 120 checkStroke_->Set(checkStroke); in SetCheckStroke() 125 checkMarkPaintSize_->Set(checkMarkPaintSize); in SetCheckMarkPaintSize() 130 pointColor_->Set(LinearColor(pointColor)); in SetPointColor() 135 activeColor_->Set(LinearColor(activeColor)); in SetActiveColor() 140 inactiveColor_->Set(LinearColor(inactiveColor)); in SetInactiveColor() 185 enabled_->Set(value); in SetEnabled() 196 uiStatus_->Set(static_cast<int>(uiStatus)); in SetUiStatus() 203 status_->Set(static_cast<int>(status)); in SetSelectStatus() 215 offset_->Set(offse in SetOffset() [all...] |