Searched refs:RemoveSoftbusSessionServer (Results 1 - 5 of 5) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/ |
H A D | softbus_adapter_test.cpp | 119 softbusAdapter.RemoveSoftbusSessionServer(pkgname, sessionName, peerDevId); in HWTEST_F() 138 softbusAdapter.RemoveSoftbusSessionServer(pkgname, sessionName, peerDevId); in HWTEST_F() 247 * @tc.desc: Verify the RemoveSoftbusSessionServer function. 257 int32_t actual = softbusAdapter.RemoveSoftbusSessionServer(pkgname, sessionName, peerDevId); in HWTEST_F() 264 * @tc.desc: Verify the RemoveSoftbusSessionServer function. 274 int32_t actual = softbusAdapter.RemoveSoftbusSessionServer(pkgname, sessionName, peerDevId); in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/softbusadapter/include/ |
H A D | softbus_adapter.h | 43 int32_t RemoveSoftbusSessionServer(const std::string &pkgname, const std::string &sessionName,
|
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/fuzztest/softbusadapter_fuzzer/ |
H A D | softbusadapter_fuzzer.cpp | 168 (void)softbusAdapter->RemoveSoftbusSessionServer(pkgName, sessionName, peerDevId); in SoftbusCreateSoftbusSessionServerFuzzTest() 181 (void)softbusAdapter->RemoveSoftbusSessionServer(pkgName, sessionName, peerDevId); in SoftbusRemoveSoftbusSessionServerFuzzTest()
|
/foundation/distributedhardware/distributed_screen/services/screentransport/screendatachannel/src/ |
H A D | screen_data_channel_impl.cpp | 75 int32_t ret = SoftbusAdapter::GetInstance().RemoveSoftbusSessionServer(PKG_NAME, DATA_SESSION_NAME, peerDevId_); in ReleaseSession() 87 ret = SoftbusAdapter::GetInstance().RemoveSoftbusSessionServer(PKG_NAME, JPEG_SESSION_NAME, peerDevId_); in ReleaseSession()
|
/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/ |
H A D | softbus_adapter.cpp | 153 int32_t SoftbusAdapter::RemoveSoftbusSessionServer(const std::string &pkgname, const std::string &sessionName, in RemoveSoftbusSessionServer() function in OHOS::DistributedHardware::SoftbusAdapter
|
Completed in 3 milliseconds