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:timeoutTimer_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H
A
D
wfd_sink_session.cpp
52
timeoutTimer_
.reset();
in ~WfdSinkSession()
309
timeoutTimer_
= std::make_unique<TimeoutTimer>();
in StartWfdSession()
310
timeoutTimer_
->SetTimeoutCallback([this]() {
in StartWfdSession()
320
timeoutTimer_
->StartTimer(WFD_TIMEOUT_6_SECOND, "Waiting for WFD source M1/OPTIONS request");
in StartWfdSession()
439
timeoutTimer_
->StopTimer();
in HandleRequest()
450
timeoutTimer_
->StopTimer();
in HandleRequest()
494
if (
timeoutTimer_
) {
in HandleSetParamRequest()
495
timeoutTimer_
->StopTimer();
in HandleSetParamRequest()
515
if (
timeoutTimer_
) {
in HandleM2Response()
516
timeoutTimer_
in HandleM2Response()
[all...]
H
A
D
wfd_sink_session.h
104
std::unique_ptr<TimeoutTimer>
timeoutTimer_
= nullptr;
member in OHOS::Sharing::WfdSinkSession
/foundation/communication/netstack/utils/http_over_curl/src/
H
A
D
epoll_multi_driver.cpp
33
timeoutTimer_
.RegisterForPolling(poller_);
in Initialize()
75
} else if (
timeoutTimer_
.IsItYours(events[idx].data.fd)) {
in Step()
106
timeoutTimer_
.SetTimeoutMs(timeoutMs);
in MultiTimeoutCallback()
111
timeoutTimer_
.SetTimeoutNs(1);
in MultiTimeoutCallback()
120
timeoutTimer_
.ResetEvent();
in EpollTimerCallback()
220
timeoutTimer_
.Stop();
in EpollSocketCallback()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/session/mock/
H
A
D
mock_wfd_sink_session.cpp
24
timeoutTimer_
= std::make_unique<TimeoutTimer>();
in InitSession()
/foundation/communication/netstack/utils/http_over_curl/include/
H
A
D
epoll_multi_driver.h
66
HttpOverCurl::TimeoutTimer
timeoutTimer_
;
member in OHOS::NetStack::HttpOverCurl::EpollMultiDriver
Completed in 5 milliseconds