Searched refs:DATA_SESSION_NAME (Results 1 - 3 of 3) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/ |
H A D | softbus_adapter_test.cpp | 92 std::string sessionName = DATA_SESSION_NAME; in HWTEST_F() 133 std::string sessionName = DATA_SESSION_NAME; in HWTEST_F() 150 std::string sessionName = DATA_SESSION_NAME; in HWTEST_F() 167 std::string sessionName = DATA_SESSION_NAME; in HWTEST_F() 184 std::string sessionName = DATA_SESSION_NAME; in HWTEST_F() 203 std::string sessionName = DATA_SESSION_NAME; in HWTEST_F() 222 std::string sessionName = DATA_SESSION_NAME; in HWTEST_F() 237 std::string sessionName = DATA_SESSION_NAME; in HWTEST_F() 271 std::string sessionName = DATA_SESSION_NAME; in HWTEST_F() 286 std::string mySessionName = DATA_SESSION_NAME; in HWTEST_F() [all...] |
/foundation/distributedhardware/distributed_screen/services/screentransport/screendatachannel/src/ |
H A D | screen_data_channel_impl.cpp | 37 SoftbusAdapter::GetInstance().CreateSoftbusSessionServer(PKG_NAME, DATA_SESSION_NAME, peerDevId_); in CreateSession() 43 ret = SoftbusAdapter::GetInstance().RegisterSoftbusListener(softbusListener, DATA_SESSION_NAME, peerDevId_); in CreateSession() 75 int32_t ret = SoftbusAdapter::GetInstance().RemoveSoftbusSessionServer(PKG_NAME, DATA_SESSION_NAME, peerDevId_); in ReleaseSession() 80 ret = SoftbusAdapter::GetInstance().UnRegisterSoftbusListener(DATA_SESSION_NAME, peerDevId_); in ReleaseSession() 112 int32_t ret = SoftbusAdapter::GetInstance().RegisterSoftbusListener(softbusListener, DATA_SESSION_NAME, peerDevId_); in OpenSession() 118 SoftbusAdapter::GetInstance().OpenSoftbusSession(DATA_SESSION_NAME, DATA_SESSION_NAME, peerDevId_); in OpenSession()
|
/foundation/distributedhardware/distributed_screen/common/include/ |
H A D | dscreen_constants.h | 90 const std::string DATA_SESSION_NAME = "ohos.dhardware.dscreen.data"; member
|
Completed in 3 milliseconds