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:when
(Results
1 - 12
of
12
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H
A
D
event_handler_utils.h
47
static inline int64_t TimePointToTimeOut(const InnerEvent::TimePoint &
when
)
in TimePointToTimeOut()
argument
H
A
D
event_queue.cpp
447
void EventQueue::WaitUntilLocked(const InnerEvent::TimePoint &
when
, std::unique_lock<std::mutex> &lock)
in WaitUntilLocked()
argument
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H
A
D
dinput_source_listener.cpp
532
void DInputSourceListener::RecordEventLog(int64_t
when
, int32_t type, int32_t code,
in RecordEventLog()
argument
/foundation/communication/dsoftbus/core/common/message_handler/
H
A
D
message_handler.c
60
int64_t
when
= t.sec * TIME_THOUSANDS_MULTIPLIER * TIME_THOUSANDS_MULTIPLIER + t.usec;
in UptimeMicros()
local
/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H
A
D
distributed_input_sink_transport.cpp
685
int64_t
when
= event[INPUT_KEY_WHEN];
in RecordEventLog()
local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H
A
D
bundle_info.h
72
std::string
when
;
member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
bundle_parser.cpp
161
char *
when
= ParseValue(usedSceneObject, PROFILE_KEY_REQPERMISSIONS_WHEN);
in SetReqPermission()
local
H
A
D
gt_bundle_parser.cpp
1001
char *
when
= ParseValue(usedSceneObject, PROFILE_KEY_REQPERMISSIONS_WHEN);
in SetReqPermission()
local
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H
A
D
softbus_hisysevt_transreporter.c
188
int64_t
when
= t.sec * TIME_THOUSANDS_FACTOR + (t.usec / TIME_THOUSANDS_FACTOR);
in GetSoftbusRecordTimeMillis()
local
H
A
D
softbus_hisysevt_bus_center.c
293
int64_t
when
= t.sec * SECOND_TO_MSENC + t.usec / MILLISECOND_TO_MICRO;
in LnnUpTimeMs()
local
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H
A
D
bundle_manager_utils.h
268
char*
when
;
member
/foundation/distributedhardware/distributed_input/common/include/
H
A
D
constants_dinput.h
249
int64_t
when
;
member
Completed in 15 milliseconds