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:accessTime
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/image/
H
A
D
image_file_cache.h
31
: fileName(std::move(name)), fileSize(size),
accessTime
(time), accessCount(cnt) {}
in FileInfo()
36
return
accessTime
> otherFile.
accessTime
;
in operator <()
40
time_t
accessTime
;
member
H
A
D
image_file_cache.cpp
180
infoIter->
accessTime
= cacheTime;
in SaveCacheInner()
347
infoIter->
accessTime
= time(nullptr);
in GetCacheFilePathInner()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H
A
D
lnn_sync_info_manager.c
67
SoftBusSysTime
accessTime
;
member
148
SoftBusGetTime(&item->
accessTime
);
in CreateSyncChannelInfo()
201
SoftBusGetTime(&info->
accessTime
);
in SendSyncInfoMsg()
231
diff = (now.sec - item->
accessTime
.sec) * TIME_CONVERSION_UNIT +
in CloseUnusedChannel()
232
(now.usec - item->
accessTime
.usec) / TIME_CONVERSION_UNIT;
in CloseUnusedChannel()
319
newInfo->
accessTime
= info->
accessTime
;
in DumpSyncChannelInfo()
344
SoftBusGetTime(&info->
accessTime
);
in ResetOpenChannelInfo()
538
SoftBusGetTime(&info->
accessTime
);
in OnMessageReceived()
959
oldInfo->
accessTime
in ResetSendSyncInfo()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H
A
D
snapshot.h
56
void UpdateLastAccessTime(int64_t
accessTime
);
/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H
A
D
image_cache_test.cpp
224
ASSERT_LE(iter->
accessTime
, (++iter)->
accessTime
);
in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H
A
D
snapshot.cpp
293
void Snapshot::UpdateLastAccessTime(int64_t
accessTime
)
in UpdateLastAccessTime()
argument
295
lastAccessTime_ =
accessTime
;
in UpdateLastAccessTime()
Completed in 5 milliseconds