Home
last modified time | relevance | path

Searched refs:DATA_SESSION_NAME (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/
H A Dsoftbus_adapter_test.cpp92 std::string sessionName = DATA_SESSION_NAME;
133 std::string sessionName = DATA_SESSION_NAME;
150 std::string sessionName = DATA_SESSION_NAME;
167 std::string sessionName = DATA_SESSION_NAME;
184 std::string sessionName = DATA_SESSION_NAME;
203 std::string sessionName = DATA_SESSION_NAME;
222 std::string sessionName = DATA_SESSION_NAME;
237 std::string sessionName = DATA_SESSION_NAME;
271 std::string sessionName = DATA_SESSION_NAME;
286 std::string mySessionName = DATA_SESSION_NAME;
[all …]
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screendatachannel/src/
H A Dscreen_data_channel_impl.cpp37 … SoftbusAdapter::GetInstance().CreateSoftbusSessionServer(PKG_NAME, DATA_SESSION_NAME, peerDevId_); in CreateSession()
43 …ret = SoftbusAdapter::GetInstance().RegisterSoftbusListener(softbusListener, DATA_SESSION_NAME, pe… in CreateSession()
75 … SoftbusAdapter::GetInstance().RemoveSoftbusSessionServer(PKG_NAME, DATA_SESSION_NAME, peerDevId_); in ReleaseSession()
80 ret = SoftbusAdapter::GetInstance().UnRegisterSoftbusListener(DATA_SESSION_NAME, peerDevId_); in ReleaseSession()
112 …tbusAdapter::GetInstance().RegisterSoftbusListener(softbusListener, DATA_SESSION_NAME, peerDevId_); in OpenSession()
118 …SoftbusAdapter::GetInstance().OpenSoftbusSession(DATA_SESSION_NAME, DATA_SESSION_NAME, peerDevId_); in OpenSession()
/ohos5.0/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h90 const std::string DATA_SESSION_NAME = "ohos.dhardware.dscreen.data"; variable