Home
last modified time | relevance | path

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

/base/msdp/device_status/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.cpp216 int32_t DSoftbusAdapterImpl::SendParcel(const std::string &networkId, Parcel &parcel) in SendParcel() function in OHOS::Msdp::DeviceStatus::DSoftbusAdapterImpl
/base/msdp/device_status/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.h84 int32_t SendParcel(const std::string &networkId, Parcel &parcel) override;
112 SendParcel
/base/msdp/device_status/intention/prototype/include/
H A Di_dsoftbus_adapter.h56 virtual int32_t SendParcel(const std::string &networkId, Parcel &parcel) = 0;
/base/msdp/device_status/test/unittest/intention/adapters/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()
/base/msdp/device_status/test/fuzztest/dsoftbusadapter_fuzzer/
H A Ddsoftbusadapter_fuzzer.cpp168 DSoftbusAdapterImpl::GetInstance()->SendParcel(networkId, parcel); in SendPacketFuzzTest()

Completed in 4 milliseconds