Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:INVALID_TIME
(Results
1 - 9
of
9
) sorted by relevance
/base/location/services/location_gnss/gnss/source/ntp/
H
A
D
time_manager.cpp
28
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
D
gps_time_manager.cpp
27
const int64_t
INVALID_TIME
= 0L;
member
52
return
INVALID_TIME
;
in GetGpsTime()
H
A
D
ntp_time_check.cpp
29
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
D
account_perf_stat_test.cpp
34
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
D
call_manager_inner_type.h
169
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
D
call_manager_base.h
95
*
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
D
napi_utils.h
99
constexpr int32_t
INVALID_TIME
= -1;
member
/base/time/time_service/framework/js/napi/system_time/src/
H
A
D
js_systemtime.cpp
35
int64_t time =
INVALID_TIME
;
75
int64_t times =
INVALID_TIME
;
in JSSystemTimeSetTime()
/base/location/services/location_gnss/gnss/source/
H
A
D
gnss_ability.cpp
76
const int64_t
INVALID_TIME
= 0;
member
514
if (currentTime ==
INVALID_TIME
) {
in InjectTime()
Completed in 8 milliseconds