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:Pan
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_pan.cpp
58
struct
Pan
::impl {
150
Pan
::impl::impl()
in impl()
164
Pan
::impl::~impl()
in ~impl()
173
Pan
::
Pan
()
in Pan()
function in OHOS::Bluetooth::Pan
178
Pan
::~
Pan
()
in ~Pan()
181
Pan
*
Pan
::GetProfile()
in GetProfile()
184
static BluetoothNoDestructor<
Pan
> instanc
in GetProfile()
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_pan.h
69
* @brief Class for
Pan
API.
72
class BLUETOOTH_API
Pan
{
class
75
* @brief Get the instance of
Pan
object.
77
* @return Returns the pointer to the
Pan
instance.
79
static
Pan
*GetProfile();
82
* @brief Get remote
Pan
device list which are in the specified states.
90
* @brief Get the connection state of the specified remote
Pan
device.
98
* @brief Release the connection from remote
Pan
device.
106
* @brief Register
Pan
observer instance.
108
* @param observer
Pan
observe
[all...]
/foundation/communication/bluetooth_service/test/unittest/pan/
H
A
D
pan_test.cpp
37
static Bluetooth::
Pan
*profile_;
100
profile_ =
Pan
::GetProfile();
in HWTEST_F()
123
profile_ =
Pan
::GetProfile();
in HWTEST_F()
143
profile_ =
Pan
::GetProfile();
in HWTEST_F()
160
profile_ =
Pan
::GetProfile();
in HWTEST_F()
177
profile_ =
Pan
::GetProfile();
in HWTEST_F()
213
profile_ =
Pan
::GetProfile();
in HWTEST_F()
230
profile_ =
Pan
::GetProfile();
in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H
A
D
napi_bluetooth_pan.cpp
40
Pan
*profile =
Pan
::GetProfile();
in CreatePanProfile()
79
Pan
*profile =
Pan
::GetProfile();
in DefinePanJSClass()
144
Pan
*profile =
Pan
::GetProfile();
in GetConnectionDevices()
172
Pan
*profile =
Pan
::GetProfile();
in GetDeviceState()
198
Pan
*profile =
Pan
in GetConnectedDevices()
[all...]
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H
A
D
networkshare_tracker.cpp
318
Bluetooth::
Pan
*profile = Bluetooth::
Pan
::GetProfile();
in RegisterBtPanCallback()
333
Bluetooth::
Pan
*profile = Bluetooth::
Pan
::GetProfile();
in Uninit()
795
Bluetooth::
Pan
*profile = Bluetooth::
Pan
::GetProfile();
in SetBluetoothNetworkSharing()
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H
A
D
bt_statistic.cpp
236
Pan
::GetProfile()->GetDevicesByStates(connectState_, devices);
in GetPanDeviceInfo()
Completed in 9 milliseconds