Searched refs:SendParcel (Results 1 - 7 of 7) sorted by relevance
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/ |
H A D | dsoftbus_adapter.cpp | 63 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 D | dsoftbus_adapter_impl.cpp | 216 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 D | dsoftbus_adapter.h | 43 int32_t SendParcel(const std::string &networkId, Parcel &parcel) override;
|
H A D | dsoftbus_adapter_impl.h | 84 int32_t SendParcel(const std::string &networkId, Parcel &parcel) override; 112 SendParcel
|
/base/msdp/device_status/intention/prototype/include/ |
H A D | i_dsoftbus_adapter.h | 56 virtual int32_t SendParcel(const std::string &networkId, Parcel &parcel) = 0;
|
/base/msdp/device_status/test/unittest/intention/adapters/src/ |
H A D | dsoftbus_adapter_test.cpp | 260 * @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 D | dsoftbusadapter_fuzzer.cpp | 168 DSoftbusAdapterImpl::GetInstance()->SendParcel(networkId, parcel); in SendPacketFuzzTest()
|
Completed in 4 milliseconds