/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/remote_register_service/ |
H A D | connect_callback_stub.cpp | 33 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 D | connect_callback_stub.h | 42 int DisconnectInner(MessageParcel &data, MessageParcel &reply);
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_pan_stub.cpp | 26 &BluetoothPanStub::DisconnectInner; in BluetoothPanStub() 67 int32_t BluetoothPanStub::DisconnectInner(MessageParcel &data, MessageParcel &reply) in DisconnectInner() function in OHOS::Bluetooth::BluetoothPanStub
|
H A D | bluetooth_a2dp_sink_stub.cpp | 32 &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 D | bluetooth_hid_host_stub.cpp | 29 &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 D | bluetooth_hfp_ag_stub.cpp | 34 &BluetoothHfpAgStub::DisconnectInner; in BluetoothHfpAgStub() 186 int32_t BluetoothHfpAgStub::DisconnectInner(MessageParcel &data, MessageParcel &reply) in DisconnectInner() function in OHOS::Bluetooth::BluetoothHfpAgStub
|
H A D | bluetooth_gatt_client_stub.cpp | 33 &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 D | bluetooth_hfp_hf_stub.cpp | 46 &BluetoothHfpHfStub::DisconnectInner; in BluetoothHfpHfStub() 223 ErrCode BluetoothHfpHfStub::DisconnectInner(MessageParcel &data, MessageParcel &reply) { in DisconnectInner() function in OHOS::Bluetooth::BluetoothHfpHfStub
|
H A D | bluetooth_a2dp_src_stub.cpp | 33 &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 D | bluetooth_avrcp_tg_stub.cpp | 35 &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 D | bluetooth_avrcp_ct_stub.cpp | 41 &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 D | bluetooth_a2dp_sink_stub.h | 35 ErrCode DisconnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_pan_stub.h | 36 int32_t DisconnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_gatt_client_stub.h | 38 ErrCode DisconnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_hid_host_stub.h | 38 int32_t DisconnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_a2dp_src_stub.h | 35 ErrCode DisconnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_avrcp_ct_stub.h | 42 ErrCode DisconnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_avrcp_tg_stub.h | 39 ErrCode DisconnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_hfp_ag_stub.h | 37 int32_t DisconnectInner(MessageParcel &data, MessageParcel &reply);
|
H A D | bluetooth_hfp_hf_stub.h | 43 ErrCode DisconnectInner(MessageParcel &data, MessageParcel &reply);
|
/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/connect_callback_stub_test/ |
H A D | connect_callback_stub_test.cpp | 97 * @tc.name: DisconnectInner 107 EXPECT_EQ(object->DisconnectInner(data, reply), OHOS::ERR_NONE); in HWTEST_F()
|