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:observerImp_
(Results
1 - 13
of
13
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_pan_server.cpp
61
std::unique_ptr<BluetoothPanCallback>
observerImp_
= std::make_unique<BluetoothPanCallback>();
member
85
pimpl_->panService_->RegisterObserver(*pimpl_->
observerImp_
.get());
113
pimpl->
observerImp_
->SetObserver(&(pimpl->observers_));
in BluetoothPanServer()
119
pimpl->panService_->RegisterObserver(*pimpl->
observerImp_
.get());
in BluetoothPanServer()
127
pimpl->panService_->DeregisterObserver(*pimpl->
observerImp_
.get());
in ~BluetoothPanServer()
173
pimpl->panService_->DeregisterObserver(*pimpl->
observerImp_
.get());
in DeregisterObserver()
H
A
D
bluetooth_ble_advertiser_server.cpp
105
std::unique_ptr<BleAdvertiserCallback>
observerImp_
= std::make_unique<BleAdvertiserCallback>();
member
119
bleService->RegisterBleAdvertiserCallback(*pimpl_->
observerImp_
.get());
145
pimpl->
observerImp_
->SetObserver(&(pimpl->observers_));
in BluetoothBleAdvertiserServer()
151
bleService->RegisterBleAdvertiserCallback(*pimpl->
observerImp_
.get());
in BluetoothBleAdvertiserServer()
233
pimpl->
observerImp_
->OnStopResultEvent(NO_ERROR, advHandle);
in StopAdvertising()
256
pimpl->
observerImp_
->observersPid_.EnsureInsert(callback->AsObject(), IPCSkeleton::GetCallingPid());
in RegisterBleAdvertiserCallback()
284
pimpl->
observerImp_
->observersPid_.Erase(callback->AsObject());
in DeregisterBleAdvertiserCallback()
H
A
D
bluetooth_a2dp_sink_server.cpp
59
std::unique_ptr<A2dpSinkObserver>
observerImp_
{std::make_unique<A2dpSinkObserver>()};
82
pimpl_->a2dpSnkService_->RegisterObserver(pimpl_->
observerImp_
.get());
111
pimpl->
observerImp_
->SetObserver(&(pimpl->observers_));
in BluetoothA2dpSinkServer()
119
pimpl->a2dpSnkService_->RegisterObserver(pimpl->
observerImp_
.get());
in BluetoothA2dpSinkServer()
128
pimpl->a2dpSnkService_->DeregisterObserver(pimpl->
observerImp_
.get());
in ~BluetoothA2dpSinkServer()
H
A
D
bluetooth_hid_host_server.cpp
62
std::unique_ptr<BluetoothHidHostCallback>
observerImp_
= std::make_unique<BluetoothHidHostCallback>();
member
87
pimpl_->hidHostService_->RegisterObserver(*pimpl_->
observerImp_
.get());
116
pimpl->
observerImp_
->SetObserver(&(pimpl->observers_));
in BluetoothHidHostServer()
122
pimpl->hidHostService_->RegisterObserver(*pimpl->
observerImp_
.get());
in BluetoothHidHostServer()
131
pimpl->hidHostService_->DeregisterObserver(*pimpl->
observerImp_
.get());
in ~BluetoothHidHostServer()
177
pimpl->hidHostService_->DeregisterObserver(*pimpl->
observerImp_
.get());
in DeregisterObserver()
H
A
D
bluetooth_hfp_ag_server.cpp
96
std::unique_ptr<HfpAgServerObserver>
observerImp_
{std::make_unique<HfpAgServerObserver>()};
111
pimpl_->HfpAgService_->RegisterObserver(*pimpl_->
observerImp_
);
119
pimpl_->HfpAgService_->DeregisterObserver(*pimpl_->
observerImp_
);
141
pimpl->
observerImp_
->SetObserver(&(pimpl->observers_));
in BluetoothHfpAgServer()
149
pimpl->HfpAgService_->RegisterObserver(*pimpl->
observerImp_
);
in BluetoothHfpAgServer()
159
pimpl->HfpAgService_->DeregisterObserver(*pimpl->
observerImp_
);
in ~BluetoothHfpAgServer()
H
A
D
bluetooth_hfp_hf_server.cpp
127
std::unique_ptr<HfpHfServerObserver>
observerImp_
{std::make_unique<HfpHfServerObserver>()};
142
pimpl_->HfpHfService_->RegisterObserver(*pimpl_->
observerImp_
);
150
pimpl_->HfpHfService_->DeregisterObserver(*pimpl_->
observerImp_
);
171
pimpl->
observerImp_
->SetObserver(&(pimpl->observers_));
in BluetoothHfpHfServer()
179
pimpl->HfpHfService_->RegisterObserver(*pimpl->
observerImp_
);
in BluetoothHfpHfServer()
189
pimpl->HfpHfService_->DeregisterObserver(*pimpl->
observerImp_
);
in ~BluetoothHfpHfServer()
H
A
D
bluetooth_a2dp_source_server.cpp
101
std::unique_ptr<A2dpSourceObserver>
observerImp_
{std::make_unique<A2dpSourceObserver>()};
124
pimpl_->a2dpSrcService_->RegisterObserver(pimpl_->
observerImp_
.get());
154
pimpl->
observerImp_
->SetObserver(&(pimpl->observers_));
in BluetoothA2dpSourceServer()
162
pimpl->a2dpSrcService_->RegisterObserver(pimpl->
observerImp_
.get());
in BluetoothA2dpSourceServer()
172
pimpl->a2dpSrcService_->DeregisterObserver(pimpl->
observerImp_
.get());
in ~BluetoothA2dpSourceServer()
H
A
D
bluetooth_ble_central_manager_server.cpp
51
std::unique_ptr<BleCentralManagerCallback>
observerImp_
= std::make_unique<BleCentralManagerCallback>(this);
member
266
bleService->RegisterBleCentralManagerCallback(*pimpl_->
observerImp_
.get());
299
pimpl->
observerImp_
->SetObserver(&(pimpl->observers_));
in BluetoothBleCentralManagerServer()
305
bleService->RegisterBleCentralManagerCallback(*pimpl->
observerImp_
.get());
in BluetoothBleCentralManagerServer()
H
A
D
bluetooth_host_server.cpp
68
std::unique_ptr<AdapterStateObserver>
observerImp_
= nullptr;
member
556
observerImp_
= std::make_unique<AdapterStateObserver>(this);
in impl()
574
IAdapterManager::GetInstance()->RegisterStateObserver(*
observerImp_
);
in Init()
597
IAdapterManager::GetInstance()->DeregisterStateObserver(*
observerImp_
);
in Clear()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_a2dp_snk.cpp
53
sptr<BluetoothA2dpSinkObserverImp>
observerImp_
= nullptr;
member
92
observerImp_
= new (std::nothrow) BluetoothA2dpSinkObserverImp(*this);
in impl()
93
CHECK_AND_RETURN_LOG(
observerImp_
!= nullptr, "
observerImp_
is nullptr");
in impl()
98
proxy->RegisterObserver(
observerImp_
);
in impl()
108
proxy->DeregisterObserver(
observerImp_
);
in ~impl()
H
A
D
bluetooth_socket.cpp
135
if (!
observerImp_
) {
in Close()
136
HILOGD("
observerImp_
is nullptr");
in Close()
140
observerImp_
);
in Close()
local
277
sptr<BluetoothSocketObserverImp>
observerImp_
= nullptr;
member
352
if (
observerImp_
!= nullptr) {
in Init()
355
observerImp_
= new(std::nothrow) BluetoothSocketObserverImp(client);
in Init()
356
if (
observerImp_
== nullptr) {
in Init()
450
pimpl->
observerImp_
);
in Connect()
H
A
D
bluetooth_a2dp_src.cpp
43
sptr<BluetoothA2dpSourceObserverImp>
observerImp_
= nullptr;
member
121
observerImp_
= new (std::nothrow) BluetoothA2dpSourceObserverImp(*this);
in impl()
122
CHECK_AND_RETURN_LOG(
observerImp_
!= nullptr, "
observerImp_
is nullptr");
in impl()
127
proxy->RegisterObserver(
observerImp_
);
in impl()
137
proxy->DeregisterObserver(
observerImp_
);
in ~impl()
H
A
D
bluetooth_host.cpp
59
sptr<BluetoothHostObserverImp>
observerImp_
= nullptr;
member
461
observerImp_
= new BluetoothHostObserverImp(*this);
in impl()
474
proxy->RegisterObserver(
observerImp_
);
in impl()
488
proxy->DeregisterObserver(
observerImp_
);
in ~impl()
1234
bool isNeedNotifyBluetoothOffState = pimpl->
observerImp_
&& pimpl->bleObserverImp_ && !isBluetoothSystemAbilityOn;
in OnRemoveBluetoothSystemAbility()
1237
pimpl->
observerImp_
->OnStateChanged(BTTransport::ADAPTER_BREDR, BTStateID::STATE_TURN_OFF);
in OnRemoveBluetoothSystemAbility()
Completed in 17 milliseconds