Home
last modified time | relevance | path

Searched refs:clientOut (Results 1 - 15 of 15) sorted by relevance

/base/security/device_auth/test/fuzztest/session_manager/session/v2/auth_sub_session/authsubsession_fuzzer/
H A Dauthsubsession_fuzzer.cpp72 CJson *clientOut = nullptr; in AuthSubSessionTest02() local
80 res = client->start(client, &clientOut); in AuthSubSessionTest02()
82 while (clientOut != nullptr || serverOut != nullptr) { in AuthSubSessionTest02()
83 if (clientOut != nullptr) { in AuthSubSessionTest02()
84 res = server->process(server, clientOut, &serverOut); in AuthSubSessionTest02()
85 FreeJson(clientOut); in AuthSubSessionTest02()
86 clientOut = nullptr; in AuthSubSessionTest02()
88 res = client->process(client, serverOut, &clientOut); in AuthSubSessionTest02()
116 CJson *clientOut = nullptr; in AuthSubSessionTest03() local
119 res = client->start(client, &clientOut); in AuthSubSessionTest03()
163 CJson *clientOut = nullptr; AuthSubSessionTest05() local
206 CJson *clientOut = nullptr; AuthSubSessionTest06() local
253 CJson *clientOut = nullptr; AuthSubSessionTest08() local
297 CJson *clientOut = nullptr; AuthSubSessionTest09() local
[all...]
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/
H A Dauth_sub_session_test.cpp126 CJson *clientOut = nullptr; in HWTEST_F() local
138 res = client->start(client, &clientOut); in HWTEST_F()
141 while (clientOut != nullptr || serverOut != nullptr) { in HWTEST_F()
142 if (clientOut != nullptr) { in HWTEST_F()
143 res = server->process(server, clientOut, &serverOut); in HWTEST_F()
145 FreeJson(clientOut); in HWTEST_F()
146 clientOut = nullptr; in HWTEST_F()
148 res = client->process(client, serverOut, &clientOut); in HWTEST_F()
184 CJson *clientOut = nullptr; in HWTEST_F() local
187 res = client->start(client, &clientOut); in HWTEST_F()
242 CJson *clientOut = nullptr; HWTEST_F() local
300 CJson *clientOut = nullptr; HWTEST_F() local
358 CJson *clientOut = nullptr; HWTEST_F() local
416 CJson *clientOut = nullptr; HWTEST_F() local
743 CJson *clientOut = nullptr; LoopProcess() local
[all...]
/base/security/device_auth/test/fuzztest/protocol/ecspeke_fuzzer/
H A Decspeke_fuzzer.cpp71 CJson *clientOut = nullptr; in ECSpekeTest02() local
79 res = client->start(client, &clientOut); in ECSpekeTest02()
81 while (clientOut != nullptr || serverOut != nullptr) { in ECSpekeTest02()
82 if (clientOut != nullptr) { in ECSpekeTest02()
83 res = server->process(server, clientOut, &serverOut); in ECSpekeTest02()
84 FreeJson(clientOut); in ECSpekeTest02()
85 clientOut = nullptr; in ECSpekeTest02()
87 res = client->process(client, serverOut, &clientOut); in ECSpekeTest02()
115 CJson *clientOut = nullptr; in ECSpekeTest03() local
123 res = client->start(client, &clientOut); in ECSpekeTest03()
159 CJson *clientOut = nullptr; ECSpekeTest04() local
[all...]
/base/security/device_auth/test/fuzztest/protocol/dlspeke_fuzzer/
H A Ddlspeke_fuzzer.cpp71 CJson *clientOut = nullptr; in DlSpekeTest02() local
79 res = client->start(client, &clientOut); in DlSpekeTest02()
81 while (clientOut != nullptr || serverOut != nullptr) { in DlSpekeTest02()
82 if (clientOut != nullptr) { in DlSpekeTest02()
83 res = server->process(server, clientOut, &serverOut); in DlSpekeTest02()
84 FreeJson(clientOut); in DlSpekeTest02()
85 clientOut = nullptr; in DlSpekeTest02()
87 res = client->process(client, serverOut, &clientOut); in DlSpekeTest02()
115 CJson *clientOut = nullptr; in DlSpekeTest03() local
123 res = client->start(client, &clientOut); in DlSpekeTest03()
159 CJson *clientOut = nullptr; DlSpekeTest04() local
[all...]
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/protocol_lib/
H A Dec_speke_protocol_test.cpp122 CJson *clientOut = nullptr; in HWTEST_F() local
134 res = client->start(client, &clientOut); in HWTEST_F()
137 while (clientOut != nullptr || serverOut != nullptr) { in HWTEST_F()
138 if (clientOut != nullptr) { in HWTEST_F()
139 res = server->process(server, clientOut, &serverOut); in HWTEST_F()
141 FreeJson(clientOut); in HWTEST_F()
142 clientOut = nullptr; in HWTEST_F()
144 res = client->process(client, serverOut, &clientOut); in HWTEST_F()
180 CJson *clientOut = nullptr; in HWTEST_F() local
192 res = client->start(client, &clientOut); in HWTEST_F()
238 CJson *clientOut = nullptr; HWTEST_F() local
595 CJson *clientOut = nullptr; LoopProcess() local
[all...]
H A Ddl_speke_protocol_test.cpp122 CJson *clientOut = nullptr; in HWTEST_F() local
134 res = client->start(client, &clientOut); in HWTEST_F()
137 while (clientOut != nullptr || serverOut != nullptr) { in HWTEST_F()
138 if (clientOut != nullptr) { in HWTEST_F()
139 res = server->process(server, clientOut, &serverOut); in HWTEST_F()
141 FreeJson(clientOut); in HWTEST_F()
142 clientOut = nullptr; in HWTEST_F()
144 res = client->process(client, serverOut, &clientOut); in HWTEST_F()
180 CJson *clientOut = nullptr; in HWTEST_F() local
192 res = client->start(client, &clientOut); in HWTEST_F()
238 CJson *clientOut = nullptr; HWTEST_F() local
587 CJson *clientOut = nullptr; LoopProcess() local
[all...]
H A Diso_protocol_test.cpp119 CJson *clientOut = nullptr; in HWTEST_F() local
131 res = client->start(client, &clientOut); in HWTEST_F()
134 while (clientOut != nullptr || serverOut != nullptr) { in HWTEST_F()
135 if (clientOut != nullptr) { in HWTEST_F()
136 res = server->process(server, clientOut, &serverOut); in HWTEST_F()
138 FreeJson(clientOut); in HWTEST_F()
139 clientOut = nullptr; in HWTEST_F()
141 res = client->process(client, serverOut, &clientOut); in HWTEST_F()
177 CJson *clientOut = nullptr; in HWTEST_F() local
180 res = client->start(client, &clientOut); in HWTEST_F()
534 CJson *clientOut = nullptr; LoopProcess() local
[all...]
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/
H A Dexpand_sub_session_test.cpp133 CJson *clientOut = nullptr; in HWTEST_F() local
136 res = client->start(client, &clientOut); in HWTEST_F()
138 ASSERT_NE(clientOut, nullptr); in HWTEST_F()
140 res = server->process(server, clientOut, &serverOut); in HWTEST_F()
141 FreeJson(clientOut); in HWTEST_F()
142 clientOut = nullptr; in HWTEST_F()
147 res = client->process(client, serverOut, &clientOut); in HWTEST_F()
151 ASSERT_EQ(clientOut, nullptr); in HWTEST_F()
386 CJson *clientOut = nullptr; in LoopProcess() local
388 int32_t res = client->start(client, &clientOut); in LoopProcess()
[all...]
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/
H A Dpub_key_exchange_test.cpp108 CJson *clientOut = nullptr; in HWTEST_F() local
111 int32_t res = client->start(client, &clientOut); in HWTEST_F()
113 ASSERT_NE(clientOut, nullptr); in HWTEST_F()
117 res = server->process(server, clientOut, &serverOut, &serverState); in HWTEST_F()
118 FreeJson(clientOut); in HWTEST_F()
119 clientOut = nullptr; in HWTEST_F()
124 res = client->process(client, serverOut, &clientOut, &clientState); in HWTEST_F()
128 ASSERT_EQ(clientOut, nullptr); in HWTEST_F()
402 CJson *clientOut = nullptr; in TestMemoryInner() local
404 int32_t res = client->start(client, &clientOut); in TestMemoryInner()
[all...]
H A Dauth_code_import_test.cpp108 CJson *clientOut = nullptr; in HWTEST_F() local
111 int32_t res = client->start(client, &clientOut); in HWTEST_F()
113 ASSERT_NE(clientOut, nullptr); in HWTEST_F()
117 res = server->process(server, clientOut, &serverOut, &serverState); in HWTEST_F()
118 FreeJson(clientOut); in HWTEST_F()
119 clientOut = nullptr; in HWTEST_F()
124 res = client->process(client, serverOut, &clientOut, &clientState); in HWTEST_F()
128 ASSERT_EQ(clientOut, nullptr); in HWTEST_F()
402 CJson *clientOut = nullptr; in TestMemoryInner() local
404 int32_t res = client->start(client, &clientOut); in TestMemoryInner()
[all...]
H A Dsave_trusted_info_test.cpp238 CJson *clientOut = nullptr; in HWTEST_F() local
242 res = client->start(client, &clientOut); in HWTEST_F()
244 ASSERT_NE(clientOut, nullptr); in HWTEST_F()
249 res = server->process(server, clientOut, &serverOut, &serverState); in HWTEST_F()
250 FreeJson(clientOut); in HWTEST_F()
251 clientOut = nullptr; in HWTEST_F()
257 res = client->process(client, serverOut, &clientOut, &clientState); in HWTEST_F()
261 ASSERT_EQ(clientOut, nullptr); in HWTEST_F()
286 CJson *clientOut = nullptr; in HWTEST_F() local
290 res = client->start(client, &clientOut); in HWTEST_F()
590 CJson *clientOut = nullptr; TestMemoryInner() local
[all...]
/base/security/device_auth/test/fuzztest/protocol/iso_fuzzer/
H A Diso_fuzzer.cpp68 CJson *clientOut = nullptr; in IsoTest02() local
76 res = client->start(client, &clientOut); in IsoTest02()
78 while (clientOut != nullptr || serverOut != nullptr) { in IsoTest02()
79 if (clientOut != nullptr) { in IsoTest02()
80 res = server->process(server, clientOut, &serverOut); in IsoTest02()
81 FreeJson(clientOut); in IsoTest02()
82 clientOut = nullptr; in IsoTest02()
84 res = client->process(client, serverOut, &clientOut); in IsoTest02()
112 CJson *clientOut = nullptr; in IsoTest03() local
115 res = client->start(client, &clientOut); in IsoTest03()
[all...]
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/pubkeyexchange_fuzzer/
H A Dpubkeyexchange_fuzzer.cpp60 CJson *clientOut = nullptr; in PubkeyExchangeTest02() local
63 int32_t res = client->start(client, &clientOut); in PubkeyExchangeTest02()
67 res = server->process(server, clientOut, &serverOut, &serverState); in PubkeyExchangeTest02()
68 FreeJson(clientOut); in PubkeyExchangeTest02()
69 clientOut = nullptr; in PubkeyExchangeTest02()
71 res = client->process(client, serverOut, &clientOut, &clientState); in PubkeyExchangeTest02()
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expandsubsession_fuzzer/
H A Dexpandsubsession_fuzzer.cpp77 CJson *clientOut = nullptr; in ExpandSubSessionTest02() local
80 res = client->start(client, &clientOut); in ExpandSubSessionTest02()
82 res = server->process(server, clientOut, &serverOut); in ExpandSubSessionTest02()
83 FreeJson(clientOut); in ExpandSubSessionTest02()
84 clientOut = nullptr; in ExpandSubSessionTest02()
86 res = client->process(client, serverOut, &clientOut); in ExpandSubSessionTest02()
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/authcodeimport_fuzzer/
H A Dauthcodeimport_fuzzer.cpp69 CJson *clientOut = nullptr; in AuthCodeImportTest002() local
72 int32_t res = client->start(client, &clientOut); in AuthCodeImportTest002()
76 if (clientOut == nullptr) { in AuthCodeImportTest002()
81 res = server->process(server, clientOut, &serverOut, &serverState); in AuthCodeImportTest002()
82 FreeJson(clientOut); in AuthCodeImportTest002()
83 clientOut = nullptr; in AuthCodeImportTest002()
93 res = client->process(client, serverOut, &clientOut, &clientState); in AuthCodeImportTest002()
99 if (clientOut != nullptr) { in AuthCodeImportTest002()

Completed in 15 milliseconds