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:GetProfileList
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_host.h
433
std::vector<uint32_t>
GetProfileList
() const;
/foundation/communication/nfc/services/src/tag/
H
A
D
bt_connection_manager.cpp
381
bool BtConnectionManager::
GetProfileList
()
in GetProfileList()
function in OHOS::NFC::TAG::BtConnectionManager
384
std::vector<uint32_t> profileList = Bluetooth::BluetoothHost::GetDefaultHost().
GetProfileList
();
in GetProfileList()
412
if (!
GetProfileList
()) {
in NextActionInit()
413
ErrorLog("NextActionInit:
GetProfileList
error");
in NextActionInit()
/foundation/communication/nfc/services/include/
H
A
D
bt_connection_manager.h
151
bool
GetProfileList
();
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H
A
D
i_bluetooth_host.h
73
virtual std::vector<uint32_t>
GetProfileList
() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_host_server.h
69
std::vector<uint32_t>
GetProfileList
() override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_host_proxy.h
48
std::vector<uint32_t>
GetProfileList
() override;
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H
A
D
bt_statistic.cpp
82
std::vector<uint32_t> profileList = BluetoothHost::GetDefaultHost().
GetProfileList
();
in GetBtStatisticInfo()
/foundation/communication/bluetooth_service/test/unittest/host/
H
A
D
host_test.cpp
181
EXPECT_NE(host_->
GetProfileList
().size(), profileSize);
in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_host.cpp
831
std::vector<uint32_t> BluetoothHost::
GetProfileList
() const
in GetProfileList()
function in OHOS::Bluetooth::BluetoothHost
838
profileList = proxy->
GetProfileList
();
in GetProfileList()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_host_proxy.cpp
291
std::vector<uint32_t> BluetoothHostProxy::
GetProfileList
()
in GetProfileList()
function in OHOS::Bluetooth::BluetoothHostProxy
296
HILOGE("BluetoothHostProxy::
GetProfileList
WriteInterfaceToken error");
in GetProfileList()
303
HILOGE("BluetoothHostProxy::
GetProfileList
done fail, error: %{public}d", error);
in GetProfileList()
307
HILOGE("BluetoothHostProxy::
GetProfileList
Read reply fail");
in GetProfileList()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H
A
D
bluetooth_host_stub.cpp
432
std::vector<uint32_t> result =
GetProfileList
();
in GetProfileListInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_host_server.cpp
905
std::vector<uint32_t> BluetoothHostServer::
GetProfileList
()
in GetProfileList()
function in OHOS::Bluetooth::BluetoothHostServer
Completed in 16 milliseconds