Home
last modified time | relevance | path

Searched defs:val (Results 1 – 25 of 807) sorted by relevance

12345678910>>...33

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_marshalling_helper_test.cpp145 Drawing::Bitmap val; variable
158 Drawing::Bitmap val; variable
329 Drawing::Matrix val; variable
538 EmitterConfig val; variable
551 EmitterConfig val; variable
677 auto val = variable
967 RRectT<float> val; variable
980 RRectT<float> val; variable
1239 int val = 0; variable
1252 int val = 0; variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_marshalling_helper.cpp140 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSShader>& val) in Unmarshalling()
145 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const Drawing::Matrix& val) in Marshalling()
150 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, Drawing::Matrix& val) in Unmarshalling()
226 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const EmitterConfig& val) in Marshalling()
231 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, EmitterConfig& val) in Unmarshalling()
236 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const ParticleVelocity& val) in Marshalling()
241 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, ParticleVelocity& val) in Unmarshalling()
290 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSPath>& val) in Unmarshalling()
300 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSMask>& val) in Unmarshalling()
356 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const RRectT<float>& val) in Marshalling()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_marshalling_helper.cpp144 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSShader>& val) in Unmarshalling()
149 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const Drawing::Matrix& val) in Marshalling()
154 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, Drawing::Matrix& val) in Unmarshalling()
231 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const EmitterConfig& val) in Marshalling()
235 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, EmitterConfig& val) in Unmarshalling()
239 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const ParticleVelocity& val) in Marshalling()
243 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, ParticleVelocity& val) in Unmarshalling()
286 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSPath>& val) in Unmarshalling()
296 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, std::shared_ptr<RSMask>& val) in Unmarshalling()
357 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const RRectT<float>& val) in Marshalling()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dvalue_object.cpp42 ValueObject::ValueObject(const ValueObject &val) in ValueObject()
66 ValueObject::ValueObject(bool val) : value(val) in ValueObject()
192 int64_t val = 0L; variable
209 double val = 0.0L; variable
226 bool val = false; variable
241 static int32_t GetPrecision(double val) in GetPrecision()
259 std::string val; variable
282 Blob val; variable
295 auto val = std::get_if<Asset>(&value); variable
304 auto val = std::get_if<Assets>(&value); variable
[all …]
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddwarf_op.cpp59 uintptr_t val; in Decode() local
70 uint8_t val; in Decode() local
77 int8_t val; in Decode() local
84 uint16_t val; in Decode() local
91 int16_t val; in Decode() local
98 uint32_t val; in Decode() local
105 int32_t val; in Decode() local
112 uint64_t val; in Decode() local
119 int64_t val; in Decode() local
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp111 bool ReadString(Parcel &parcel, rust::string &val) in ReadString()
122 bool WriteString(Parcel &parcel, const rust::str val) in WriteString()
128 bool WriteString16(Parcel &parcel, const rust::str val) in WriteString16()
227 bool ReadBoolVector(Parcel &parcel, rust::vec<bool> &val) in ReadBoolVector()
231 bool ReadInt8Vector(Parcel &parcel, rust::vec<int8_t> &val) in ReadInt8Vector()
235 bool ReadInt16Vector(Parcel &parcel, rust::vec<int16_t> &val) in ReadInt16Vector()
239 bool ReadInt32Vector(Parcel &parcel, rust::vec<int32_t> &val) in ReadInt32Vector()
243 bool ReadInt64Vector(Parcel &parcel, rust::vec<int64_t> &val) in ReadInt64Vector()
247 bool ReadUInt8Vector(Parcel &parcel, rust::vec<uint8_t> &val) in ReadUInt8Vector()
263 bool ReadFloatVector(Parcel &parcel, rust::vec<float> &val) in ReadFloatVector()
[all …]
/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates_object.h73 SingleValue(Type val) noexcept : value(std::move(val)) in SingleValue()
80 SingleValue(SingleValue &&val) noexcept :value(std::move(val.value)) in SingleValue() function
87 SingleValue(const SingleValue &val) : value(val.value) {} in SingleValue()
111 SingleValue(int val) : value(val) {} in SingleValue()
118 SingleValue(int64_t val) : value(val) {} in SingleValue()
125 SingleValue(double val) : value(val) {} in SingleValue()
132 SingleValue(bool val) : value(val) {} in SingleValue()
139 SingleValue(const char *val) : value(std::string(val)) {} in SingleValue()
146 SingleValue(std::string val) : value(std::move(val)) {} in SingleValue()
H A Ddatashare_predicates_objects.h68 MutliValue(MutliValue::Type val) noexcept : value(std::move(val)) in MutliValue() function
75 MutliValue(const MutliValue &val) : value(val.value) {} in MutliValue()
98 MutliValue(const std::vector<int> &val) : value(val) {} in MutliValue()
105 MutliValue(const std::vector<int64_t> &val) : value(val) {} in MutliValue()
112 MutliValue(const std::vector<double> &val) : value(val) {} in MutliValue()
119 MutliValue(const std::vector<std::string> &val) : value(val) {} in MutliValue()
H A Ddatashare_value_object.h77 DataShareValueObject(int val) : value(static_cast<int64_t>(val)) {}; in DataShareValueObject()
83 DataShareValueObject(int64_t val) : value(val) {}; in DataShareValueObject()
89 DataShareValueObject(double val) : value(val) {}; in DataShareValueObject()
95 DataShareValueObject(bool val) : value(val) {}; in DataShareValueObject()
101 DataShareValueObject(std::string val) : value(std::move(val)) {}; in DataShareValueObject()
107 DataShareValueObject(const char *val) : DataShareValueObject(std::string(val)) {}; in DataShareValueObject()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Draw_data_builder.h110 RawDataBuilder& UpdateType(const T val) in UpdateType()
119 RawDataBuilder& UpdateUid(const T val) in UpdateUid()
128 RawDataBuilder& UpdateLog(const T val) in UpdateLog()
137 RawDataBuilder& UpdatePid(const T val) in UpdatePid()
146 RawDataBuilder& UpdateTid(const T val) in UpdateTid()
155 RawDataBuilder& UpdateId(const T val) in UpdateId()
175 RawDataBuilder& UpdateTraceId(const T val) in UpdateTraceId()
189 RawDataBuilder& UpdateSpanId(const T val) in UpdateSpanId()
203 RawDataBuilder& UpdatePSpanId(const T val) in UpdatePSpanId()
492 bool ParseTimeZoneFromHeader(T& val) in ParseTimeZoneFromHeader()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dcodec_data.h55 …explicit CodecData(bool val) : type_(val ? BufferDataType::TYPE_TRUE : BufferDataType::TYPE_FALSE)… in CodecData()
56 explicit CodecData(int32_t val) : type_(BufferDataType::TYPE_INT), data_(val) {} in CodecData()
57 explicit CodecData(int32_t val, BufferDataType type) : type_(type), data_(val) {} in CodecData()
58 explicit CodecData(int64_t val) : type_(BufferDataType::TYPE_LONG), data_(val) {} in CodecData()
59 explicit CodecData(double val) : type_(BufferDataType::TYPE_DOUBLE), data_(val) {} in CodecData()
61 explicit CodecData(const std::string& val) : type_(BufferDataType::TYPE_STRING), data_(val) {} in CodecData()
62 explicit CodecData(const std::string& val, BufferDataType type) : type_(type), data_(val) {} in CodecData()
64 …explicit CodecData(const std::set<std::string>& val) : type_(BufferDataType::TYPE_SET), data_(val)… in CodecData()
69 …explicit CodecData(std::string&& val) : type_(BufferDataType::TYPE_STRING), data_(std::move(val)) … in CodecData()
70 explicit CodecData(std::map<std::string, std::string>&& val) in CodecData()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.cpp396 Math::Vec4 val; in SetCustomPropertyBlobValue() local
400 Math::UVec4 val; in SetCustomPropertyBlobValue() local
404 Math::IVec4 val; in SetCustomPropertyBlobValue() local
408 Math::Vec3 val; in SetCustomPropertyBlobValue() local
412 Math::UVec3 val; in SetCustomPropertyBlobValue() local
416 Math::IVec3 val; in SetCustomPropertyBlobValue() local
420 Math::Vec2 val; in SetCustomPropertyBlobValue() local
424 Math::UVec2 val; in SetCustomPropertyBlobValue() local
432 float val; in SetCustomPropertyBlobValue() local
436 uint32_t val; in SetCustomPropertyBlobValue() local
[all …]
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_wrote_result_check_test.cpp143 bool val = true; variable
164 int64_t val = -18888888882321; variable
206 double val = 30949.374; variable
226 std::string val = "value"; variable
247 std::vector<bool> val = { variable
273 std::vector<int64_t> val = { variable
325 std::vector<double> val = { variable
375 float val = 230.47; variable
395 std::vector<float> val = { variable
443 double val = -3.5; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_value_conversions.h29 bool Validate(const EcmaVM* vm, panda::Local<panda::JSValueRef> val) in Validate()
45 T fromJsiValue(const EcmaVM* vm, Local<panda::JSValueRef> val) in fromJsiValue()
64 panda::Local<panda::JSValueRef> toJsiValueWithVM(const EcmaVM* vm, T val) in toJsiValueWithVM()
86 panda::Local<panda::JSValueRef> toJsiValue(T val) in toJsiValue()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_utils.cpp127 NativeRdb::ValueObject::Asset val; in ValueObjectToValueTypeAsset() local
143 NativeRdb::ValueObject::Assets val; in ValueObjectToValueTypeAssets() local
169 int64_t val; in ValueObjectToValueType() local
174 double val; in ValueObjectToValueType() local
179 std::string val; in ValueObjectToValueType() local
184 bool val; in ValueObjectToValueType() local
189 std::vector<uint8_t> val; in ValueObjectToValueType() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_pattern_test_ng.cpp192 auto val = menuPattern->IsSelectMenu(); variable
226 auto val = menuPattern->IsSelectMenu(); variable
260 auto val = menuPattern->IsSelectMenu(); variable
295 auto val = menuPattern->IsSelectMenu(); variable
465 auto val = selectPattern->isSelected_; variable
499 auto val = selectPattern->isSelected_; variable
533 auto val = selectPattern->isSelected_; variable
568 auto val = selectPattern->isSelected_; variable
603 auto val = selectPattern->isSelected_; variable
637 auto val = selectPattern->isSelected_; variable
[all …]
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestBitReader.cpp47 uint32_t val = 0; variable
65 uint32_t val = 0; variable
80 uint32_t val = 0; variable
96 uint32_t val = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp299 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const Drawing::Bitmap& val) in Marshalling()
313 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, Drawing::Bitmap& val) in Unmarshalling()
470 std::shared_ptr<Drawing::Image>& val, void*& imagepixelAddr) in UnmarshallingNoLazyGeneratedImage()
626 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const Drawing::Matrix& val) in Marshalling()
639 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, Drawing::Matrix& val) in Unmarshalling()
971 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const EmitterConfig& val) in Marshalling()
991 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, EmitterConfig& val) in Unmarshalling()
1033 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const ParticleVelocity& val) in Marshalling()
1039 bool RSMarshallingHelper::Unmarshalling(Parcel& parcel, ParticleVelocity& val) in Unmarshalling()
1546 bool RSMarshallingHelper::Marshalling(Parcel& parcel, const RRectT<float>& val) in Marshalling()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Datomicservice_basic_engine_plugin.cpp51 void AtomicserviceIconInfo::SetBundleName(const std::string& val) in SetBundleName()
56 void AtomicserviceIconInfo::SetModuleName(const std::string& val) in SetModuleName()
61 void AtomicserviceIconInfo::SetAbilityName(const std::string& val) in SetAbilityName()
66 void AtomicserviceIconInfo::SetCircleIcon(const std::string& val) in SetCircleIcon()
71 void AtomicserviceIconInfo::SetEyelashRingIcon(const std::string& val) in SetEyelashRingIcon()
76 void AtomicserviceIconInfo::SetAppName(const std::string& val) in SetAppName()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp704 bool Parcel::ReadBoolVector(std::vector<bool>* val) in ReadBoolVector()
710 bool Parcel::ReadInt8Vector(std::vector<int8_t>* val) in ReadInt8Vector()
715 bool Parcel::ReadInt16Vector(std::vector<int16_t>* val) in ReadInt16Vector()
720 bool Parcel::ReadInt32Vector(std::vector<int32_t>* val) in ReadInt32Vector()
725 bool Parcel::ReadInt64Vector(std::vector<int64_t>* val) in ReadInt64Vector()
730 bool Parcel::ReadUInt8Vector(std::vector<uint8_t>* val) in ReadUInt8Vector()
735 bool Parcel::ReadUInt16Vector(std::vector<uint16_t>* val) in ReadUInt16Vector()
740 bool Parcel::ReadUInt32Vector(std::vector<uint32_t>* val) in ReadUInt32Vector()
745 bool Parcel::ReadUInt64Vector(std::vector<uint64_t>* val) in ReadUInt64Vector()
750 bool Parcel::ReadFloatVector(std::vector<float>* val) in ReadFloatVector()
[all …]
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp679 bool Parcel::ReadBoolVector(std::vector<bool>* val) in ReadBoolVector()
685 bool Parcel::ReadInt8Vector(std::vector<int8_t>* val) in ReadInt8Vector()
690 bool Parcel::ReadInt16Vector(std::vector<int16_t>* val) in ReadInt16Vector()
695 bool Parcel::ReadInt32Vector(std::vector<int32_t>* val) in ReadInt32Vector()
700 bool Parcel::ReadInt64Vector(std::vector<int64_t>* val) in ReadInt64Vector()
705 bool Parcel::ReadUInt8Vector(std::vector<uint8_t>* val) in ReadUInt8Vector()
710 bool Parcel::ReadUInt16Vector(std::vector<uint16_t>* val) in ReadUInt16Vector()
715 bool Parcel::ReadUInt32Vector(std::vector<uint32_t>* val) in ReadUInt32Vector()
720 bool Parcel::ReadUInt64Vector(std::vector<uint64_t>* val) in ReadUInt64Vector()
725 bool Parcel::ReadFloatVector(std::vector<float>* val) in ReadFloatVector()
[all …]
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp681 bool Parcel::ReadBoolVector(std::vector<bool> *val) in ReadBoolVector()
687 bool Parcel::ReadInt8Vector(std::vector<int8_t> *val) in ReadInt8Vector()
692 bool Parcel::ReadInt16Vector(std::vector<int16_t> *val) in ReadInt16Vector()
697 bool Parcel::ReadInt32Vector(std::vector<int32_t> *val) in ReadInt32Vector()
702 bool Parcel::ReadInt64Vector(std::vector<int64_t> *val) in ReadInt64Vector()
707 bool Parcel::ReadUInt8Vector(std::vector<uint8_t> *val) in ReadUInt8Vector()
712 bool Parcel::ReadUInt16Vector(std::vector<uint16_t> *val) in ReadUInt16Vector()
717 bool Parcel::ReadUInt32Vector(std::vector<uint32_t> *val) in ReadUInt32Vector()
722 bool Parcel::ReadUInt64Vector(std::vector<uint64_t> *val) in ReadUInt64Vector()
727 bool Parcel::ReadFloatVector(std::vector<float> *val) in ReadFloatVector()
[all …]
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp684 bool Parcel::ReadBoolVector(std::vector<bool>* val) in ReadBoolVector()
690 bool Parcel::ReadInt8Vector(std::vector<int8_t>* val) in ReadInt8Vector()
695 bool Parcel::ReadInt16Vector(std::vector<int16_t>* val) in ReadInt16Vector()
700 bool Parcel::ReadInt32Vector(std::vector<int32_t>* val) in ReadInt32Vector()
705 bool Parcel::ReadInt64Vector(std::vector<int64_t>* val) in ReadInt64Vector()
710 bool Parcel::ReadUInt8Vector(std::vector<uint8_t>* val) in ReadUInt8Vector()
715 bool Parcel::ReadUInt16Vector(std::vector<uint16_t>* val) in ReadUInt16Vector()
720 bool Parcel::ReadUInt32Vector(std::vector<uint32_t>* val) in ReadUInt32Vector()
725 bool Parcel::ReadUInt64Vector(std::vector<uint64_t>* val) in ReadUInt64Vector()
730 bool Parcel::ReadFloatVector(std::vector<float>* val) in ReadFloatVector()
[all …]
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp684 bool Parcel::ReadBoolVector(std::vector<bool>* val) in ReadBoolVector()
690 bool Parcel::ReadInt8Vector(std::vector<int8_t>* val) in ReadInt8Vector()
695 bool Parcel::ReadInt16Vector(std::vector<int16_t>* val) in ReadInt16Vector()
700 bool Parcel::ReadInt32Vector(std::vector<int32_t>* val) in ReadInt32Vector()
705 bool Parcel::ReadInt64Vector(std::vector<int64_t>* val) in ReadInt64Vector()
710 bool Parcel::ReadUInt8Vector(std::vector<uint8_t>* val) in ReadUInt8Vector()
715 bool Parcel::ReadUInt16Vector(std::vector<uint16_t>* val) in ReadUInt16Vector()
720 bool Parcel::ReadUInt32Vector(std::vector<uint32_t>* val) in ReadUInt32Vector()
725 bool Parcel::ReadUInt64Vector(std::vector<uint64_t>* val) in ReadUInt64Vector()
730 bool Parcel::ReadFloatVector(std::vector<float>* val) in ReadFloatVector()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h90 static bool Marshalling(Parcel& parcel, const T& val) in Marshalling()
95 static bool Unmarshalling(Parcel& parcel, T& val) in Unmarshalling()
107 static bool Marshalling(Parcel& parcel, const std::string& val) in Marshalling()
111 static bool Unmarshalling(Parcel& parcel, std::string& val) in Unmarshalling()
117 static bool MarshallingArray(Parcel& parcel, const T* val, int count) in MarshallingArray()
125 static bool UnmarshallingArray(Parcel& parcel, T*& val, int count) in UnmarshallingArray()
154 static bool UnmarshallingVec(Parcel& parcel, std::vector<T>& val) in UnmarshallingVec()
314 static bool Unmarshalling(Parcel& parcel, std::map<T, P>& val) in Unmarshalling()
346 static bool Unmarshalling(Parcel& parcel, std::vector<T>& val) in Unmarshalling()
376 static bool Unmarshalling(Parcel& parcel, std::optional<T>& val) in Unmarshalling()
[all …]

12345678910>>...33