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
defs:localName
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H
A
D
bluetooth_connection_ffi.cpp
78
void FfiBluetoothConSetLocalName(const char*
localName
, int32_t* errCode)
in FfiBluetoothConSetLocalName()
argument
H
A
D
bluetooth_connection_impl.cpp
102
std::string
localName
= INVALID_NAME;
in GetLocalName()
local
177
void ConnectionImpl::SetLocalName(std::string
localName
, int32_t* errCode)
in SetLocalName()
argument
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gap.cpp
406
bool SetLocalName(unsigned char *
localName
, unsigned char length)
in SetLocalName()
argument
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H
A
D
bluetooth_mock.cpp
79
bool SetLocalName(unsigned char *
localName
, unsigned char length)
in SetLocalName()
argument
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H
A
D
softbus_broadcast_adapter_type.h
135
uint8_t
localName
[SOFTBUS_LOCAL_NAME_LEN_MAX];
member
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H
A
D
bluetooth_mock.cpp
98
bool SetLocalName(unsigned char *
localName
, unsigned char length)
in SetLocalName()
argument
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H
A
D
bluetooth_mock.cpp
407
bool SetLocalName(unsigned char *
localName
, unsigned char length)
in SetLocalName()
argument
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H
A
D
napi_bluetooth_connection.cpp
264
std::string
localName
= INVALID_NAME;
in GetLocalName()
local
350
std::string
localName
= INVALID_NAME;
in SetLocalName()
local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_adapter.cpp
355
std::string
localName
= adapterProperties_.GetLocalName();
in SetLocalName()
local
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H
A
D
softbus_broadcast_type.h
376
uint8_t
localName
[BC_LOCAL_NAME_LEN_MAX];
member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H
A
D
hci_def_controller_baseband_cmd.h
179
uint8_t
localName
[248];
member
190
uint8_t
localName
[248];
member
Completed in 14 milliseconds