Home
last modified time | relevance | path

Searched refs:Calculate (Results 1 – 25 of 76) sorted by relevance

1234

/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/
H A Duid_entity.cpp72 bluetoothEntity->Calculate(uid); in CalculateForConnectivity()
93 cameraEntity->Calculate(uid); in CalculateForCommon()
96 flashlightEntity->Calculate(uid); in CalculateForCommon()
99 audioEntity->Calculate(uid); in CalculateForCommon()
102 sensorEntity->Calculate(uid); in CalculateForCommon()
105 gnssEntity->Calculate(uid); in CalculateForCommon()
108 cpuEntity->Calculate(uid); in CalculateForCommon()
111 wakelockEntity->Calculate(uid); in CalculateForCommon()
114 alarmEntity->Calculate(uid); in CalculateForCommon()
121 void UidEntity::Calculate(int32_t uid) in Calculate() function in OHOS::PowerMgr::UidEntity
/ohos5.0/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_digest.h54 virtual int32_t Calculate(PkgBuffer &result, const PkgBuffer &buffer, size_t size) in Calculate() function
78 int32_t Calculate(PkgBuffer &result, const PkgBuffer &buffer, size_t size) override;
96 int32_t Calculate(PkgBuffer &result, const PkgBuffer &buffer, size_t size) override;
114 int32_t Calculate(PkgBuffer &result, const PkgBuffer &buffer, size_t size) override;
H A Dpkg_algo_digest.cpp75 int32_t Crc32Algorithm::Calculate(PkgBuffer &result, const PkgBuffer &buffer, size_t size) in Calculate() function in Hpackage::Crc32Algorithm
117 int32_t Sha256Algorithm::Calculate(PkgBuffer &result, const PkgBuffer &buffer, size_t size) in Calculate() function in Hpackage::Sha256Algorithm
159 int32_t Sha384Algorithm::Calculate(PkgBuffer &result, const PkgBuffer &buffer, size_t size) in Calculate() function in Hpackage::Sha384Algorithm
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/spancolorfill/
H A Dfill_gradient.h37 …virtual int16_t Calculate(int16_t x, int16_t y, int16_t startRadius, int16_t endRadius, int16_t s…
86 int32_t index = gradientFunction_->Calculate(x >> downscaleShift, y >> downscaleShift, in Generate()
141 int16_t Calculate(int16_t x, int16_t y, int16_t startRadius, int16_t endRadius, int16_t size) in Calculate() function
219 int16_t Calculate(int16_t x, int16_t, int16_t, int16_t distance, int16_t size) in Calculate() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_divider_arithmetic.h59 return Calculate(value, true); in Add()
64 return Calculate(value, false); in Minus()
115 …RefPtr<CustomAnimatableArithmetic> Calculate(const RefPtr<CustomAnimatableArithmetic>& value, bool… in Calculate() function
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-bytecode-fundamentals.md372 …rameter: acc: operand<br>R: 8-bit reserved number used in Ark runtime| Calculate **-acc** and sto…
373 …rameter: acc: operand<br>R: 8-bit reserved number used in Ark runtime| Calculate **~acc** and sto…
374 …rameter: acc: operand<br>R: 8-bit reserved number used in Ark runtime| Calculate **acc + 1** and …
376 | 0x23 | NONE | istrue | Default input parameter: acc: object| Calculate **acc == true** and s…
377 | 0x24 | NONE | isfalse | Default input parameter: acc: object| Calculate **acc == false** and…
420 …+AA | Default input parameter: acc: value<br>A: signed branch offset| Calculate **acc == 0** and…
421 …AAA | Default input parameter: acc: value<br>A: signed branch offset| Calculate **acc == 0** and…
422 …+AA | Default input parameter: acc: value<br>A: signed branch offset| Calculate **acc != 0** and…
495 …AAA | Default input parameter: acc: value<br>A: signed branch offset| Calculate **acc == 0** and…
496 …AAA | Default input parameter: acc: value<br>A: signed branch offset| Calculate **acc != 0** and…
[all …]
/ohos5.0/base/update/updater/test/unittest/package/
H A Dpkg_algo_unittest.cpp57 ret = algo->Calculate(crcResult, crcBuffer, sizeof(buff)); in TestCrcDigest()
77 ret = algo->Calculate(dig, buffer, sizeof(buff)); in TestHash256Digest()
96 ret = algo->Calculate(dig, buffer384, sizeof(buff)); in TestHash384Digest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurve_animation.h100 void Calculate(float time, const RefPtr<Curve>& curve) in Calculate() function
119 Calculate(normalized, reverse ? reverseCurve_ : curve_); in OnNormalizedTimestampChanged()
H A Dkeyframe_animation.h140 void Calculate(float keyTime) in Calculate() function
187 Calculate(normalized); in OnNormalizedTimestampChanged()
H A Dproperty_animation.cpp61 Calculate(normalized); in OnNormalizedTimestampChanged()
81 void PropertyAnimation::Calculate(float keyTime) in Calculate() function in OHOS::Ace::PropertyAnimation
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-memory-info.md56 3. Calculate the memory usage and fragmentation rate.
78 /* Calculate the fragmentation rate of the memory pool. */
80 /* Calculate the memory usage of the memory pool. */
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-dst-transition.md15 1. Calculate the number of hours in a day.
18Calculate the number of hours between the same clock time before and after the DST transition. The…
/ohos5.0/base/powermgr/battery_statistics/services/native/include/entities/
H A Duser_entity.h32 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
H A Didle_entity.h28 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
H A Dalarm_entity.h29 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
H A Daudio_entity.h30 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
H A Dflashlight_entity.h30 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
H A Dgnss_entity.h30 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
H A Dwakelock_entity.h30 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
H A Dcamera_entity.h30 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
H A Dcpu_entity.h31 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
H A Dscreen_entity.h29 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
H A Dphone_entity.h30 void Calculate(int32_t uid = StatsUtils::INVALID_VALUE) override;
/ohos5.0/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_core.cpp153 uidEntity_->Calculate(); in ComputePower()
154 bluetoothEntity_->Calculate(); in ComputePower()
155 idleEntity_->Calculate(); in ComputePower()
156 phoneEntity_->Calculate(); in ComputePower()
157 screenEntity_->Calculate(); in ComputePower()
158 wifiEntity_->Calculate(); in ComputePower()
159 userEntity_->Calculate(); in ComputePower()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dcondition_arbitrator.h73 bool Calculate(LinkQueue *expressionQueue) const;

1234