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:sessions_
(Results
1 - 5
of
5
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
HttpServer.cc
541
sessions_
(sessions),
in Http2Handler()
554
auto loop =
sessions_
->get_loop();
in Http2Handler()
575
auto loop =
sessions_
->get_loop();
in ~Http2Handler()
586
void Http2Handler::remove_self() {
sessions_
->remove_handler(this); }
in remove_self()
589
return
sessions_
->get_loop();
in get_loop()
595
ev_timer_start(
sessions_
->get_loop(), &settings_timerev_);
in start_settings_timer()
668
auto loop =
sessions_
->get_loop();
in write_clear()
709
ev_io_stop(
sessions_
->get_loop(), &wev_);
in tls_handshake()
721
ev_io_start(
sessions_
->get_loop(), &wev_);
in tls_handshake()
728
if (
sessions_
in tls_handshake()
1883
Sessions *
sessions_
;
global()
member in nghttp2::AcceptHandler
1923
Sessions *
sessions_
;
global()
member in nghttp2::ListenEventHandler
[all...]
H
A
D
HttpServer.h
222
Sessions *
sessions_
;
member in nghttp2::Http2Handler
/third_party/node/src/inspector/
H
A
D
worker_agent.cc
28
std::unordered_map<std::string, std::unique_ptr<InspectorSession>>
sessions_
;
member in node::inspector::protocol::NodeWorkers
134
sessions_
[id] = target->Connect(std::move(delegate), true);
in WorkerCreated()
145
auto it =
sessions_
.find(id);
in Receive()
146
if (it !=
sessions_
.end())
in Receive()
151
if (
sessions_
.erase(id) == 0)
in Detached()
/third_party/node/src/
H
A
D
inspector_io.cc
231
std::unordered_map<int, std::unique_ptr<InspectorSession>>
sessions_
;
member in node::inspector::InspectorIoDelegate
343
sessions_
[session_id] = std::move(session);
in StartSession()
350
auto session =
sessions_
.find(session_id);
in MessageReceived()
351
if (session !=
sessions_
.end())
in MessageReceived()
356
sessions_
.erase(session_id);
in EndSession()
H
A
D
js_native_api_v8_inspector.cc
646
std::unordered_map<int, std::unique_ptr<InspectorSession>>
sessions_
;
member in v8impl::__anon15372::InspectorIoDelegate
668
sessions_
[session_id] = std::move(session);
in StartSession()
675
auto session =
sessions_
.find(session_id);
in MessageReceived()
676
if (session !=
sessions_
.end())
in MessageReceived()
681
sessions_
.erase(session_id);
in EndSession()
Completed in 7 milliseconds