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:ClearServices
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H
A
D
i_bluetooth_gatt_server.h
34
virtual void
ClearServices
(int appId) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_gatt_server_server.h
32
void
ClearServices
(int appId) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_gatt_server_proxy.h
30
void
ClearServices
(int appId) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H
A
D
interface_profile_gatt_server.h
208
virtual int
ClearServices
(int appId) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_gatt_server.h
210
void
ClearServices
();
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_server_service.h
35
int
ClearServices
(int appId) override;
H
A
D
gatt_server_service.cpp
76
int
ClearServices
(int appId);
237
int GattServerService::
ClearServices
(int appId)
in ClearServices()
function in OHOS::bluetooth::GattServerService
244
GetDispatcher()->PostTask(std::bind(&impl::
ClearServices
, pimpl.get(), appId));
in ClearServices()
660
ClearServices
(appId);
in DeregisterApplicationImpl()
744
int GattServerService::impl::
ClearServices
(int appId)
in ClearServices()
function in OHOS::bluetooth::GattServerService::impl
/foundation/communication/bluetooth_service/test/unittest/gatt/
H
A
D
gatt_server_test.cpp
154
* @tc.name:
ClearServices
155
* @tc.desc: Check the
ClearServices
interface.
164
server.
ClearServices
();
in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_gatt_server_server.cpp
325
void BluetoothGattServerServer::
ClearServices
(int appId)
in ClearServices()
function in OHOS::Bluetooth::BluetoothGattServerServer
333
pimpl->serverService_->
ClearServices
(appId);
in ClearServices()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_gatt_server_proxy.cpp
38
void BluetoothGattServerProxy::
ClearServices
(int appId)
in ClearServices()
function in OHOS::Bluetooth::BluetoothGattServerProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H
A
D
bluetooth_gatt_server_stub.cpp
96
ClearServices
(appId);
in ClearServicesInner()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_gatt_server.cpp
648
void GattServer::
ClearServices
()
in ClearServices()
function in OHOS::Bluetooth::RequestInformation::GattServer
660
proxy->
ClearServices
(int(appId));
in ClearServices()
Completed in 8 milliseconds