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:applicationId_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_gatt_client.cpp
99
int
applicationId_
;
member
361
applicationId_
(0),
in impl()
366
applicationId_
= 0;
in impl()
411
result = proxy->DiscoveryServices(
applicationId_
);
in DiscoverStart()
518
proxy->GetServices(
applicationId_
, result);
in GetServices()
588
proxy->DeregisterApplication(pimpl->
applicationId_
);
in ~GattClient()
614
return proxy->Connect(pimpl->
applicationId_
, isAutoConnect);
in Connect()
640
pimpl->
applicationId_
= appId;
in Connect()
642
result = proxy->Connect(pimpl->
applicationId_
, isAutoConnect);
in Connect()
668
result = proxy->Disconnect(pimpl->
applicationId_
);
in Disconnect()
[all...]
H
A
D
bluetooth_gatt_server.cpp
93
int
applicationId_
= 0;
member
461
: isRegisterSucceeded_(false), callback_(callback),
applicationId_
(0)
in impl()
487
applicationId_
= result;
in Init()
640
int appId = pimpl->
applicationId_
;
in AddService()
659
int appId = pimpl->
applicationId_
;
in ClearServices()
674
int ret = proxy->DeregisterApplication(pimpl->
applicationId_
);
in Close()
689
int appId = pimpl->
applicationId_
;
in Connect()
709
int appId = pimpl->
applicationId_
;
in CancelConnection()
797
pimpl->
applicationId_
, (BluetoothGattService)bluetooth::Service(sIt->GetHandle()));
in RemoveGattService()
870
proxy->DeregisterApplication(pimpl->
applicationId_
);
in ~GattServer()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_gatt_client_server.cpp
180
applicationId_
= appId;
in SetAppId()
185
return
applicationId_
;
in GetAppId()
217
int
applicationId_
;
member in OHOS::Bluetooth::BluetoothGattClientServer::impl::GattClientCallbackImpl
Completed in 4 milliseconds