Searched refs:INT_TYPE (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/ |
H A D | stream_common.h | 118 INT_TYPE, enumerator 135 explicit StreamAttr(int value) : type_(INT_TYPE), intVal_(value) {} in StreamAttr()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | vtp_stream_socket.cpp | 51 case INT_TYPE: in PrintOptionInfo() 142 InsertElementToFuncMap(TOS, INT_TYPE, &VtpStreamSocket::SetIpTos, &VtpStreamSocket::GetIpTos); in VtpStreamSocket() 143 InsertElementToFuncMap(FD, INT_TYPE, nullptr, &VtpStreamSocket::GetStreamSocketFd); in VtpStreamSocket() 144 InsertElementToFuncMap(SERVER_FD, INT_TYPE, nullptr, &VtpStreamSocket::GetListenSocketFd); in VtpStreamSocket() 145 InsertElementToFuncMap(LOCAL_IP, INT_TYPE, nullptr, &VtpStreamSocket::GetIp); in VtpStreamSocket() 146 InsertElementToFuncMap(LOCAL_PORT, INT_TYPE, nullptr, &VtpStreamSocket::GetPort); in VtpStreamSocket() 148 InsertElementToFuncMap(REMOTE_PORT, INT_TYPE, nullptr, &VtpStreamSocket::GetPort); in VtpStreamSocket() 151 InsertElementToFuncMap(REMOTE_SCOPE_ID, INT_TYPE, nullptr, &VtpStreamSocket::GetRemoteScopeId); in VtpStreamSocket() 153 InsertElementToFuncMap(KEEP_ALIVE_TIMEOUT, INT_TYPE, &VtpStreamSocket::SetVtpStackConfig, nullptr); in VtpStreamSocket() 154 InsertElementToFuncMap(SEND_CACHE, INT_TYPE, in VtpStreamSocket() [all...] |
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_value_parcel.cpp | 28 return INT_TYPE; in GetTypeIndex() 60 case INT_TYPE: in CalSize() 116 case INT_TYPE: { in MarshallingBasicValueInner() 423 case INT_TYPE: in MarshallingPreferenceValue() 456 case INT_TYPE: { in UnmarshallingBasicValue() 635 case INT_TYPE: in UnmarshallingPreferenceValue()
|
/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | preferences_value_parcel.h | 38 INT_TYPE = 1, enumerator
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/ |
H A D | vtp_stream_socket_test.cpp | 462 value->type_ = INT_TYPE; in HWTEST_F() 491 value->type_ = INT_TYPE; in HWTEST_F()
|
Completed in 5 milliseconds