Home
last modified time | relevance | path

Searched defs:old_value (Results 1 – 4 of 4) 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/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp298 static std::string& replace_all(std::string& str, const std::string& old_value, const std::string& … in replace_all()