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:GetHandleTime
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/wifi/wifi/base/state_machine/src/
H
A
D
message_queue.cpp
74
if (pTop == nullptr || handleTime == 0 || handleTime <= pTop->
GetHandleTime
()) {
in AddMessageToQueue()
87
if (pCurrent == nullptr || handleTime < pCurrent->
GetHandleTime
()) {
in AddMessageToQueue()
153
if (nowTime < curMsg->
GetHandleTime
()) {
in GetNextMessage()
156
nextBlockTime = curMsg->
GetHandleTime
() - nowTime;
in GetNextMessage()
H
A
D
internal_message.cpp
129
int64_t InternalMessage::
GetHandleTime
() const
in GetHandleTime()
function in OHOS::Wifi::InternalMessage
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H
A
D
event_queue.cpp
37
return first->
GetHandleTime
() < second->
GetHandleTime
();
in InsertEventsLocked()
66
const auto &handleTime = events.front()->
GetHandleTime
();
in CheckEventInListLocked()
119
needNotify = (event->
GetHandleTime
() < wakeUpTime_);
in Insert()
325
if ((idleEvent->GetSendTime() <= idleTimeStamp_) && (idleEvent->
GetHandleTime
() <= now)) {
in GetExpiredEventLocked()
H
A
D
event_handler.cpp
263
if ((nowStart - std::chrono::milliseconds(deliveryTimeout)) > event->
GetHandleTime
()) {
in DeliveryTimeAction()
/foundation/communication/wifi/wifi/base/state_machine/include/
H
A
D
internal_message.h
154
int64_t
GetHandleTime
() const;
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H
A
D
inner_event.h
237
inline const TimePoint &
GetHandleTime
() const
in GetHandleTime()
function in OHOS::AppExecFwk::final
Completed in 4 milliseconds