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:pimpl_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_ble_central_manager_server.cpp
83
explicit BleCentralManagerCallback(BluetoothBleCentralManagerServer::impl *pimpl) :
pimpl_
(pimpl) {};
in BleCentralManagerCallback()
91
uint32_t tokenId = this->
pimpl_
->observersToken_.ReadVal(observer->AsObject());
92
int32_t pid = this->
pimpl_
->observersPid_[observer->AsObject()];
101
int32_t scannerId = this->
pimpl_
->observersScannerId_[observer->AsObject()];
102
std::lock_guard<std::mutex> lock(this->
pimpl_
->bleScanFiltersMutex_);
105
bool scanFiltersIsEnanled_ = this->
pimpl_
->observersScanFiltersIsEnanled_[scannerId];
110
std::vector<bluetooth::BleScanFilterImpl> scanFilters_ = this->
pimpl_
->
127
int32_t pid = this->
pimpl_
->observersPid_[observer->AsObject()];
183
if (
pimpl_
== nullptr ||
pimpl_
238
BluetoothBleCentralManagerServer::impl *
pimpl_
= nullptr;
global()
member in OHOS::Bluetooth::BluetoothBleCentralManagerServer::impl::BleCentralManagerCallback
275
BluetoothBleCentralManagerServer::impl *
pimpl_
= nullptr;
global()
member in OHOS::Bluetooth::BluetoothBleCentralManagerServer::impl::SystemStateObserver
[all...]
H
A
D
bluetooth_a2dp_sink_server.cpp
65
SystemStateObserver(BluetoothA2dpSinkServer::impl *pimpl) :
pimpl_
(pimpl) {};
in SystemStateObserver()
71
if (!
pimpl_
) {
72
HILOGI("failed:
pimpl_
is null");
79
pimpl_
->a2dpSnkService_ =
81
if (
pimpl_
->a2dpSnkService_ != nullptr) {
82
pimpl_
->a2dpSnkService_->RegisterObserver(
pimpl_
->observerImp_.get());
87
pimpl_
->a2dpSnkService_ = nullptr;
95
BluetoothA2dpSinkServer::impl *
pimpl_
= nullptr;
member in OHOS::Bluetooth::BluetoothA2dpSinkServer::impl::SystemStateObserver
H
A
D
bluetooth_pan_server.cpp
78
explicit SystemStateObserver(BluetoothPanServer::impl *pimpl) :
pimpl_
(pimpl) {}
in SystemStateObserver()
83
pimpl_
->panService_ =
pimpl_
->GetServicePtr();
84
if (
pimpl_
->panService_ != nullptr) {
85
pimpl_
->panService_->RegisterObserver(*
pimpl_
->observerImp_.get());
89
pimpl_
->panService_ = nullptr;
97
BluetoothPanServer::impl *
pimpl_
= nullptr;
member in OHOS::Bluetooth::BluetoothPanServer::impl::SystemStateObserver
H
A
D
bluetooth_hid_host_server.cpp
79
explicit SystemStateObserver(BluetoothHidHostServer::impl *pimpl) :
pimpl_
(pimpl) {};
in SystemStateObserver()
85
pimpl_
->hidHostService_ =
pimpl_
->GetServicePtr();
86
if (
pimpl_
->hidHostService_ != nullptr) {
87
pimpl_
->hidHostService_->RegisterObserver(*
pimpl_
->observerImp_.get());
91
pimpl_
->hidHostService_ = nullptr;
99
BluetoothHidHostServer::impl *
pimpl_
= nullptr;
member in OHOS::Bluetooth::BluetoothHidHostServer::impl::SystemStateObserver
H
A
D
bluetooth_hfp_ag_server.cpp
101
explicit HfpAgSystemObserver(BluetoothHfpAgServer::impl* pimpl) :
pimpl_
(pimpl) {};
in HfpAgSystemObserver()
109
pimpl_
->HfpAgService_ = (IProfileHfpAg*)serviceMgr->GetProfileService(PROFILE_NAME_HFP_AG);
110
if (
pimpl_
->HfpAgService_ != nullptr) {
111
pimpl_
->HfpAgService_->RegisterObserver(*
pimpl_
->observerImp_);
117
pimpl_
->HfpAgService_ = (IProfileHfpAg*)serviceMgr->GetProfileService(PROFILE_NAME_HFP_AG);
118
if (
pimpl_
->HfpAgService_ != nullptr) {
119
pimpl_
->HfpAgService_->DeregisterObserver(*
pimpl_
->observerImp_);
122
pimpl_
130
BluetoothHfpAgServer::impl*
pimpl_
;
global()
member in OHOS::Bluetooth::BluetoothHfpAgServer::impl::HfpAgSystemObserver
[all...]
H
A
D
bluetooth_hfp_hf_server.cpp
132
explicit HfpHfSystemObserver(BluetoothHfpHfServer::impl* pimpl) :
pimpl_
(pimpl) {};
in HfpHfSystemObserver()
140
pimpl_
->HfpHfService_ = (IProfileHfpHf*)serviceMgr->GetProfileService(PROFILE_NAME_HFP_HF);
141
if (
pimpl_
->HfpHfService_ != nullptr) {
142
pimpl_
->HfpHfService_->RegisterObserver(*
pimpl_
->observerImp_);
148
pimpl_
->HfpHfService_ = (IProfileHfpHf*)serviceMgr->GetProfileService(PROFILE_NAME_HFP_HF);
149
if (
pimpl_
->HfpHfService_ != nullptr) {
150
pimpl_
->HfpHfService_->DeregisterObserver(*
pimpl_
->observerImp_);
153
pimpl_
161
BluetoothHfpHfServer::impl*
pimpl_
;
global()
member in OHOS::Bluetooth::BluetoothHfpHfServer::impl::HfpHfSystemObserver
[all...]
H
A
D
bluetooth_a2dp_source_server.cpp
107
SystemStateObserver(BluetoothA2dpSourceServer::impl *pimpl) :
pimpl_
(pimpl) {};
in SystemStateObserver()
113
if (!
pimpl_
) {
114
HILOGI("failed:
pimpl_
is null");
121
pimpl_
->a2dpSrcService_ =
123
if (
pimpl_
->a2dpSrcService_ != nullptr) {
124
pimpl_
->a2dpSrcService_->RegisterObserver(
pimpl_
->observerImp_.get());
129
pimpl_
->a2dpSrcService_ = nullptr;
137
BluetoothA2dpSourceServer::impl *
pimpl_
= nullptr;
member in OHOS::Bluetooth::BluetoothA2dpSourceServer::impl::SystemStateObserver
H
A
D
bluetooth_ble_advertiser_server.cpp
112
explicit SystemStateObserver(BluetoothBleAdvertiserServer::impl *pimpl) :
pimpl_
(pimpl) {};
in SystemStateObserver()
119
bleService->RegisterBleAdvertiserCallback(*
pimpl_
->observerImp_.get());
128
BluetoothBleAdvertiserServer::impl *
pimpl_
= nullptr;
member in OHOS::Bluetooth::BluetoothBleAdvertiserServer::impl::SystemStateObserver
Completed in 5 milliseconds