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:timeStamp_
(Results
1 - 12
of
12
) sorted by relevance
/base/telephony/core_service/frameworks/native/src/
H
A
D
cell_information.cpp
52
timeStamp_
= static_cast<uint64_t>(time(0));
in Init()
60
timeStamp_
= static_cast<uint64_t>(time(0));
in Init()
80
return
timeStamp_
;
in GetTimeStamp()
91
timeStamp_
= static_cast<uint64_t>(time(0));
in SetSignalIntensity()
102
timeStamp_
= static_cast<uint64_t>(time(0));
in SetSignalLevel()
113
timeStamp_
= static_cast<uint64_t>(time(0));
in SetIsCamped()
136
timeStamp_
= gsmCell.
timeStamp_
;
in GsmCellInformation()
150
timeStamp_
= gsmCell.
timeStamp_
;
in operator =()
[all...]
H
A
D
cell_location.cpp
45
if (!parcel.WriteInt64(
timeStamp_
)) {
in Marshalling()
83
timeStamp_
= time;
in ReadFromParcel()
89
return
timeStamp_
;
in GetTimeStamp()
102
timeStamp_
= static_cast<uint64_t>(time(0));
in SetGsmParam()
140
if (!parcel.WriteUint64(
timeStamp_
)) {
in Marshalling()
186
timeStamp_
= time;
in ReadFromParcel()
202
timeStamp_
= static_cast<uint64_t>(time(0));
in SetCdmaParam()
/base/web/webview/ohos_adapter/flowbuffer_adapter/src/
H
A
D
flowbuffer_adapter_impl.cpp
32
int64_t FlowbufferAdapterImpl::
timeStamp_
= 0;
49
timeStamp_
= std::chrono::duration_cast<std::chrono::milliseconds>(currentTime).count();
in NeedReportScene()
50
if (
timeStamp_
- preTimeStamp_ > PERFORMANCE_PERIOD_MS) {
in NeedReportScene()
51
preTimeStamp_ =
timeStamp_
;
in NeedReportScene()
/base/location/frameworks/base_module/source/
H
A
D
location.cpp
35
timeStamp_
= 0;
in Location()
59
timeStamp_
= location.GetTimeStamp();
in Location()
85
timeStamp_
= parcel.ReadInt64();
in ReadFromParcel()
140
parcel.WriteInt64(
timeStamp_
) &&
in Marshalling()
172
", timeStamp : " + std::to_string(
timeStamp_
) +
in ToString()
/base/web/webview/ohos_adapter/flowbuffer_adapter/include/
H
A
D
flowbuffer_adapter_impl.h
62
static int64_t
timeStamp_
;
member in OHOS::NWeb::FlowbufferAdapterImpl
/base/location/interfaces/inner_api/include/
H
A
D
location.h
93
return
timeStamp_
;
in GetTimeStamp()
98
timeStamp_
= timeStamp;
in SetTimeStamp()
267
int64_t
timeStamp_
;
member in OHOS::Location::Location
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
cell_location.h
40
uint64_t
timeStamp_
= 0;
member in OHOS::Telephony::CellLocation
H
A
D
cell_information.h
96
uint64_t
timeStamp_
= 0;
member in OHOS::Telephony::CellInformation
/base/telephony/sms_mms/services/sms/
H
A
D
sms_send_indexer.cpp
99
return
timeStamp_
;
in GetTimeStamp()
104
timeStamp_
= timeStamp;
in SetTimeStamp()
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_send_indexer.h
115
long
timeStamp_
= 0;
member in OHOS::Telephony::SmsSendIndexer
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H
A
D
telephonystateregistry_fuzzer.cpp
87
cell->
timeStamp_
= static_cast<uint64_t>(size);
in CreateGsmCellInfo()
106
cell->
timeStamp_
= static_cast<uint64_t>(size);
in CreateLteCellInfo()
/base/location/test/location_common/source/
H
A
D
location_common_test.cpp
1089
location2->
timeStamp_
= 1;
in HWTEST_F()
1091
location2->
timeStamp_
= 0;
in HWTEST_F()
Completed in 8 milliseconds