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:SetTethering
(Results
1 - 15
of
15
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_pan.cpp
124
int32_t
SetTethering
(bool value)
in SetTethering()
function
130
int32_t ret = proxy->
SetTethering
(value);
in SetTethering()
243
int32_t Pan::
SetTethering
(bool value)
in SetTethering()
function in OHOS::Bluetooth::Pan
253
return pimpl->
SetTethering
(value);
in SetTethering()
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_pan_server.h
52
int32_t
SetTethering
(const bool enable) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H
A
D
interface_profile_pan.h
88
virtual bool
SetTethering
(const bool enable) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_pan.h
124
int32_t
SetTethering
(bool value);
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_pan_proxy.h
35
int32_t
SetTethering
(const bool value) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H
A
D
i_bluetooth_pan.h
40
virtual int32_t
SetTethering
(const bool value) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H
A
D
napi_bluetooth_pan.h
36
static napi_value
SetTethering
(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_pan_server.cpp
223
int32_t BluetoothPanServer::
SetTethering
(const bool enable)
in SetTethering()
function in OHOS::Bluetooth::BluetoothPanServer
238
return pimpl->panService_->
SetTethering
(enable);
in SetTethering()
/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H
A
D
napi_bluetooth_pan.cpp
54
DECLARE_NAPI_FUNCTION("setTethering", NapiBluetoothPan::
SetTethering
),
in DefinePanJSClass()
267
napi_value NapiBluetoothPan::
SetTethering
(napi_env env, napi_callback_info info)
in SetTethering()
function in OHOS::Bluetooth::NapiBluetoothPan
275
int32_t errorCode = profile->
SetTethering
(value);
in SetTethering()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H
A
D
pan_service.h
77
bool
SetTethering
(bool enable)override;
H
A
D
pan_service.cpp
180
bool PanService::
SetTethering
(bool enable)
in SetTethering()
function in OHOS::bluetooth::PanService
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H
A
D
bluetooth_pan_stub.cpp
164
int32_t errCode =
SetTethering
(value);
in SetTetheringInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_pan_proxy.cpp
131
int32_t BluetoothPanProxy::
SetTethering
(const bool value)
in SetTethering()
function in OHOS::Bluetooth::BluetoothPanProxy
/foundation/communication/bluetooth_service/test/unittest/pan/
H
A
D
pan_test.cpp
203
* @tc.name:
SetTethering
210
GTEST_LOG_(INFO) << "
SetTethering
function test";
in HWTEST_F()
214
EXPECT_TRUE(profile_->
SetTethering
(value));
in HWTEST_F()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H
A
D
networkshare_tracker.cpp
804
bool ret = profile->
SetTethering
(enable);
in SetBluetoothNetworkSharing()
Completed in 7 milliseconds