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:connectionMapMtx_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/
H
A
D
channel_manager.cpp
85
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in CreateChannel()
116
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in CreateChannel()
153
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in DestroyChannel()
170
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in DestroyChannel()
188
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in DestroyAllChannels()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/
H
A
D
channel_manager.cpp
85
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in CreateChannel()
116
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in CreateChannel()
153
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in DestroyChannel()
170
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in DestroyChannel()
188
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in DestroyAllChannels()
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H
A
D
softbus_connection.cpp
65
std::mutex SoftBusConnection::
connectionMapMtx_
;
member in OHOS::CastEngine::CastEngineService::SoftBusConnection
201
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in GetConnection()
341
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in StartListen()
382
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in SetupSession()
478
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in CloseConnection()
H
A
D
softbus_connection.h
52
static std::mutex
connectionMapMtx_
;
member in OHOS::CastEngine::CastEngineService::SoftBusConnection
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H
A
D
softbus_connection.cpp
65
std::mutex SoftBusConnection::
connectionMapMtx_
;
member in OHOS::CastEngine::CastEngineService::SoftBusConnection
201
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in GetConnection()
338
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in StartListen()
379
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in SetupSession()
475
std::lock_guard<std::mutex> lg(
connectionMapMtx_
);
in CloseConnection()
H
A
D
softbus_connection.h
52
static std::mutex
connectionMapMtx_
;
member in OHOS::CastEngine::CastEngineService::SoftBusConnection
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/
H
A
D
channel_manager.h
89
std::mutex
connectionMapMtx_
;
member in OHOS::CastEngine::CastEngineService::ChannelManager
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/
H
A
D
channel_manager.h
89
std::mutex
connectionMapMtx_
;
member in OHOS::CastEngine::CastEngineService::ChannelManager
Completed in 4 milliseconds