Home
last modified time | relevance | path

Searched refs:IsTetheringOn (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pan.cpp138 int32_t IsTetheringOn(bool &value) in IsTetheringOn() function
144 return proxy->IsTetheringOn(value); in IsTetheringOn()
259 int32_t Pan::IsTetheringOn(bool &value) in IsTetheringOn() function in OHOS::Bluetooth::Pan
269 return pimpl->IsTetheringOn(value); in IsTetheringOn()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_pan.h89 virtual bool IsTetheringOn() = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan.cpp58 DECLARE_NAPI_FUNCTION("isTetheringOn", NapiBluetoothPan::IsTetheringOn), in DefinePanJSClass()
285 napi_value NapiBluetoothPan::IsTetheringOn(napi_env env, napi_callback_info info) in IsTetheringOn() function in OHOS::Bluetooth::NapiBluetoothPan
293 int32_t errorCode = profile->IsTetheringOn(result); in IsTetheringOn()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_pan_server.h54 int32_t IsTetheringOn(bool& result) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_pan.h130 int32_t IsTetheringOn(bool &value);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_pan_server.cpp241 int32_t BluetoothPanServer::IsTetheringOn(bool& result) in IsTetheringOn() function in OHOS::Bluetooth::BluetoothPanServer
251 result = pimpl->panService_->IsTetheringOn(); in IsTetheringOn()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_pan_proxy.h36 int32_t IsTetheringOn(bool &result) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_pan.h41 virtual int32_t IsTetheringOn(bool &result) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_pan.h37 static napi_value IsTetheringOn(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_service.h78 bool IsTetheringOn()override;
H A Dpan_statemachine.cpp269 if (!PanService::GetService()->IsTetheringOn()) { in ProcessOpenComplete()
H A Dpan_service.cpp198 bool PanService::IsTetheringOn() in IsTetheringOn() function in OHOS::bluetooth::PanService
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/pan/
H A Dpan_test.cpp232 profile_->IsTetheringOn(result);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_pan_stub.cpp176 int32_t errCode = IsTetheringOn(result); in IsTetheringOnInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_pan_proxy.cpp155 int32_t BluetoothPanProxy::IsTetheringOn(bool &result) in IsTetheringOn() function in OHOS::Bluetooth::BluetoothPanProxy