Searched refs:SetSocketOpt (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_socket_service_test.cpp | 237 * @tc.desc: call SetSocketOpt function with with invalid parameter. 252 int32_t ret = SetSocketOpt(socket, levelInvalid, optTypeInvalid, NULL, optValueSizeInvalid); in HWTEST_F() 254 ret = SetSocketOpt(socket, levelValid, optTypeInvalid, NULL, optValueSizeInvalid); in HWTEST_F() 256 ret = SetSocketOpt(socket, levelValid, optTypeValid, NULL, optValueSizeInvalid); in HWTEST_F() 258 ret = SetSocketOpt(socket, levelValid, optTypeValid, temp, optValueSizeInvalid); in HWTEST_F() 260 ret = SetSocketOpt(socket, levelValid, optTypeValid, temp, optValueSizeValid); in HWTEST_F()
|
/foundation/communication/dsoftbus/interfaces/inner_kits/transport/ |
H A D | inner_socket.h | 116 int32_t SetSocketOpt(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 | 251 int32_t SetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t optValueSize) in SetSocketOpt() function
|
Completed in 2 milliseconds