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:newTime
(Results
1 - 3
of
3
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_usage_database.cpp
1295
int64_t
newTime
= tableArray.at(j) + timeDiffMillis;
in RenewTableTime()
local
1296
BUNDLE_ACTIVE_LOGI("new table time is %{public}lld", (long long)
newTime
);
in RenewTableTime()
1297
if (
newTime
< 0) {
in RenewTableTime()
1300
RenameTableName(i, tableArray.at(j),
newTime
);
in RenewTableTime()
1309
int64_t
newTime
= oldTime + timeDiffMillis;
in RenewTableTime()
local
1310
if (
newTime
< 0) {
in RenewTableTime()
1316
int32_t renamedResult = RenameTableName(EVENT_DATABASE_INDEX, oldTime,
newTime
);
in RenewTableTime()
1318
eventTableName_ = EVENT_LOG_TABLE + to_string(
newTime
);
in RenewTableTime()
1324
int64_t
newTime
= oldTime + timeDiffMillis;
in RenewTableTime()
local
1325
int32_t renamedResult = RenameTableName(APP_GROUP_DATABASE_INDEX, oldTime,
newTime
);
in RenewTableTime()
[all...]
/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H
A
D
bundle_active_user_service.h
64
void RenewTableTime(int64_t oldTime, int64_t
newTime
);
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H
A
D
bundle_active_user_service.cpp
151
void BundleActiveUserService::RenewTableTime(int64_t oldTime, int64_t
newTime
)
in RenewTableTime()
argument
155
database_.RenewTableTime(
newTime
- oldTime);
in RenewTableTime()
Completed in 6 milliseconds