Home
last modified time | relevance | path

Searched refs:SetTethering (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pan.cpp124 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 Dbluetooth_pan_server.h52 int32_t SetTethering(const bool enable) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_pan.h88 virtual bool SetTethering(const bool enable) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_pan.h124 int32_t SetTethering(bool value);
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_pan_proxy.h35 int32_t SetTethering(const bool value) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_pan.h40 virtual int32_t SetTethering(const bool value) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_pan.h36 static napi_value SetTethering(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_pan_server.cpp223 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 Dnapi_bluetooth_pan.cpp54 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 Dpan_service.h77 bool SetTethering(bool enable)override;
H A Dpan_service.cpp180 bool PanService::SetTethering(bool enable) in SetTethering() function in OHOS::bluetooth::PanService
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_pan_stub.cpp164 int32_t errCode = SetTethering(value); in SetTetheringInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_pan_proxy.cpp131 int32_t BluetoothPanProxy::SetTethering(const bool value) in SetTethering() function in OHOS::Bluetooth::BluetoothPanProxy
/foundation/communication/bluetooth_service/test/unittest/pan/
H A Dpan_test.cpp203 * @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 Dnetworkshare_tracker.cpp804 bool ret = profile->SetTethering(enable); in SetBluetoothNetworkSharing()

Completed in 7 milliseconds