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:BuildService
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H
A
D
generic_attribute_service.h
69
std::unique_ptr<Service>
BuildService
();
H
A
D
generic_attribute_service.cpp
87
instance_ =
BuildService
();
in RegisterService()
190
std::unique_ptr<Service> GenericAttributeService::
BuildService
()
in BuildService()
function in OHOS::bluetooth::GenericAttributeService
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H
A
D
generic_access_service.h
75
std::unique_ptr<Service>
BuildService
();
H
A
D
generic_access_service.cpp
194
instance_ =
BuildService
();
in RegisterService()
219
std::unique_ptr<Service> GenericAccessService::
BuildService
()
in BuildService()
function in OHOS::bluetooth::GenericAccessService
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/
H
A
D
device_information_service.h
80
std::unique_ptr<Service>
BuildService
();
H
A
D
device_information_service.cpp
108
instance_ =
BuildService
();
in RegisterService()
148
std::unique_ptr<Service> DeviceInformationService::
BuildService
()
in BuildService()
function in OHOS::bluetooth::DeviceInformationService
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_gatt_server.cpp
97
GattService
BuildService
(const BluetoothGattService &service);
356
GattService gattSvc = serverSptr->pimpl->
BuildService
(service);
408
GattService GattServer::impl::
BuildService
(const BluetoothGattService &service)
in BuildService()
function in OHOS::Bluetooth::RequestInformation::GattServer::impl
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_client_service.cpp
146
static void
BuildService
(GattCache::Service &src, Service &dest);
824
BuildService
(svc.second, svcTmp);
in GetServices()
1245
void GattClientService::impl::
BuildService
(GattCache::Service &src, Service &dest)
in BuildService()
function in OHOS::bluetooth::GattClientService::impl
H
A
D
gatt_server_service.cpp
104
bluetooth::Service
BuildService
(const GattDatabase::Service &src);
1179
bluetooth::Service GattServerService::impl::
BuildService
(const GattDatabase::Service &src)
in BuildService()
function in OHOS::bluetooth::GattServerService::impl
Completed in 9 milliseconds