Home
last modified time | relevance | path

Searched defs:new_value (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_nosdk_speed.c134 struct itimerval new_value, old_value; in SignalHandler() local
190 struct itimerval new_value, old_value; in ReapProcess() local
H A Dusbhost_sdkapi_speed.c143 struct itimerval new_value, old_value; in AcmTestBulkCallback() local
266 struct itimerval new_value, old_value; in SignalHandler() local
H A Dusbhost_sdkraw_speed.c434 struct itimerval new_value, old_value; in AcmTestBulkCallback() local
516 struct itimerval new_value, old_value; in SignalHandler() local
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dadapter.rs529 let new_value = Box::from_raw(new_item as *mut JsonValue); in ylong_json_replace_array_item_by_index() localVariable
657 let new_value = Box::from_raw(new_item as *mut JsonValue); in ylong_json_replace_item_of_array_node() localVariable
847 let new_value = Box::from_raw(new_item as *mut JsonValue); in ylong_json_replace_object_item_by_index() localVariable
1059 let new_value = Box::from_raw(new_item as *mut JsonValue); in ylong_json_replace_item_of_object_node() localVariable
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp996 struct itimerspec new_value; in SetAutoReboot() local
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp298 …::string& replace_all(std::string& str, const std::string& old_value, const std::string& new_value) in replace_all()