Home
last modified time | relevance | path

Searched refs:OnSessionOpened (Results 1 - 25 of 121) sorted by relevance

12345

/foundation/communication/dsoftbus/tests/sdk/transmission/demo/transport/
H A Dsendbytes_message_demo.c42 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
67 .OnSessionOpened = OnSessionOpened,
120 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
142 .OnSessionOpened = OnSessionOpened,
159 * 2. Upon receiving the session open notification via OnSessionOpened(), device B waits for device A to send data. in main()
H A Dsendstream_demo.c42 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
62 .OnSessionOpened = OnSessionOpened,
113 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
131 .OnSessionOpened = OnSessionOpened,
147 * 2. Upon receiving the session open notification via OnSessionOpened(), device B waits for device A to send data. in main()
H A Dopenauthsession_demo.c36 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
61 .OnSessionOpened = OnSessionOpened,
104 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
126 .OnSessionOpened = OnSessionOpened,
143 * OnSessionOpened is called to notify device B that the identity authentication session is successfully opened. in main()
H A Dsendfile_demo.c44 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
58 .OnSessionOpened = OnSessionOpened,
140 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
152 .OnSessionOpened = OnSessionOpened,
202 * 3. Upon receiving the session open notification via OnSessionOpened(), device B waits for device A to send files. in main()
H A Ddfs_demo.c44 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
76 .OnSessionOpened = OnSessionOpened,
H A Dgetsessioninfo_demo.c49 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
81 .OnSessionOpened = OnSessionOpened,
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/createsessionserver_fuzzer/
H A Dcreatesessionserver_fuzzer.cpp26 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
38 .OnSessionOpened = OnSessionOpened,
/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsessionopened_fuzzer/
H A Don_session_opened_fuzzer.cpp34 void OnSessionOpened(int32_t sessionId, int32_t sessionSide, int32_t result) override
71 softbusSession->OnSessionOpened(sessionId, result); in OnSessionOpenedFuzzTest()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/monitor_permission_test/
H A Dcheckpermission_test.cpp39 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
45 .OnSessionOpened = OnSessionOpened,
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/ble/phone/
H A Dble_auth_channel_phone_test.cpp88 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
114 .OnSessionOpened = OnSessionOpened,
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp96 .OnBind = SoftbusSessionDispatcher::OnSessionOpened, in JoinDomain()
163 .OnBind = SoftbusSessionDispatcher::OnSessionOpened, in OpenSession()
204 SoftbusSessionDispatcher::OnSessionOpened(socketId, peerSocketInfo); in OpenSession()
219 .OnBind = SoftbusSessionDispatcher::OnSessionOpened, in OpenApSession()
252 SoftbusSessionDispatcher::OnSessionOpened(socketId, peerSocketInfo); in OpenApSession()
280 void SoftbusAgent::OnSessionOpened(const int32_t sessionId, PeerSocketInfo info) in OnSessionOpened() function in OHOS::Storage::DistributedFile::SoftbusAgent
282 LOGI("OnSessionOpened sessionId = %{public}d", sessionId); in OnSessionOpened()
H A Dsoftbus_session_dispatcher.cpp81 void SoftbusSessionDispatcher::OnSessionOpened(int32_t sessionId, PeerSocketInfo info) in OnSessionOpened() function in OHOS::Storage::DistributedFile::SoftbusSessionDispatcher
83 LOGI("OnSessionOpened Enter sessionId = %{public}d", sessionId); in OnSessionOpened()
92 spt->OnSessionOpened(sessionId, info); in OnSessionOpened()
/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_session.c48 static int32_t OnSessionOpened(int32_t sessionId, int result);
56 .OnSessionOpened = OnSessionOpened,
137 int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
139 HILOGD("[OnSessionOpened result = %d]", result); in OnSessionOpened()
142 HILOGD("[OnSessionOpened errCode = %d]", result); in OnSessionOpened()
155 HILOGD("[OnSessionOpened SendRequest errCode = %d]", ret); in OnSessionOpened()
169 HILOGD("[OnSessionOpened SendBytes errCode = %d]", ret); in HandleSessionOpened()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Ddsoftbus_app_dfile.cpp113 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
142 g_sessionlistener.OnSessionOpened = OnSessionOpened; in TestSessionListenerInit()
299 g_sessionlistener.OnSessionOpened = OnSessionOpenRecvFile; in TestReceiveFile()
H A Ddsoftbus_app_dfile.c106 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
137 g_sessionlistener.OnSessionOpened = OnSessionOpened; in TestSessionListenerInit()
283 g_sessionlistener.OnSessionOpened = OnSessionOpenRecvFile; in TestReceiveFile()
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussession_fuzzer/
H A Dsoftbus_session_fuzzer.cpp31 void OnSessionOpened(int32_t sessionId, int32_t sessionSide, int32_t result) override
69 softbusSession->OnSessionOpened(result, result); in SoftBusSessionFuzzTest()
/foundation/communication/dsoftbus/tests/sdk/transmission/benchmarktest/
H A Dtrans_test.cpp126 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
141 .OnSessionOpened = OnSessionOpened,
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranssessionmanager_fuzzer/
H A Dclienttranssessionmanager_fuzzer.cpp24 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
35 .OnSessionOpened = OnSessionOpened,
/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dpinholder_session_callback.h23 virtual void OnSessionOpened(int32_t sessionId, int32_t sessionSide, int32_t result) = 0;
/foundation/distributedhardware/distributed_screen/services/common/screen_channel/include/
H A Discreen_channel_listener.h28 virtual void OnSessionOpened() = 0;
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_session_callback.h23 virtual void OnSessionOpened(int32_t sessionId, int32_t sessionSide, int32_t result) = 0;
/foundation/distributedhardware/distributed_screen/services/softbusadapter/include/
H A Disoftbus_listener.h29 virtual void OnSessionOpened(int32_t sessionId, PeerSocketInfo info) = 0;
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/
H A Di_softbus_listener.h26 virtual void OnSessionOpened(int socket, int result) = 0;
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/qos/
H A Dtrans_qos_stat_server_test.cpp93 .OnSessionOpened = OnSessionOpend,
102 .OnSessionOpened = OnSessionOpend,
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/ble/board/
H A Dble_auth_channel_test.cpp113 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function
148 .OnSessionOpened = OnSessionOpened,

Completed in 12 milliseconds

12345