Home
last modified time | relevance | path

Searched refs:GetSocketOpt (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_socket_service_test.cpp266 * @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 Dinner_socket.h132 int32_t GetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optValueSize);
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_service.c274 int32_t GetSocketOpt(int32_t socket, OptLevel level, OptType optType, void *optValue, int32_t *optValueSize) in GetSocketOpt() function

Completed in 2 milliseconds