/foundation/communication/dsoftbus/tests/sdk/transmission/demo/transport/ |
H A D | sendbytes_message_demo.c | 42 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 D | sendstream_demo.c | 42 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 D | openauthsession_demo.c | 36 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 D | sendfile_demo.c | 44 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 D | dfs_demo.c | 44 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function 76 .OnSessionOpened = OnSessionOpened,
|
H A D | getsessioninfo_demo.c | 49 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 D | createsessionserver_fuzzer.cpp | 26 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 D | on_session_opened_fuzzer.cpp | 34 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 D | checkpermission_test.cpp | 39 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 D | ble_auth_channel_phone_test.cpp | 88 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 D | softbus_agent.cpp | 96 .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 D | softbus_session_dispatcher.cpp | 81 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 D | dmslite_session.c | 48 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 D | dsoftbus_app_dfile.cpp | 113 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 D | dsoftbus_app_dfile.c | 106 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 D | softbus_session_fuzzer.cpp | 31 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 D | trans_test.cpp | 126 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 D | clienttranssessionmanager_fuzzer.cpp | 24 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 D | pinholder_session_callback.h | 23 virtual void OnSessionOpened(int32_t sessionId, int32_t sessionSide, int32_t result) = 0;
|
/foundation/distributedhardware/distributed_screen/services/common/screen_channel/include/ |
H A D | iscreen_channel_listener.h | 28 virtual void OnSessionOpened() = 0;
|
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/ |
H A D | softbus_session_callback.h | 23 virtual void OnSessionOpened(int32_t sessionId, int32_t sessionSide, int32_t result) = 0;
|
/foundation/distributedhardware/distributed_screen/services/softbusadapter/include/ |
H A D | isoftbus_listener.h | 29 virtual void OnSessionOpened(int32_t sessionId, PeerSocketInfo info) = 0;
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/ |
H A D | i_softbus_listener.h | 26 virtual void OnSessionOpened(int socket, int result) = 0;
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/qos/ |
H A D | trans_qos_stat_server_test.cpp | 93 .OnSessionOpened = OnSessionOpend, 102 .OnSessionOpened = OnSessionOpend,
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/ble/board/ |
H A D | ble_auth_channel_test.cpp | 113 static int32_t OnSessionOpened(int32_t sessionId, int32_t result) in OnSessionOpened() function 148 .OnSessionOpened = OnSessionOpened,
|