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:handleMap_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H
A
D
transport_rfcomm.cpp
89
if (this->
handleMap_
.find(addr) != this->
handleMap_
.end()) {
in AcceptConnection()
90
this->rfcHandle_ = this->
handleMap_
.at(addr);
in AcceptConnection()
102
if (this->
handleMap_
.find(addr) != this->
handleMap_
.end()) {
in RejectConnection()
103
this->rfcHandle_ = this->
handleMap_
.at(addr);
in RejectConnection()
169
transport->
handleMap_
.insert(
in TransportRfcEventCallback()
235
for (it = transport->
handleMap_
.begin(); it != transport->
handleMap_
.end(); ++it) {
in TransportRfcConnectFail()
238
transport->
handleMap_
in TransportRfcConnectFail()
[all...]
H
A
D
transport_l2cap.cpp
97
if (this->
handleMap_
.find(addr) != this->
handleMap_
.end()) {
in AcceptConnection()
98
lcid = this->
handleMap_
.at(addr).lcid;
in AcceptConnection()
99
id = this->
handleMap_
.at(addr).id;
in AcceptConnection()
129
if (this->
handleMap_
.find(addr) != this->
handleMap_
.end()) {
in RejectConnection()
130
lcid = this->
handleMap_
.at(addr).lcid;
in RejectConnection()
131
id = this->
handleMap_
.at(addr).id;
in RejectConnection()
465
transport->
handleMap_
[RawAddress::ConvertToString(l2capConnectionInfo.addr.addr)] = connectReqInfo;
in TransportRecvConnectionReqCallbackNative()
556
for (it = transport->
handleMap_
in TransportRecvConfigRspCallbackNative()
[all...]
H
A
D
transport_rfcomm.h
135
std::map<RawAddress, uint16_t>
handleMap_
{};
H
A
D
transport_l2cap.h
379
std::map<RawAddress, ConnectReqInfo>
handleMap_
{};
/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/
H
A
D
ffrt_utils.cpp
83
handleMap_
.clear();
in Clear()
124
handleMap_
[timerId] = FFRTUtils::SubmitDelayTask(task, delayMs, queue_);
in SetTimer()
139
for (auto &p :
handleMap_
) {
in CancelAllTimerInner()
150
if (
handleMap_
[timerId] != nullptr) {
in CancelTimerInner()
153
FFRTUtils::CancelTask(
handleMap_
[timerId], queue_);
in CancelTimerInner()
154
handleMap_
[timerId] = nullptr;
in CancelTimerInner()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_client_service.cpp
92
std::map<uint16_t, std::set<int>>
handleMap_
= {};
member
609
auto it =
handleMap_
.emplace(
in Connect()
632
auto map =
handleMap_
.find(client.value()->second.connection_.GetHandle());
in Disconnect()
633
if (map !=
handleMap_
.end()) {
in Disconnect()
670
if (
handleMap_
.find(client.connection_.GetHandle()) ==
handleMap_
.end()) {
in DiscoveryServices()
698
if (
handleMap_
.find(client.connection_.GetHandle()) ==
handleMap_
.end()) {
in ReadCharacteristic()
711
if (
handleMap_
.find(client.connection_.GetHandle()) ==
handleMap_
in ReadCharacteristicByUuid()
[all...]
/foundation/distributeddatamgr/pasteboard/framework/framework/include/ffrt/
H
A
D
ffrt_utils.h
139
std::unordered_map<std::string, FFRTHandle>
handleMap_
;
member in OHOS::MiscServices::FFRTTimer
Completed in 5 milliseconds