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:timeSinceBoot_
(Results
1 - 5
of
5
) sorted by relevance
/base/location/services/location_gnss/gnss/source/ntp/
H
A
D
time_manager.cpp
42
int64_t timeTillNow = MiscServices::TimeServiceClient::GetInstance()->GetBootTimeMs() -
timeSinceBoot_
;
in GetCurrentTime()
55
timeSinceBoot_
= msTimeSynsBoot;
in SetCurrentTime()
57
std::to_string(timestamp_).c_str(), std::to_string(
timeSinceBoot_
).c_str());
in SetCurrentTime()
/base/location/frameworks/base_module/source/
H
A
D
location.cpp
36
timeSinceBoot_
= 0;
in Location()
60
timeSinceBoot_
= location.GetTimeSinceBoot();
in Location()
86
timeSinceBoot_
= parcel.ReadInt64();
in ReadFromParcel()
141
parcel.WriteInt64(
timeSinceBoot_
) &&
in Marshalling()
173
", timeSinceBoot : " + std::to_string(
timeSinceBoot_
) +
in ToString()
/base/location/services/location_gnss/gnss/include/ntp/
H
A
D
time_manager.h
38
int64_t
timeSinceBoot_
= 0;
member in OHOS::Location::TimeManager
/base/location/interfaces/inner_api/include/
H
A
D
location.h
103
return
timeSinceBoot_
;
in GetTimeSinceBoot()
108
timeSinceBoot_
= timeStamp;
in SetTimeSinceBoot()
268
int64_t
timeSinceBoot_
;
member in OHOS::Location::Location
/base/location/test/location_common/source/
H
A
D
location_common_test.cpp
1092
location2->
timeSinceBoot_
= 1;
in HWTEST_F()
1094
location2->
timeSinceBoot_
= 0;
in HWTEST_F()
Completed in 4 milliseconds