Home
last modified time | relevance | path

Searched refs:INVALID_TIME (Results 1 - 9 of 9) sorted by relevance

/base/location/services/location_gnss/gnss/source/ntp/
H A Dtime_manager.cpp28 const int64_t INVALID_TIME = 0; member
35 return INVALID_TIME; in GetCurrentTime()
38 LBSLOGI(GNSS, "getCurrentTime ElapsedRealTime INVALID_TIME"); in GetCurrentTime()
39 return INVALID_TIME; in GetCurrentTime()
44 LBSLOGI(GNSS, "getCurrentTime INVALID_TIME"); in GetCurrentTime()
45 return INVALID_TIME; in GetCurrentTime()
H A Dgps_time_manager.cpp27 const int64_t INVALID_TIME = 0L; member
52 return INVALID_TIME; in GetGpsTime()
H A Dntp_time_check.cpp29 const int64_t INVALID_TIME = 0; member
46 if (gpsTimeManager_.GetGpsTime() != INVALID_TIME) { in CheckNtpTime()
/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_perf_stat_test.cpp34 const int64_t INVALID_TIME = -1; member
162 PerfStat::GetInstance().SetAccountAddEndTime(INVALID_TIME); in HWTEST_F()
168 PerfStat::GetInstance().SetAccountQueryEndTime(INVALID_TIME); in HWTEST_F()
174 PerfStat::GetInstance().SetAccountDelEndTime(INVALID_TIME); in HWTEST_F()
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_inner_type.h169 int32_t startHour = INVALID_TIME;
170 int32_t startMinute = INVALID_TIME;
174 int32_t endHour = INVALID_TIME;
175 int32_t endMinute = INVALID_TIME;
H A Dcall_manager_base.h95 * INVALID_TIME: the time value is invalid.
101 constexpr int16_t INVALID_TIME = -1; member
/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_utils.h99 constexpr int32_t INVALID_TIME = -1; member
/base/time/time_service/framework/js/napi/system_time/src/
H A Djs_systemtime.cpp35 int64_t time = INVALID_TIME;
75 int64_t times = INVALID_TIME; in JSSystemTimeSetTime()
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp76 const int64_t INVALID_TIME = 0; member
514 if (currentTime == INVALID_TIME) { in InjectTime()

Completed in 8 milliseconds