/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_pan.cpp | 138 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 D | interface_profile_pan.h | 89 virtual bool IsTetheringOn() = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | napi_bluetooth_pan.cpp | 58 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 D | bluetooth_pan_server.h | 54 int32_t IsTetheringOn(bool& result) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_pan.h | 130 int32_t IsTetheringOn(bool &value);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_pan_server.cpp | 241 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 D | bluetooth_pan_proxy.h | 36 int32_t IsTetheringOn(bool &result) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_pan.h | 41 virtual int32_t IsTetheringOn(bool &result) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_pan.h | 37 static napi_value IsTetheringOn(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_service.h | 78 bool IsTetheringOn()override;
|
H A D | pan_statemachine.cpp | 269 if (!PanService::GetService()->IsTetheringOn()) { in ProcessOpenComplete()
|
H A D | pan_service.cpp | 198 bool PanService::IsTetheringOn() in IsTetheringOn() function in OHOS::bluetooth::PanService
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/pan/ |
H A D | pan_test.cpp | 232 profile_->IsTetheringOn(result);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_pan_stub.cpp | 176 int32_t errCode = IsTetheringOn(result); in IsTetheringOnInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_pan_proxy.cpp | 155 int32_t BluetoothPanProxy::IsTetheringOn(bool &result) in IsTetheringOn() function in OHOS::Bluetooth::BluetoothPanProxy
|