Home
last modified time | relevance | path

Searched refs:value (Results 31151 - 31175 of 38828) sorted by relevance

1...<<1241124212431244124512461247124812491250>>...1554

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_chart_unit_test.cpp248 int16_t value = chartDataSerial_->GetPeakData(); in HWTEST_F() local
249 EXPECT_EQ(value, 3500); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dshortcut_info.cpp84 std::string value = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() local
85 shortcutIntent.parameters.emplace(key, value); in ReadFromParcel()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_account_data.cpp399 void MockAccessibilityAccountData::GetConfigValueAtoHos(ConfigValueAtoHosUpdate &value) in GetConfigValueAtoHos() argument
401 (void)value; in GetConfigValueAtoHos()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_label.cpp175 void UIArcLabel::SetStyle(uint8_t key, int64_t value) in SetStyle() argument
177 UIView::SetStyle(key, value); in SetStyle()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.cpp308 int GattDatabase::SetValueByHandle(const uint16_t handle, AttributeValue &value) in SetValueByHandle() argument
314 it->second.value_ = std::move(value); in SetValueByHandle()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp366 for (auto value : values) { in NotifyPlayerAppSettingChanged()
367 vals.push_back(value); in NotifyPlayerAppSettingChanged()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp293 int32_t value = data.ReadInt32(); in NotifyPlayerAppSettingChangedInner() local
294 values.push_back(value); in NotifyPlayerAppSettingChangedInner()
/foundation/bundlemanager/bundle_framework/test/benchmarktest/json_serializer_test/
H A Djson_serializer_test.cpp38 customizeData.value = "1"; in BenchmarkTestForCustomizeDataToJson()
56 jsonObject["value"] = "1"; in BenchmarkTestForCustomizeDataFromJson()
76 metadata.value = "1"; in BenchmarkTestForMetadataToJson()
94 jsonObject["value"] = "1"; in BenchmarkTestForMetadataFromJson()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject.h150 void SetObjectFlags(const ObjectFlagBitsValue& value) override
153 flags->SetObjectFlags(value);
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dstaggered_animation_state.cpp171 constexpr float MapTo01Range(float value, float inputStart, float inputEnd, bool reverse) noexcept
178 return (1 / (inputEnd - inputStart)) * (value - inputStart);
H A Danimation.h373 EvaluationResult ProcessOnGet(IAny& value) override
377 EvaluationResult ProcessOnSet(IAny& value, const IAny& current) override
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_curve_animation_test.cpp316 auto value = Quaternion(0.382683, 0, 0, 0.92388); in HWTEST_F() local
323 auto endProperty = std::make_shared<RSAnimatableProperty<Quaternion>>(value); in HWTEST_F()
/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue.cpp379 void BufferQueue::SetUserData(const std::string& key, const std::string& value) in SetUserData() argument
384 usrDataMap_[key] = value; in SetUserData()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.h58 size_t AddKeyframe(float timestamp, const META_NS::IAny::ConstPtr& value) override;
278 // META_NS::Serialization::IExportContext& context, META_NS::Serialization::ClassPrimitive& value) const override;
281 // META_NS::Serialization::IImportContext& context, const META_NS::Serialization::ClassPrimitive& value) override;
305 * the target will ignore the return value.
339 void SetTime(uint32_t value);
H A Dmesh_impl.cpp77 // Reset submeshes back to original value. in SyncMaterialOverrideToSubmeshes()
228 META_NS::Serialization::IExportContext& context, META_NS::Serialization::ClassPrimitive& value) const override
257 bool result = Fwd::Export(context, value);
368 void SetRenderSortLayerOrder(size_t index, uint8_t value) override
371 submeshHandler_->SetRenderSortLayerOrder(index, value);
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_utils.cpp222 data.value = parcel.ReadFloat(); in ReadHDRMetaData()
239 if (!parcel.WriteUint32(static_cast<uint32_t>(data.key)) || !parcel.WriteFloat(data.value)) { in WriteHDRMetaData()
/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_manager_base.h66 * @param value associated with the key for the audio parameter to be set
69 virtual void SetAudioParameter(const std::string &key, const std::string &value) = 0;
75 * @param value associated with the key for the audio parameter to be set
84 * @param value associated with the key for the audio parameter to be set
93 * @param value associated with the key for the audio parameter to be set
102 * @param value associated with the key for the audio parameter to be set
111 * @param value associated with the key for the audio parameter to be set
120 * @param value associated with the key for the audio parameter to be set
129 * @param value associated with the key for the audio parameter to be set
138 * @param value associate
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_telemetry.cpp156 static void GetValue(const std::string& name, const std::vector<std::string>& lines, uint64_t& value) in GetValue() argument
160 value = Utils::ToUint64(Utils::ExtractNumber(line)); in GetValue()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsgpuoverdrawcanvaslistener_fuzzer/
H A Drsgpuoverdrawcanvaslistener_fuzzer.cpp277 int value = GetData<int>(); in DoDrawShadow() local
278 auto flag = (Drawing::ShadowFlags)value; in DoDrawShadow()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_interactive_implict_animator.cpp325 for (const auto& [key, value] : task->GetProperties()) { in FinishOnCurrent()
339 const auto& [propertyValue, animations] = value; in FinishOnCurrent()
H A Drs_implicit_animation_param.cpp114 for (const auto& [key, value] : task->GetProperties()) { in ExecuteSyncPropertiesTask()
132 const auto& [propertyValue, animations] = value; in ExecuteSyncPropertiesTask()
134 // successfully canceled RS animation and extract value, update ui value in ExecuteSyncPropertiesTask()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Drender_context_sample.cpp196 static uint32_t value = 0xffffffff; in ProduceBackGroundBuffer() local
202 *pixel++ = value; in ProduceBackGroundBuffer()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.cpp355 return lineMetrics_.value(); in GetLineMetrics()
393 return lineMetrics_.value(); in GetLineMetrics()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_filter_cache_manager.cpp418 src = srcRect.value(); in ValidateParams()
424 dst = dstRect.value(); in ValidateParams()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscpuoverdrawcanvaslistener_fuzzer/
H A Drscpuoverdrawcanvaslistener_fuzzer.cpp277 int value = GetData<int>(); in DoDrawShadow() local
278 auto flag = (Drawing::ShadowFlags)value; in DoDrawShadow()

Completed in 38 milliseconds

1...<<1241124212431244124512461247124812491250>>...1554