Home
last modified time | relevance | path

Searched refs:GetChannelId (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dstream_adaptor_listener.h79 adaptor_->GetListenerCallback()->OnStreamReceived(adaptor_->GetChannelId(),
89 adaptor_->GetListenerCallback()->OnStatusChange(adaptor_->GetChannelId(), status);
96 TRANS_LOGD(TRANS_QOS, "channelId=%{public}" PRId64, adaptor_->GetChannelId());
97 adaptor_->GetListenerCallback()->OnQosEvent(adaptor_->GetChannelId(), eventId, tvCount, tvList);
101 adaptor_->GetChannelId());
108 TRANS_LOGI(TRANS_STREAM, "channelId=%{public}" PRId64, adaptor_->GetChannelId());
109 adaptor_->GetListenerCallback()->OnFrameStats(adaptor_->GetChannelId(), data);
113 adaptor_->GetChannelId());
120 TRANS_LOGI(TRANS_STREAM, "channelId=%{public}" PRId64, adaptor_->GetChannelId());
121 adaptor_->GetListenerCallback()->OnRippleStats(adaptor_->GetChannelId(), dat
[all...]
H A Dstream_adaptor.h50 int64_t GetChannelId();
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/
H A Dstream_adaptor_test.cpp78 EXPECT_EQ(adaptor->GetChannelId(), channelId); in HWTEST_F()
80 EXPECT_EQ(adaptor->GetChannelId(), channelId); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/
H A DSession.h64 virtual int64_t GetChannelId() const = 0;
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_impl.cpp27 int64_t SessionImpl::GetChannelId() const in GetChannelId() function in Communication::SoftBus::SessionImpl
H A Dsession_impl.h67 int64_t GetChannelId() const override;
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/sessionimpl_fuzzer/
H A Dsessionimpl_fuzzer.cpp53 session.GetChannelId(); in SetOpeTest()
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessible_ability_connection.h91 MOCK_METHOD0(GetChannelId, int32_t());
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessible_ability_connection.h73 int32_t GetChannelId();
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/
H A Dstream_adaptor.cpp52 int64_t StreamAdaptor::GetChannelId() in GetChannelId() function in StreamAdaptor
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_impl_test.cpp70 * @tc.desc: Transmission sdk test GetChannelId method.
77 EXPECT_EQ(sessionImpl_.GetChannelId(), TEST_EXPEXT_CHANNELD_ID); in HWTEST_F()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessible_ability_connection.cpp252 int32_t AccessibleAbilityConnection::GetChannelId() in GetChannelId() function in OHOS::Accessibility::AccessibleAbilityConnection
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_connection.cpp244 int32_t AccessibleAbilityConnection::GetChannelId() in GetChannelId() function in OHOS::Accessibility::AccessibleAbilityConnection
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessible_ability_connection_test.cpp630 * @tc.name: GetChannelId
631 * @tc.desc: Test function GetChannelId.
639 EXPECT_EQ(connection->GetChannelId(), CHANNEL_ID); in HWTEST_F()
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_ability_connection_test/
H A Daams_accessibility_ability_connection_test.cpp630 * @tc.name: GetChannelId
631 * @tc.desc: Test function GetChannelId.
639 EXPECT_EQ(connection->GetChannelId(), CHANNEL_ID); in HWTEST_F()

Completed in 7 milliseconds