Home
last modified time | relevance | path

Searched defs:newValue (Results 1 - 25 of 114) sorted by relevance

12345

/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_fdtrack.c8 void set_fdtrack_enabled(bool newValue) in set_fdtrack_enabled() argument
/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
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
H A Dsignal_test_026.cpp43 struct itimerval newValue, oldValue; in TestCase() local
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/
H A Dsignal_test_039.cpp40 struct itimerval newValue = { 0 }; in TestCase() local
/test/xts/hats/kernel/syscalls/timer/timerfdcreate/
H A DTimerFdCreateApiTest.cpp60 struct itimerspec newValue; in HWTEST_F() local
92 struct itimerspec newValue; in HWTEST_F() local
118 struct itimerspec newValue; HWTEST_F() local
145 struct itimerspec newValue; HWTEST_F() local
172 struct itimerspec newValue; HWTEST_F() local
199 struct itimerspec newValue; HWTEST_F() local
227 struct itimerspec newValue; HWTEST_F() local
[all...]
/base/update/updater/test/unittest/utils/json/
H A Dutils_json_test.cpp267 constexpr int newValue = 2; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Danimatable_path.cpp25 AnimatablePath& AnimatablePath::operator=(const AnimatablePath& newValue) in operator =() argument
H A Danimatable_double.h70 AnimatableDouble& operator=(double newValue) in operator =() argument
77 AnimatableDouble& operator=(const AnimatableDouble& newValue) in operator =() argument
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dvalue_change_notifier.h62 void SetValue(U&& newValue, bool needFireChangeEvent = true) in SetValue() argument
73 void SetValue(const U& newValue, bool needFireChangeEvent = true) in SetValue() argument
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dvec3.h100 Vec3& operator=(const Vec3& newValue) in operator =() argument
H A Danimatable_float.h73 AnimatableFloat& operator=(const AnimatableFloat& newValue) in operator =() argument
/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/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/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsamgr_time_handler.cpp133 struct itimerspec newValue = {}; in PostTask() local
/test/xts/hats/kernel/syscalls/timer/timercreate/
H A DTimerCreateApiTest.cpp200 struct itimerspec newValue = { in HWTEST_F() local
241 struct itimerspec newValue; in HWTEST_F() local
[all...]
/third_party/musl/src/hook/linux/
H A Dmusl_fdtrack.c37 void set_fdtrack_enabled(bool newValue) in set_fdtrack_enabled() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils.cpp88 const char *newValue = nullptr; in PrependPathToEnvironmentVar() local
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dstring_utils.cpp67 void StringUtils::ReplaceAll(string &str, const string &oldValue, const string &newValue) in ReplaceAll() argument
/foundation/arkui/ace_engine/test/unittest/core/common/ime/
H A Dime_test.cpp676 TextEditingValue newValue; in HWTEST_F() local
698 TextEditingValue newValue; in HWTEST_F() local
722 TextEditingValue newValue; HWTEST_F() local
746 TextEditingValue newValue; HWTEST_F() local
769 TextEditingValue newValue; HWTEST_F() local
787 TextEditingValue newValue; HWTEST_F() local
808 TextEditingValue newValue; HWTEST_F() local
828 TextEditingValue newValue; HWTEST_F() local
854 TextEditingValue newValue; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dflex_property.h257 bool TopologicalOrderMightChanged(const AlignRulesItem& newValue) in TopologicalOrderMightChanged() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dsample_module.cpp187 double newValue = JSI::ValueToNumber(args[0]); in Setter() local
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.h48 int newValue; member

Completed in 9 milliseconds

12345