Home
last modified time | relevance | path

Searched refs:SendParcel (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter.cpp63 int32_t DSoftbusAdapter::SendParcel(const std::string &networkId, Parcel &parcel) in SendParcel() function in OHOS::Msdp::DeviceStatus::DSoftbusAdapter
65 return DSoftbusAdapterImpl::GetInstance()->SendParcel(networkId, parcel); in SendParcel()
H A Ddsoftbus_adapter_impl.cpp210 int32_t DSoftbusAdapterImpl::SendParcel(const std::string &networkId, Parcel &parcel) in SendParcel() function in OHOS::Msdp::DeviceStatus::DSoftbusAdapterImpl
/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/include/
H A Ddsoftbus_adapter.h43 int32_t SendParcel(const std::string &networkId, Parcel &parcel) override;
H A Ddsoftbus_adapter_impl.h83 int32_t SendParcel(const std::string &networkId, Parcel &parcel) override;
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_dsoftbus_adapter.h56 virtual int32_t SendParcel(const std::string &networkId, Parcel &parcel) = 0;
/foundation/multimodalinput/input/intention/adapters/test/unittest/src/
H A Ddsoftbus_adapter_test.cpp260 * @tc.desc: Test SendParcel
264 HWTEST_F(DsoftbusAdapterTest, SendParcel, TestSize.Level1) in HWTEST_F()
271 ASSERT_NO_FATAL_FAILURE(dSoftbusAdapter.SendParcel(networkId, parcel)); in HWTEST_F()
452 * @tc.desc: Test SendParcel
466 ASSERT_NO_FATAL_FAILURE(DSoftbusAdapterImpl::GetInstance()->SendParcel(networkId, parcel)); in HWTEST_F()

Completed in 3 milliseconds