Searched refs:RemoveSoftbusSessionServer (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/ |
H A D | softbus_adapter_test.cpp | 119 softbusAdapter.RemoveSoftbusSessionServer(pkgname, sessionName, peerDevId); 138 softbusAdapter.RemoveSoftbusSessionServer(pkgname, sessionName, peerDevId); 257 int32_t actual = softbusAdapter.RemoveSoftbusSessionServer(pkgname, sessionName, peerDevId); 274 int32_t actual = softbusAdapter.RemoveSoftbusSessionServer(pkgname, sessionName, peerDevId);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/ |
H A D | softbus_adapter.h | 34 int32_t RemoveSoftbusSessionServer(const std::string &pkgname, const std::string &sessionName);
|
/ohos5.0/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()
|
/ohos5.0/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,
|
/ohos5.0/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… in ReleaseSession() 87 …ret = SoftbusAdapter::GetInstance().RemoveSoftbusSessionServer(PKG_NAME, JPEG_SESSION_NAME, peerDe… in ReleaseSession()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_adapter.cpp | 109 int32_t SoftbusAdapter::RemoveSoftbusSessionServer(const std::string &pkgname, const std::string &s… in RemoveSoftbusSessionServer() function in OHOS::DistributedHardware::SoftbusAdapter
|
H A D | softbus_listener.cpp | 461 SoftbusAdapter::GetInstance().RemoveSoftbusSessionServer(DM_PKG_NAME, DM_UNBIND_SESSION_NAME); in ~SoftbusListener()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/ |
H A D | UTTest_softbus_adapter.cpp | 53 int32_t ret = SoftbusAdapter::GetInstance().RemoveSoftbusSessionServer(pkgName, sessionName);
|
/ohos5.0/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 &s… in RemoveSoftbusSessionServer() function in OHOS::DistributedHardware::SoftbusAdapter
|