Home
last modified time | relevance | path

Searched refs:RemoveCastDevice (Results 1 - 9 of 9) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/
H A Dwfd_source_demo.cpp109 void WfdSourceDemo::RemoveCastDevice(const std::string deviceId) in RemoveCastDevice() function in WfdSourceDemo
143 case 6: // 6: RemoveCastDevice in ExecuteCmd()
144 RemoveCastDevice(deviceId); in ExecuteCmd()
155 {"AddCastDevice", 5}, {"RemoveCastDevice", 6}}; in DoCmd()
167 case 6: // 6: RemoveCastDevice in DoCmd()
218 listener->RemoveCastDevice(g_deviceId); in OnInfo()
258 {"5", "AddCastDevice"}, {"6", "RemoveCastDevice"}}; in TestOneByOne()
263 "5-AddCastDevice; 6-RemoveCastDevice\n"; in TestOneByOne()
H A Dwfd_source_demo.h36 void RemoveCastDevice(const std::string deviceId);
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Dav_cast_provider.h134 virtual bool RemoveCastDevice(int castId, DeviceInfo deviceInfo) = 0;
/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider.h46 bool RemoveCastDevice(int castId, DeviceInfo deviceInfo) override;
H A Davrouter_impl.cpp325 providerManagerMap_[providerNumber]->provider_->RemoveCastDevice(castId, in StopCast()
H A Dhw_cast_provider.cpp192 bool HwCastProvider::RemoveCastDevice(int castId, DeviceInfo deviceInfo) in RemoveCastDevice() function in HwCastProvider
194 SLOGI("RemoveCastDevice with config castSession and corresonding castId is %{public}d", castId); in RemoveCastDevice()
/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_supplement_test.cpp210 * @tc.desc: test RemoveCastDevice
222 bool ret = hwCastProvider->RemoveCastDevice(castId, deviceInfo); in HWTEST()
229 * @tc.desc: test RemoveCastDevice
242 bool ret = hwCastProvider->RemoveCastDevice(castId, deviceInfo); in HWTEST()
249 * @tc.desc: test RemoveCastDevice
263 bool ret = hwCastProvider->RemoveCastDevice(castId, deviceInfo); in HWTEST()
H A Dhw_cast_test.cpp1111 EXPECT_EQ(hwCastProvider->RemoveCastDevice(castId, deviceInfo), false); in HWTEST()
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davcast_controller_test.cpp790 EXPECT_EQ(hwCastProvider.RemoveCastDevice(1, deviceInfo1), false); in HWTEST_F()

Completed in 7 milliseconds