/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_chart_unit_test.cpp | 248 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 D | shortcut_info.cpp | 84 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 D | mock_mt_accessibility_account_data.cpp | 399 void MockAccessibilityAccountData::GetConfigValueAtoHos(ConfigValueAtoHosUpdate &value) in GetConfigValueAtoHos() argument 401 (void)value; in GetConfigValueAtoHos()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_arc_label.cpp | 175 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 D | gatt_database.cpp | 308 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 D | bluetooth_avrcp_tg.cpp | 366 for (auto value : values) { in NotifyPlayerAppSettingChanged() 367 vals.push_back(value); in NotifyPlayerAppSettingChanged()
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_avrcp_tg_stub.cpp | 293 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 D | json_serializer_test.cpp | 38 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 D | object.h | 150 void SetObjectFlags(const ObjectFlagBitsValue& value) override 153 flags->SetObjectFlags(value);
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | staggered_animation_state.cpp | 171 constexpr float MapTo01Range(float value, float inputStart, float inputEnd, bool reverse) noexcept 178 return (1 / (inputEnd - inputStart)) * (value - inputStart);
|
H A D | animation.h | 373 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 D | rs_curve_animation_test.cpp | 316 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 D | buffer_queue.cpp | 379 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 D | ecs_animation.h | 58 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 D | mesh_impl.cpp | 77 // 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 D | buffer_utils.cpp | 222 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 D | audio_manager_base.h | 66 * @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 D | rs_profiler_telemetry.cpp | 156 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 D | rsgpuoverdrawcanvaslistener_fuzzer.cpp | 277 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 D | rs_interactive_implict_animator.cpp | 325 for (const auto& [key, value] : task->GetProperties()) { in FinishOnCurrent() 339 const auto& [propertyValue, animations] = value; in FinishOnCurrent()
|
H A D | rs_implicit_animation_param.cpp | 114 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 D | render_context_sample.cpp | 196 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 D | typography.cpp | 355 return lineMetrics_.value(); in GetLineMetrics() 393 return lineMetrics_.value(); in GetLineMetrics()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_filter_cache_manager.cpp | 418 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 D | rscpuoverdrawcanvaslistener_fuzzer.cpp | 277 int value = GetData<int>(); in DoDrawShadow() local 278 auto flag = (Drawing::ShadowFlags)value; in DoDrawShadow()
|