Home
last modified time | relevance | path

Searched defs:newValue (Results 1 – 25 of 58) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/ime/
H A Dime_test.cpp676 TextEditingValue newValue; variable
698 TextEditingValue newValue; variable
722 TextEditingValue newValue; variable
746 TextEditingValue newValue; variable
769 TextEditingValue newValue; variable
787 TextEditingValue newValue; variable
808 TextEditingValue newValue; variable
828 TextEditingValue newValue; variable
854 TextEditingValue newValue; variable
/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/jskits/
H A Ddistributed_data_object.js99 set: function (newValue) { argument
111 set: function (newValue) { argument
151 function setObjectValue(object, key, newValue) { argument
194 set: function (newValue) { argument
215 set: function (newValue) { argument
223 function setAssetValue(object, key, newValue) { argument
264 set: function (newValue) { argument
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dnetsys.c116 iface_stats_value newValue = {}; in socket_iface_stats() local
293 app_uid_stats_value newValue = {}; in bpf_cgroup_skb_uid_ingress() local
304 app_cookie_stats_value newValue = {}; in bpf_cgroup_skb_uid_ingress() local
320 app_uid_sim_stats_value newValue = {}; in bpf_cgroup_skb_uid_ingress() local
333 app_uid_if_stats_value newValue = {}; in bpf_cgroup_skb_uid_ingress() local
384 app_uid_stats_value newValue = {}; in bpf_cgroup_skb_uid_egress() local
395 app_cookie_stats_value newValue = {}; in bpf_cgroup_skb_uid_egress() local
411 app_uid_sim_stats_value newValue = {}; in bpf_cgroup_skb_uid_egress() local
424 app_uid_if_stats_value newValue = {}; in bpf_cgroup_skb_uid_egress() local
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_formatter.h51 void Format(const TextEditingValue& oldValue, TextEditingValue& newValue) const override {} in Format()
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_utils.cpp28 …ingtoneUtils::ReplaceAll(std::string str, const std::string &oldValue, const std::string &newValue) in ReplaceAll()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_atomic.h62 …c inline bool SoftBusAtomicCmpAndSwap32(volatile uint32_t* ptr, int32_t oldValue, int32_t newValue) in SoftBusAtomicCmpAndSwap32()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dhal_atomic.h52 …tic inline bool HalAtomicCmpAndSwap32(volatile uint32_t* ptr, uint32_t oldValue, uint32_t newValue) in HalAtomicCmpAndSwap32()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dunique_fd.h281 void Reset(int newValue) in Reset()
H A Dsafe_map.h160 bool FindOldAndSetNew(const K& key, V& oldValue, const V& newValue) in FindOldAndSetNew()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dtimer_event_handler.cpp53 struct itimerspec newValue = {{0, 0}, {0, 0}}; in Initialize() local
/ohos5.0/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_test.cpp355 int newValue = 10; variable
384 const char *newValue = "adlkj1#$&sdioj9i0i841a61aa4gh44o98()!@@.,.{:/',}"; variable
415 bool newValue = false; variable
523 const char *newValue = "update_string_value_109uokadnf894u5"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Danimatable_path.cpp25 AnimatablePath& AnimatablePath::operator=(const AnimatablePath& newValue) in operator =()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js3245 set(newValue) { argument
3317 set(newValue) { argument
3387 setObject(newValue) { argument
3406 set(newValue) { argument
3472 set(newValue) { argument
3584 set(newValue) { argument
3672 set(newValue) { argument
5315 set(newValue) { argument
5524 set(newValue) { argument
5891 set(newValue) { argument
[all …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability.cpp271 bool newValue = IsMacroSupported(); in FilterByZoomRatio() local
284 std::vector<float> newValue = GetZoomRatioRange(); in FilterByMacro() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_refresh_ffi.cpp95 bool newValue = value == "true"; in FfiOHOSAceFrameworkRefreshCreateWithChangeEvent() local
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsamgr_time_handler.cpp133 struct itimerspec newValue = {}; in PostTask() local
/ohos5.0/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
/ohos5.0/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()
/ohos5.0/base/update/updater/test/unittest/utils/json/
H A Dutils_json_test.cpp267 constexpr int newValue = 2; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.h48 int newValue; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_transaction_test.cpp51 Value newValue; member
109 Value newValue; in NotifierCallback() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_register_conflict_test.cpp59 Value newValue; member
115 Value newValue; in NotifierCallback() local

123