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:cmdParam
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_wl.c
143
HciLeAddDeviceToWhiteListParam
cmdParam
= {
in BtmAddDeviceToWhiteList()
local
150
(void)memcpy_s(
cmdParam
.address.raw, BT_ADDRESS_SIZE, address, BT_ADDRESS_SIZE);
in BtmAddDeviceToWhiteList()
152
HCI_LeAddDeviceToWhiteList(&
cmdParam
);
in BtmAddDeviceToWhiteList()
189
HciLeRemoveDeviceFromWhiteListParam
cmdParam
= {
in BtmRemoveDeviceFromWhiteList()
local
196
(void)memcpy_s(
cmdParam
.address.raw, BT_ADDRESS_SIZE, address, BT_ADDRESS_SIZE);
in BtmRemoveDeviceFromWhiteList()
197
HCI_LeRemoveDeviceFromWhiteList(&
cmdParam
);
in BtmRemoveDeviceFromWhiteList()
H
A
D
btm_acl.c
535
HciReadRemoteVersionInformationParam
cmdParam
= {0};
in BtmOnConnectionComplete()
local
536
cmdParam
.connectionHandle = eventParam->connectionHandle;
in BtmOnConnectionComplete()
537
HCI_ReadRemoteVersionInformation(&
cmdParam
);
in BtmOnConnectionComplete()
964
HciLeReadRemoteFeaturesParam
cmdParam
= {
in BtmLeReadRemoteFeatures()
local
967
HCI_LeReadRemoteFeatures(&
cmdParam
);
in BtmLeReadRemoteFeatures()
1459
HciReadRemoteVersionInformationParam
cmdParam
= {
in BtmOnLeReadRemoteFeaturesComplete()
local
1462
HCI_ReadRemoteVersionInformation(&
cmdParam
);
in BtmOnLeReadRemoteFeaturesComplete()
1491
HciReadRemoteSupportedFeaturesParam
cmdParam
= {
in BtmOnReadRemoteVersionInformationComplete()
local
1494
HCI_ReadRemoteSupportedFeatures(&
cmdParam
);
in BtmOnReadRemoteVersionInformationComplete()
1540
HciReadRemoteExtendedFeaturesParam
cmdParam
in BtmOnReadRemoteSupportedFeaturesComplete()
local
1617
HciReadRemoteExtendedFeaturesParam
cmdParam
= {
BtmOnReadRemoteExtendedFeaturesComplete()
local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H
A
D
wifi_cmd_client.cpp
130
std::string
cmdParam
;
in SetRxListen()
local
132
cmdParam
= CMD_SET_RX_LISTEN_ON;
in SetRxListen()
135
cmdParam
= CMD_SET_RX_LISTEN_OFF;
in SetRxListen()
141
return SendCommandToDriverByInterfaceName(ifName,
cmdParam
);
in SetRxListen()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H
A
D
hci_cmd_failure_le_controller.c
943
const HciLeExtendedCreateConnectionParam *
cmdParam
= param;
in HciCmdOnLeExtendedCreateConnectionFailed()
local
947
.peerAddressType =
cmdParam
->peerAddressType,
in HciCmdOnLeExtendedCreateConnectionFailed()
948
.peerAddress =
cmdParam
->peerAddress,
in HciCmdOnLeExtendedCreateConnectionFailed()
Completed in 8 milliseconds