Home
last modified time | relevance | path

Searched defs:newValue (Results 1 - 25 of 106) 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
/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
/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
/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
/foundation/multimedia/image_framework/plugins/manager/src/common/
H A Dattr_data.cpp199 string *newValue = new (std::nothrow) string(value); in SetData() local
218 string *newValue = new (std::nothrow) string(std::move(value)); in SetData() local
/foundation/communication/netmanager_base/bpf/bpf_progs/
H A Dnetstats.c83 stats_value newValue = {}; in bpf_cgroup_skb_uid_ingress() local
104 stats_value newValue = {}; in bpf_cgroup_skb_uid_egress() local
125 stats_value newValue = {}; in bpf_socket_iface_ingress() local
145 stats_value newValue = {}; in bpf_socket_iface_egress() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.cpp143 DBStatus InterceptedDataImpl::ModifyValue(size_t index, const Value &newValue) in ModifyValue() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dchashtst.c408 int32_t newValue = uhash_geti(hash, key); in _put() local

Completed in 11 milliseconds

12345