Home
last modified time | relevance | path

Searched refs:DiffToFixedClock (Results 1 – 3 of 3) sorted by relevance

/foundation/resourceschedule/device_standby/services/common/src/
Dtime_provider.cpp74 res = DiffToFixedClock(curSecTimeStamp, DAY_ENTRANCE_HOUR, DAY_ENTRANCE_MIN, timeDiff); in TimeDiffToDayNightSwitch()
76 res = DiffToFixedClock(curSecTimeStamp, NIGHT_ENTRANCE_HOUR, NIGHT_ENTRANCE_MIN, timeDiff); in TimeDiffToDayNightSwitch()
81 bool TimeProvider::DiffToFixedClock(int64_t curTimeStamp, int32_t tmHour, int32_t tmMin, int64_t& t… in DiffToFixedClock() function in OHOS::DevStandbyMgr::TimeProvider
/foundation/resourceschedule/device_standby/services/common/include/
Dtime_provider.h55 …static bool DiffToFixedClock(int64_t curTimeStamp, int32_t tmHour, int32_t tmMin, int64_t& timeDif…
/foundation/resourceschedule/device_standby/services/test/unittest/
Dstandby_service_unit_test.cpp643 TimeProvider::DiffToFixedClock(0, 0, 0, timeDiff);