/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/ |
H A D | raw_data_builder.h | 110 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() 189 RawDataBuilder& UpdateSpanId(const T val) in UpdateSpanId() 417 bool ParseAndSetTraceInfo(T& to, V from) in ParseAndSetTraceInfo() 478 bool ParseValue(T& to, V from) in ParseValue() 492 bool ParseTimeZoneFromHeader(T& val) in ParseTimeZoneFromHeader() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | repeat_node_cache_syntax_test.cpp | 112 auto g_onGetKeys4Range = [](uint32_t from, uint32_t to) -> std::list<std::string> { in __anona03fc19a0502() 123 auto g_onGetKeys4RangeMaxTo5 = [](uint32_t from, uint32_t to) -> std::list<std::string> { in __anona03fc19a0602() 134 auto g_onGetTypes4Range = [](uint32_t from, uint32_t to) -> std::list<std::string> { in __anona03fc19a0702() 145 auto g_onSetActiveRange = [](int32_t from, int32_t to) { in __anona03fc19a0802() 915 std::string val("0"); variable
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 128 static FILLP_INT FillpSysAdptArchAtomicInc(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicInc() 138 static FILLP_INT FillpSysAdptArchAtomicDec(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicDec() 158 static FILLP_INT FillpSysAdptArchAtomicInc(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicInc() 168 static FILLP_INT FillpSysAdptArchAtomicDec(SysArchAtomic *v, FILLP_INT val) in FillpSysAdptArchAtomicDec() 521 FILLP_INT FillpSysArchAtomicInc(IO SysArchAtomic *var, FILLP_INT val) in FillpSysArchAtomicInc() 541 FILLP_INT FillpSysArchAtomicDec(IO SysArchAtomic *var, FILLP_INT val) in FillpSysArchAtomicDec() 1132 IN FILLP_INT val) /* arguments for socket */ in FillpFuncFcntl() 1187 IN const void *to, IN FILLP_SIZE_T toLen) in FillpFuncSendTo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_base.cpp | 561 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const T& val, bool isSelf) in SetPresentationProperty() 567 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const Color& val, bool isS… in SetPresentationProperty() 580 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const Dimension& val, bool… in SetPresentationProperty() 593 bool RenderSvgBase::SetPresentationProperty(const std::string& attrName, const double& val, bool is… in SetPresentationProperty() 614 …const std::string& type, const std::vector<float>& from, const std::vector<float>& to, double valu… in SetTransformProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_column_pattern.cpp | 1178 void TextPickerColumnPattern::CreateAnimation(double from, double to) in CreateAnimation() 1191 void TextPickerColumnPattern::CreateReboundAnimation(double from, double to) in CreateReboundAnimation() 1257 auto val = std::trunc(distance * distancePercent); in CalcAlgorithmOffset() local 1313 double val = 0.0; in GetSelectedDistance() local 1334 double val = 0.0; in GetUpCandidateDistance() local 1359 double val = 0.0; in GetDownCandidateDistance() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_tabs.cpp | 228 JSRef<JSVal> val = obj->GetProperty("barPosition"); in Create() local 590 int32_t from, int32_t to) -> TabContentAnimatedTransition { in SetCustomContentTransition()
|
H A D | js_view_abstract.cpp | 318 double to = 1.0; in ParseMotionPath() local 2315 JSRef<JSObject> val = JSRef<JSObject>::Cast(jsVal); in JsChainWeight() local 2511 JSRef<JSVal> val = optionObj->GetProperty("offset"); in JsOverlay() local 6291 static bool ParseSpanAndOffset(const JSRef<JSVal>& val, uint32_t& span, int32_t& offset) in ParseSpanAndOffset() 6319 JSRef<JSVal> val = sizeObj->GetProperty(values.second.c_str()); in JsUseSizeType() local 8491 node = frameNode](const float val) { in JSCreateAnimatableProperty() 9056 JSRef<JSObject> val = JSRef<JSObject>::Cast(rule); in JsAlignRules() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability.cpp | 1260 int val = 0; in ParseIntValue() local 1272 double val = 0.0; in ParseDoubleValue() local 1284 std::string val = ""; in ParseStringValue() local 1296 std::vector<uint8_t> val; in ParseBlobValue() local 1308 bool val = false; in ParseBoolValue() local 1944 void Ability::OnDisplayMove(Rosen::DisplayId from, Rosen::DisplayId to) in OnDisplayMove()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_pattern.cpp | 453 uint32_t val = selectedIndex > 0 ? selectedIndex - 1 : 0; in UpdatePickerTextProperties() local 888 void DatePickerColumnPattern::CreateAnimation(double from, double to) in CreateAnimation() 998 float val = 0.0f; in GetShiftDistance() local 1066 float val = 0.0f; in GetShiftDistanceForLandscape() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_pattern.cpp | 613 uint32_t val = selectedIndex > 0 ? selectedIndex - 1 : 0; in ChangeTextStyle() local 939 void TimePickerColumnPattern::CreateAnimation(double from, double to) in CreateAnimation() 1006 float val = 0.0f; in GetShiftDistance() local 1074 float val = 0.0f; in GetShiftDistanceForLandscape() local
|