Home
last modified time | relevance | path

Searched refs:softbusSession (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_session.cpp58 if (softbusSession == nullptr) {
74 if (softbusSession == nullptr) {
91 if (softbusSession == nullptr) {
112 if (softbusSession == nullptr) {
134 if (softbusSession == nullptr) {
175 if (softbusSession == nullptr) {
190 if (softbusSession == nullptr) {
207 if (softbusSession == nullptr) {
223 if (softbusSession == nullptr) {
238 if (softbusSession == nullptr) {
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussession_fuzzer/
H A Dsoftbus_session_fuzzer.cpp80 softbusSession->OnSessionOpened(result, result); in SoftBusSessionFuzzTest()
81 softbusSession->OpenAuthSession(str); in SoftBusSessionFuzzTest()
82 softbusSession->CloseAuthSession(sessionId); in SoftBusSessionFuzzTest()
84 softbusSession->OnUnbindSessionOpened(sessionId, info); in SoftBusSessionFuzzTest()
85 softbusSession->OpenUnbindSession(str); in SoftBusSessionFuzzTest()
86 softbusSession->CloseUnbindSession(sessionId); in SoftBusSessionFuzzTest()
87 softbusSession->GetPeerDeviceId(sessionId, str); in SoftBusSessionFuzzTest()
88 softbusSession->SendData(sessionId, str); in SoftBusSessionFuzzTest()
89 softbusSession->SendHeartbeatData(sessionId, str); in SoftBusSessionFuzzTest()
90 softbusSession->OnSessionClosed(result); in SoftBusSessionFuzzTest()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussessionobject_fuzzer/
H A Dsoftbus_session_object_fuzzer.cpp81 std::shared_ptr<SoftbusSession> softbusSession = std::make_shared<SoftbusSession>(); in SoftBusSessionFuzzTest() local
82 softbusSession->RegisterSessionCallback(std::make_shared<SoftbusSessionCallbackTest>()); in SoftBusSessionFuzzTest()
83 softbusSession->iSocketListener_.OnBytes(socket, data, size); in SoftBusSessionFuzzTest()
84 softbusSession->iSocketListener_.OnShutdown(socket, reason); in SoftBusSessionFuzzTest()
85 softbusSession->iSocketListener_.OnQos(socket, eventId, qos, qosCount); in SoftBusSessionFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/onsessionopened_fuzzer/
H A Don_session_opened_fuzzer.cpp79 std::shared_ptr<SoftbusSession> softbusSession = std::make_shared<SoftbusSession>(); in OnSessionOpenedFuzzTest() local
80 softbusSession->RegisterSessionCallback(std::make_shared<SoftbusSessionCallbackTest>()); in OnSessionOpenedFuzzTest()
81 softbusSession->OnSessionOpened(sessionId, result); in OnSessionOpenedFuzzTest()
82 softbusSession->OnSessionClosed(sessionId); in OnSessionOpenedFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/onbytesreceived_fuzzer/
H A Don_bytes_received_fuzzer.cpp72 std::shared_ptr<SoftbusSession> softbusSession = std::make_shared<SoftbusSession>(); in OnBytesReceivedFuzzTest() local
73 softbusSession->RegisterSessionCallback(std::make_shared<SoftbusSessionCallbackTest>()); in OnBytesReceivedFuzzTest()
74 softbusSession->OnBytesReceived(sessionId, data, size); in OnBytesReceivedFuzzTest()