Home
last modified time | relevance | path

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

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