Home
last modified time | relevance | path

Searched defs:oldValue (Results 1 - 23 of 23) sorted by relevance

/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dhal_atomic.h52 static inline bool HalAtomicCmpAndSwap32(volatile uint32_t* ptr, uint32_t oldValue, uint32_t newValue) in HalAtomicCmpAndSwap32() argument
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_atomic.h62 static inline bool SoftBusAtomicCmpAndSwap32(volatile uint32_t* ptr, int32_t oldValue, int32_t newValue) in SoftBusAtomicCmpAndSwap32() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/metadata_test/
H A Dfragment_metadata_test.cpp188 std::string oldValue, newValue; in HWTEST_F() local
H A Dmetadata_test.cpp87 std::string oldValue, newValue; in HWTEST_F() local
105 std::string oldValue, newValue; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dproperty_animatable_helper.h102 float oldValue = Get(*border); in Set() local
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_formatter.cpp25 void BlackListCharsFormatter::Format(const TextEditingValue& oldValue, TextEditingValue& newValue) const in Format() argument
47 void LengthLimitingFormatter::Format(const TextEditingValue& oldValue, TextEditingValue& newValue) const in Format() argument
/foundation/resourceschedule/ffrt/src/queue/
H A Dconcurrent_queue.cpp52 int oldValue = concurrency_.fetch_add(1); in Push() local
92 int oldValue = concurrency_.fetch_sub(1); // 取不到后继的task,当前这个task正式退出 in Pull() local
/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/
H A Dffrt_safe_map.h156 bool FindOldAndSetNew(const K& key, V& oldValue, const V& newValue) in FindOldAndSetNew() argument
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_analyzer.cpp82 int32_t oldValue = prefs->GetInt(bundleName, 0); in FlushCommonBehavior() local
107 int32_t oldValue = prefs->GetInt(bundleName, 0); in FlushDeleteBehavior() local
/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_utils.cpp42 std::string RingtoneUtils::ReplaceAll(std::string str, const std::string &oldValue, const std::string &newValue) in ReplaceAll() argument
/foundation/arkui/ace_engine/test/unittest/core/common/ime/
H A Dime_test.cpp677 TextEditingValue oldValue; in HWTEST_F() local
699 TextEditingValue oldValue; in HWTEST_F() local
723 TextEditingValue oldValue; in HWTEST_F() local
747 TextEditingValue oldValue; in HWTEST_F() local
770 TextEditingValue oldValue; in HWTEST_F() local
788 TextEditingValue oldValue; HWTEST_F() local
809 TextEditingValue oldValue; HWTEST_F() local
829 TextEditingValue oldValue; HWTEST_F() local
855 TextEditingValue oldValue; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.cpp158 const auto &oldValue = dataItems_[indexes_[index]]->GetValue(); in ModifyValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H A Dlinear_indicator_controller.cpp344 float oldValue = animationData_.Value(); in RecalcProgressValue() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability.cpp270 bool oldValue = lastIsMacroSupported_.value(); in FilterByZoomRatio() local
283 std::vector<float> oldValue = lastGetZoomRatioRange_.value(); in FilterByMacro() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_transaction_test.cpp50 Value oldValue; member
108 Value oldValue; in NotifierCallback() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_register_conflict_test.cpp58 Value oldValue; member
114 Value oldValue; in NotifierCallback() local
[all...]
H A Ddistributeddb_storage_query_sync_test.cpp1356 uint8_t oldValue = *(buffer.data() + VERSION_BIT); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp514 const auto& oldValue = ThemeConstants::GetValue(styleId); in ParseCustomStyle() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_nb_test_tools.h83 DistributedDB::Value oldValue; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp494 Value oldValue; in NotifyCallBack() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_auto_launch_test.cpp614 Value oldValue; in ConflictNotifierCallback() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c820 FILLP_ULONG oldValue; in FillpAdaptSysArchRwsemTryrdwait() local
581 FillpSysArchCompAndWwap( IO volatile FILLP_ULONG *sem, IN volatile FILLP_ULONG oldValue, IN volatile FILLP_ULONG exchange) FillpSysArchCompAndWwap() argument
836 FILLP_ULONG oldValue; FillpAdaptSysArchRwsemTrywrwait() local
852 FILLP_ULONG oldValue; FillpAdaptSysArchRwsemRdPost() local
865 FILLP_ULONG oldValue; FillpAdaptSysArchRwsemWrPost() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp907 float oldValue = value_; in UpdateValueByLocalLocation() local
924 float oldValue = value_; in UpdateToValidValue() local

Completed in 43 milliseconds