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
defs:epoch
(Results
1 - 25
of
92
) sorted by relevance
1
2
3
4
/base/notification/common_event_service/services/src/
H
A
D
system_time.cpp
30
auto
epoch
= nowSys.time_since_epoch();
in GetNowSysTime()
local
/foundation/ability/ability_runtime/tools/aa/src/
H
A
D
system_time.cpp
30
auto
epoch
= nowSys.time_since_epoch();
in GetNowSysTime()
local
/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H
A
D
preferences_dfx_adapter.cpp
39
auto
epoch
= now_ms.time_since_epoch();
in GetCurrentTime()
local
/base/notification/eventhandler/frameworks/test/moduletest/
H
A
D
event_handler_send_timing_event_module_test.cpp
31
auto
epoch
= nowSys.time_since_epoch();
in GetNowSysTime()
local
/foundation/communication/netmanager_base/services/netpolicymanager/src/common/
H
A
D
net_policy_file_event_handler.cpp
37
auto
epoch
= nowSys.time_since_epoch();
in GetNowMilliSeconds()
local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_globals.c
21
static atomic_t
epoch
;
variable
27
int
epoch
;
member
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
gc-invoker.cc
146
size_t GCInvoker::
epoch
() const { return impl_->
epoch
(); }
in epoch()
function in cppgc::internal::GCInvoker
/base/notification/eventhandler/frameworks/eventhandler/include/
H
A
D
event_handler_utils.h
110
auto
epoch
= now.time_since_epoch();
in GetTimeStamp()
local
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
rtc.c
39
unsigned long
epoch
= simple_strtoul(str, NULL, 0);
in specifiy_epoch()
local
51
int
epoch
, year, ctrl;
in init_rtc_epoch()
local
[all...]
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
rtc.c
39
unsigned long
epoch
= simple_strtoul(str, NULL, 0);
in specifiy_epoch()
local
51
int
epoch
, year, ctrl;
in init_rtc_epoch()
local
[all...]
/kernel/linux/linux-5.10/drivers/input/misc/
H
A
D
hp_sdc_rtc.c
56
static unsigned long
epoch
= 2000;
variable
/kernel/linux/linux-6.6/drivers/input/misc/
H
A
D
hp_sdc_rtc.c
56
static unsigned long
epoch
= 2000;
variable
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
kv_hiview_reporter.cpp
107
auto
epoch
= now_ms.time_since_epoch();
in GetCurrentMicrosecondTimeFormat()
local
/kernel/linux/linux-5.10/include/linux/ceph/
H
A
D
mon_client.h
20
u32
epoch
;
member
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
oplock.h
37
__le16
epoch
;
member
57
unsigned short
epoch
;
member
88
__le16
epoch
;
member
/kernel/linux/linux-6.6/include/linux/ceph/
H
A
D
mon_client.h
20
u32
epoch
;
member
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H
A
D
version.py
266
def
epoch
(sel
member in Version
[all...]
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H
A
D
event_handler.cpp
100
auto
epoch
= nowSys.time_since_epoch();
in SendTimingEvent()
local
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-vr41xx.c
73
static unsigned long
epoch
= 1970; /* Jan 1 1970 00:00:00 */
variable
/third_party/node/deps/openssl/openssl/ssl/record/
H
A
D
record.h
67
unsigned long
epoch
;
member
81
unsigned short
epoch
;
member
/third_party/openssl/test/
H
A
D
dtlstest.c
197
int
epoch
= 0;
in test_dtls_drop_records()
local
H
A
D
bad_dtls_test.c
280
static unsigned char
epoch
[2] = { 0x00, 0x01 };
in send_record()
local
/third_party/openssl/ssl/record/
H
A
D
record.h
67
unsigned long
epoch
;
member
81
unsigned short
epoch
;
member
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
advanced_notification_live_view_service.cpp
224
auto
epoch
= std::chrono::system_clock::now().time_since_epoch();
in IsLiveViewCanRecover()
local
/base/notification/eventhandler/frameworks/eventhandler/src/
H
A
D
event_handler.cpp
159
auto
epoch
= nowSys.time_since_epoch();
in SendTimingEvent()
local
Completed in 13 milliseconds
1
2
3
4