Searched refs:RemoveCastDevice (Results 1 - 9 of 9) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/ |
H A D | wfd_source_demo.cpp | 109 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 D | wfd_source_demo.h | 36 void RemoveCastDevice(const std::string deviceId);
|
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | av_cast_provider.h | 134 virtual bool RemoveCastDevice(int castId, DeviceInfo deviceInfo) = 0;
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | hw_cast_provider.h | 46 bool RemoveCastDevice(int castId, DeviceInfo deviceInfo) override;
|
H A D | avrouter_impl.cpp | 325 providerManagerMap_[providerNumber]->provider_->RemoveCastDevice(castId, in StopCast()
|
H A D | hw_cast_provider.cpp | 192 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 D | hw_cast_supplement_test.cpp | 210 * @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 D | hw_cast_test.cpp | 1111 EXPECT_EQ(hwCastProvider->RemoveCastDevice(castId, deviceInfo), false); in HWTEST()
|
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avcast_controller_test.cpp | 790 EXPECT_EQ(hwCastProvider.RemoveCastDevice(1, deviceInfo1), false); in HWTEST_F()
|
Completed in 8 milliseconds