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:profilePeer
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_state_machine.cpp
175
A2dpProfilePeer *
profilePeer
= nullptr;
in ProcessSetConfigInd()
local
185
profilePeer
= profile->FindPeerByAddress(msgData.configRsp.addr);
in ProcessSetConfigInd()
186
if (
profilePeer
== nullptr) {
in ProcessSetConfigInd()
189
A2dpCodecFactory *codecFactory =
profilePeer
->GetCodecConfigure();
in ProcessSetConfigInd()
234
LOG_ERROR("[A2dpStateIdle]%{public}s Failed to get
profilePeer
instance\n", __func__);
in ProcessDiscoverReq()
388
A2dpProfilePeer *
profilePeer
= nullptr;
in ProcessSetConfigInd()
local
399
profilePeer
= profile->FindPeerByAddress(msgData.configRsp.addr);
in ProcessSetConfigInd()
400
if (
profilePeer
== nullptr) {
in ProcessSetConfigInd()
401
LOG_ERROR("[A2dpStateIdle]%{public}s Failed to get
profilePeer
instance\n", __func__);
in ProcessSetConfigInd()
405
A2dpCodecFactory *codecFactory =
profilePeer
in ProcessSetConfigInd()
[all...]
H
A
D
a2dp_profile_peer.cpp
579
A2dpProfilePeer *
profilePeer
= instance->FindPeerByAddress(addr);
in ParseSDPInformation()
local
580
if (
profilePeer
== nullptr) {
in ParseSDPInformation()
588
profilePeer
->SetSDPServiceCapability(true);
in ParseSDPInformation()
590
profilePeer
->SetSDPServiceCapability(false);
in ParseSDPInformation()
596
profilePeer
->SetAvdtpVersion(true);
in ParseSDPInformation()
598
profilePeer
->SetAvdtpVersion(false);
in ParseSDPInformation()
602
profilePeer
->SetA2dpVersion(true);
in ParseSDPInformation()
604
profilePeer
->SetA2dpVersion(false);
in ParseSDPInformation()
H
A
D
a2dp_avdtp.cpp
454
A2dpProfilePeer *
profilePeer
= profile->FindPeerByAddress(bdAddr);
in ParseAvdtpCloseInd()
local
455
if (
profilePeer
== nullptr) {
in ParseAvdtpCloseInd()
464
profilePeer
->SetStreamHandle(handle);
in ParseAvdtpCloseInd()
465
profilePeer
->StopSignalingTimer();
in ParseAvdtpCloseInd()
466
profilePeer
->SetCurrentCmd(EVT_CLOSE_IND);
in ParseAvdtpCloseInd()
467
profilePeer
->SetSignalingTimer(A2DP_ACCEPT_CLOSING_SIGNALLING_TIMEOUT_MS, false);
in ParseAvdtpCloseInd()
Completed in 6 milliseconds