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:BASE_OFFSET
(Results
1 - 7
of
7
) sorted by relevance
/foundation/filemanagement/user_file_service/utils/
H
A
D
file_access_framework_errno.h
30
const int
BASE_OFFSET
= 14300001;
member
33
E_IPCS =
BASE_OFFSET
, // IPC error
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H
A
D
time_helper.h
28
constexpr static int64_t
BASE_OFFSET
= 10000LL * 365LL * 24LL * 3600LL * 1000LL * 1000LL * 10L; // 10000year 100ns
member in DistributedDB::TimeHelper
30
constexpr static int64_t BUFFER_VALID_TIME =
BASE_OFFSET
* 2; // 20000 year 200ns
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H
A
D
distributeddb_time_sync_test.cpp
148
TimeHelper::GetSysCurrentTime() + TimeHelper::
BASE_OFFSET
+ offsetA, 0);
in HWTEST_F()
158
TimeHelper::GetSysCurrentTime() + TimeHelper::
BASE_OFFSET
+ offsetB, 0);
in HWTEST_F()
H
A
D
distributeddb_single_ver_p2p_sync_check_test.cpp
2041
Timestamp currentTime = TimeHelper::GetSysCurrentTime() + TimeHelper::
BASE_OFFSET
;
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H
A
D
relational_store_sqlite_ext.cpp
134
static constexpr int64_t
BASE_OFFSET
= 10000LL * 365LL * 24LL * 3600LL * 1000LL * 1000LL * 10L;
member in __anon8067::TimeHelper
136
static constexpr int64_t MAX_VALID_TIME =
BASE_OFFSET
* 2; // 20000 year 100ns
173
// it maybe a rebuild db when initialize with localTimeOffset is TimeHelper::
BASE_OFFSET
in Initialize()
299
Timestamp localTimeOffset_ = TimeHelper::
BASE_OFFSET
;
563
TimeOffset localTimeOffset = TimeHelper::
BASE_OFFSET
;
in GetSysTime()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H
A
D
meta_data.cpp
59
int err = SaveLocalTimeOffset(TimeHelper::
BASE_OFFSET
);
in Initialize()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H
A
D
sqlite_single_ver_natural_store.cpp
1374
int64_t localTimeOffset = TimeHelper::
BASE_OFFSET
;
in GetTimestampFromDB()
Completed in 12 milliseconds