Searched refs:GetSocketOpt (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_socket_service_test.cpp | 266 * @tc.desc: call GetSocketOpt function with with invalid parameter. 281 int32_t ret = GetSocketOpt(socket, levelInvalid, optTypeInvalid, NULL, NULL); in HWTEST_F() 283 ret = GetSocketOpt(socket, levelValid, optTypeInvalid, NULL, NULL); in HWTEST_F() 285 ret = GetSocketOpt(socket, levelValid, optTypeValid, NULL, NULL); in HWTEST_F() 287 ret = GetSocketOpt(socket, levelValid, optTypeValid, temp, NULL); in HWTEST_F() 289 ret = GetSocketOpt(socket, levelValid, optTypeValid, temp, optValueSizeValid); in HWTEST_F()
|
/foundation/communication/dsoftbus/interfaces/inner_kits/transport/ |
H A D | inner_socket.h | 132 int32_t GetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optValueSize);
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_socket_service.c | 274 int32_t GetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optValueSize) in GetSocketOpt() function
|
Completed in 2 milliseconds