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:ResetAllProxy
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_proxy_manager.cpp
50
bool BluetoothProxyManager::
ResetAllProxy
()
in ResetAllProxy()
function in OHOS::Bluetooth::BluetoothProxyManager
52
HILOGI("
ResetAllProxy
start.");
in ResetAllProxy()
60
return proxy->
ResetAllProxy
();
in ResetAllProxy()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_proxy_manager.h
32
bool
ResetAllProxy
();
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_ble_central_manager_proxy.h
40
bool
ResetAllProxy
() override;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H
A
D
i_bluetooth_ble_central_manager.h
61
virtual bool
ResetAllProxy
() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_ble_central_manager_server.h
45
bool
ResetAllProxy
() override;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H
A
D
bluetooth_ble_central_manager_stub.cpp
207
bool ret =
ResetAllProxy
();
in ResetAllProxyInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_ble_central_manager_proxy.cpp
189
bool BluetoothBleCentralManagerProxy::
ResetAllProxy
()
in ResetAllProxy()
function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
193
HILOGW("[
ResetAllProxy
] fail: write interface token failed.");
in ResetAllProxy()
201
HILOGW("[
ResetAllProxy
] fail: transact ErrCode=%{public}d", result);
in ResetAllProxy()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_ble_central_manager_server.cpp
335
bool BluetoothBleCentralManagerServer::
ResetAllProxy
()
in ResetAllProxy()
function in OHOS::Bluetooth::BluetoothBleCentralManagerServer
337
HILOGI("Start bluetooth
ResetAllProxy
");
in ResetAllProxy()
Completed in 6 milliseconds