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:handleTime
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/wifi/wifi/base/state_machine/src/
H
A
D
message_queue.cpp
47
bool MessageQueue::AddMessageToQueue(InternalMessagePtr message, int64_t
handleTime
)
in AddMessageToQueue()
argument
55
message->GetMessageName(),
handleTime
);
in AddMessageToQueue()
63
message->SetHandleTime(
handleTime
);
in AddMessageToQueue()
74
if (pTop == nullptr ||
handleTime
== 0 ||
handleTime
<= pTop->GetHandleTime()) {
in AddMessageToQueue()
87
if (pCurrent == nullptr ||
handleTime
< pCurrent->GetHandleTime()) {
in AddMessageToQueue()
/foundation/multimodalinput/input/service/event_dump/src/
H
A
D
event_statistic.cpp
47
std::string
handleTime
= ConvertTimeToStr(static_cast<int64_t>(timeT));
in ConvertEventToStr()
local
52
handleTime
+= "." + milsecStr;
in ConvertEventToStr()
53
std::string eventStr = "{" +
handleTime
+ "," + eventPtr->ToString() + "}";
in ConvertEventToStr()
/foundation/communication/wifi/wifi/base/state_machine/include/
H
A
D
message_queue.h
47
* @param
handleTime
- Message execution time.[in]
50
bool AddMessageToQueue(InternalMessagePtr message, int64_t
handleTime
);
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H
A
D
event_queue.cpp
66
const auto &
handleTime
= events.front()->GetHandleTime();
in CheckEventInListLocked()
local
67
if (
handleTime
< nextWakeUpTime) {
in CheckEventInListLocked()
68
nextWakeUpTime =
handleTime
;
in CheckEventInListLocked()
69
return
handleTime
<= now;
in CheckEventInListLocked()
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H
A
D
inner_event.h
245
* @param
handleTime
Handle time of the event.
247
inline void SetHandleTime(const TimePoint &
handleTime
)
in SetHandleTime()
argument
249
handleTime_ =
handleTime
;
in SetHandleTime()
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H
A
D
oh_audio_buffer.h
79
std::atomic<int64_t>
handleTime
;
member
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H
A
D
capturer_in_client.cpp
865
int64_t
handleTime
= 0;
in GetAudioTime()
local
867
clientBuffer_->GetHandleInfo(writePos,
handleTime
);
in GetAudioTime()
868
if (writePos == 0 ||
handleTime
== 0) {
in GetAudioTime()
877
handleTime
=
handleTime
+ deltaTime + tempLatency;
in GetAudioTime()
878
timestamp.time.tv_sec = static_cast<time_t>(
handleTime
/ AUDIO_NS_PER_SECOND);
in GetAudioTime()
879
timestamp.time.tv_nsec = static_cast<time_t>(
handleTime
% AUDIO_NS_PER_SECOND);
in GetAudioTime()
H
A
D
renderer_in_client.cpp
605
int64_t
handleTime
= 0;
in GetAudioTime()
local
607
clientBuffer_->GetHandleInfo(readPos,
handleTime
);
in GetAudioTime()
608
if (readPos == 0 ||
handleTime
== 0) {
in GetAudioTime()
613
int64_t audioTimeResult =
handleTime
;
in GetAudioTime()
632
offloadStartHandleTime_ =
handleTime
;
in GetAudioTime()
637
(
handleTime
- offloadStartHandleTime_) - cacheTimeNow;
in GetAudioTime()
H
A
D
audio_process_in_client.cpp
605
int64_t
handleTime
= 0;
in Init()
local
606
audioBuffer_->GetHandleInfo(handlePos,
handleTime
);
in Init()
607
handleTimeModel_.ResetFrameStamp(handlePos,
handleTime
);
in Init()
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H
A
D
oh_audio_buffer.cpp
281
basicBufferInfo_->
handleTime
.store(0);
in Init()
507
nanoTime = basicBufferInfo_->
handleTime
.load();
in GetHandleInfo()
514
basicBufferInfo_->
handleTime
.store(nanoTime);
in SetHandleInfo()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
audio_endpoint.cpp
1855
int64_t
handleTime
= timeInNano_;
in AsyncGetPosTime()
local
1856
if (!GetDeviceHandleInfo(curHdiHandlePos,
handleTime
)) {
in AsyncGetPosTime()
1863
timeInNano_ =
handleTime
;
in AsyncGetPosTime()
Completed in 19 milliseconds