mirror of
https://github.com/openharmony/device_manager.git
synced 2026-07-22 06:35:39 -04:00
@@ -82,7 +82,6 @@ void DmTimer::Stop(int32_t code)
|
||||
LOGI("DmTimer is not init");
|
||||
return;
|
||||
}
|
||||
LOGI("DmTimer %s Stop code (%d)", mTimerName_.c_str(), code);
|
||||
if (mTimeFd_[1]) {
|
||||
char event = 'S';
|
||||
if (write(mTimeFd_[1], &event, 1) < 0) {
|
||||
|
||||
Reference in New Issue
Block a user