Home
last modified time | relevance | path

Searched refs:DisconnectInner (Results 1 - 21 of 21) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/remote_register_service/
H A Dconnect_callback_stub.cpp33 int ConnectCallbackStub::DisconnectInner(MessageParcel &data, MessageParcel &reply) in DisconnectInner() function in OHOS::AppExecFwk::ConnectCallbackStub
58 return DisconnectInner(data, reply); in OnRemoteRequest()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/remote_register_service/
H A Dconnect_callback_stub.h42 int DisconnectInner(MessageParcel &data, MessageParcel &reply);
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_pan_stub.cpp26 &BluetoothPanStub::DisconnectInner; in BluetoothPanStub()
67 int32_t BluetoothPanStub::DisconnectInner(MessageParcel &data, MessageParcel &reply) in DisconnectInner() function in OHOS::Bluetooth::BluetoothPanStub
H A Dbluetooth_a2dp_sink_stub.cpp32 &BluetoothA2dpSinkStub::DisconnectInner; in BluetoothA2dpSinkStub()
91 ErrCode BluetoothA2dpSinkStub::DisconnectInner(MessageParcel &data, MessageParcel &reply) in DisconnectInner() function in OHOS::Bluetooth::BluetoothA2dpSinkStub
99 HILOGE("BluetoothA2dpSinkStub: DisconnectInner reply writing failed in: %{public}s.", __func__); in DisconnectInner()
H A Dbluetooth_hid_host_stub.cpp29 &BluetoothHidHostStub::DisconnectInner; in BluetoothHidHostStub()
94 int32_t BluetoothHidHostStub::DisconnectInner(MessageParcel &data, MessageParcel &reply) in DisconnectInner() function in OHOS::Bluetooth::BluetoothHidHostStub
100 HILOGD("BluetoothHidHostStub::DisconnectInner"); in DisconnectInner()
H A Dbluetooth_hfp_ag_stub.cpp34 &BluetoothHfpAgStub::DisconnectInner; in BluetoothHfpAgStub()
186 int32_t BluetoothHfpAgStub::DisconnectInner(MessageParcel &data, MessageParcel &reply) in DisconnectInner() function in OHOS::Bluetooth::BluetoothHfpAgStub
H A Dbluetooth_gatt_client_stub.cpp33 &BluetoothGattClientStub::DisconnectInner; in BluetoothGattClientStub()
139 ErrCode BluetoothGattClientStub::DisconnectInner(MessageParcel &data, MessageParcel &reply) in DisconnectInner() function in OHOS::Bluetooth::BluetoothGattClientStub
141 HILOGI("BluetoothGattClientStub::DisconnectInner starts"); in DisconnectInner()
H A Dbluetooth_hfp_hf_stub.cpp46 &BluetoothHfpHfStub::DisconnectInner; in BluetoothHfpHfStub()
223 ErrCode BluetoothHfpHfStub::DisconnectInner(MessageParcel &data, MessageParcel &reply) { in DisconnectInner() function in OHOS::Bluetooth::BluetoothHfpHfStub
H A Dbluetooth_a2dp_src_stub.cpp33 &BluetoothA2dpSrcStub::DisconnectInner; in BluetoothA2dpSrcStub()
131 int32_t BluetoothA2dpSrcStub::DisconnectInner(MessageParcel &data, MessageParcel &reply) in DisconnectInner() function in OHOS::Bluetooth::BluetoothA2dpSrcStub
139 HILOGE("BluetoothA2dpSrcStub: DisconnectInner reply writing failed in: %{public}s.", __func__); in DisconnectInner()
H A Dbluetooth_avrcp_tg_stub.cpp35 &BluetoothAvrcpTgStub::DisconnectInner; in BluetoothAvrcpTgStub()
150 ErrCode BluetoothAvrcpTgStub::DisconnectInner(MessageParcel &data, MessageParcel &reply) in DisconnectInner() function in OHOS::Bluetooth::BluetoothAvrcpTgStub
152 HILOGI("BluetoothAvrcpTgStub::DisconnectInner starts"); in DisconnectInner()
H A Dbluetooth_avrcp_ct_stub.cpp41 &BluetoothAvrcpCtStub::DisconnectInner; in BluetoothAvrcpCtStub()
196 ErrCode BluetoothAvrcpCtStub::DisconnectInner(MessageParcel &data, MessageParcel &reply) in DisconnectInner() function in OHOS::Bluetooth::BluetoothAvrcpCtStub
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_a2dp_sink_stub.h35 ErrCode DisconnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_pan_stub.h36 int32_t DisconnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_gatt_client_stub.h38 ErrCode DisconnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_hid_host_stub.h38 int32_t DisconnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_a2dp_src_stub.h35 ErrCode DisconnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_avrcp_ct_stub.h42 ErrCode DisconnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_avrcp_tg_stub.h39 ErrCode DisconnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_hfp_ag_stub.h37 int32_t DisconnectInner(MessageParcel &data, MessageParcel &reply);
H A Dbluetooth_hfp_hf_stub.h43 ErrCode DisconnectInner(MessageParcel &data, MessageParcel &reply);
/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/connect_callback_stub_test/
H A Dconnect_callback_stub_test.cpp97 * @tc.name: DisconnectInner
107 EXPECT_EQ(object->DisconnectInner(data, reply), OHOS::ERR_NONE); in HWTEST_F()

Completed in 9 milliseconds