/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
H A D | hmac.h | 62 void FillpHmacSha256Init(OUT FillpHmacSha256 ctx[1], IN FILLP_UINT8 *key, FILLP_UINT32 klen, 67 void FillpHmacSha256Final(IO FillpHmacSha256 ctx[1], OUT FILLP_UINT8 digest[FILLP_SHA256_DIGEST_SIZE],
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | hmac.c | 68 void FillpHmacSha256Init(OUT FillpHmacSha256 ctx[1], IN FILLP_UINT8 *key, FILLP_UINT32 klen, in FillpHmacSha256Init() 150 OUT FILLP_UINT8 digest[FILLP_SHA256_DIGEST_SIZE], FILLP_UINT32 size) in FillpHmacSha256Final()
|
/foundation/ability/idl_tool/parser/ |
H A D | token.h | 39 OUT, member in OHOS::Idl::Token
|
H A D | lexer.cpp | 52 keywords_[String("out")] = Token::OUT; in InitializeKeywords() 324 case Token::OUT: in DumpTokenSecond()
|
H A D | parser.cpp | 453 case Token::OUT: in ParseParameterInOut()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | callbacks.h | 365 OUT void *buf, 368 OUT void *from,
|
/foundation/ability/idl_tool/idl_tool_2/lexer/ |
H A D | token.h | 66 OUT, // "out"
member in OHOS::Idl::TokenType
|
H A D | lexer.cpp | 61 {"out", TokenType::OUT },
|
/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpcallbacks.h | 769 typedef FILLP_INT (*FillpRecvfromFunc)(IN FILLP_INT fd, OUT void *buf, 770 IN FILLP_SIZE_T len, IN FILLP_INT flags, OUT void *from, IO FILLP_SIZE_T *fromLen);
|
H A D | fillpinc.h | 1266 extern FILLP_INT DLL_API FtFillpStatsGet(IN FILLP_INT fd, OUT struct FillpStatisticsPcb *outStats);
|
H A D | fillptypes.h | 146 #define OUT /* Output param */ macro
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/ |
H A D | port.h | 33 enum class PortType { IN, OUT };
|
/foundation/multimedia/media_foundation/engine/scene/player/lite/ |
H A D | hiplayer_impl.cpp | 684 if (filter == demuxer_.get() && param.type == PortType::OUT) { in NewAudioPortFound() 719 if (filter != demuxer_.get() || param.type != PortType::OUT) { in NewVideoPortFound() 758 if (filter != demuxer_.get() || param.type != PortType::OUT) { in RemoveFilterChains()
|
/foundation/multimedia/media_foundation/engine/pipeline/core/ |
H A D | port.h | 31 enum class PortType { IN, OUT };
|
/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | hiplayer_impl.cpp | 922 if (filter == demuxer_.get() && param.type == PortType::OUT) { in NewAudioPortFound() 957 if (filter != demuxer_.get() || param.type != PortType::OUT) { in NewVideoPortFound() 996 if (filter != demuxer_.get() || param.type != PortType::OUT) { in RemoveFilterChains()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | api.c | 352 OUT void **sockTraceHandle) /* FtSocket's traceHandle */ in FtInnerStartTrace() 395 OUT void **sockTraceHandle) /* FtSocket's traceHandle */ in FtInnerStopTrace() 1111 OUT struct FillpStatisticsPcb *outStats) in FtFillpStatsGet()
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/ |
H A D | demuxer_filter.cpp | 163 portInfo.type = PortType::OUT; in Stop() 452 portInfo.type = PortType::OUT; in PrepareStreams()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp.h | 403 IN FILLP_CONST struct sockaddr_in6 *remoteAddr, IN FILLP_UINT16 serverPort, OUT FillpCookieContent *stateCookie);
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 1200 FILLP_INT FillpFuncRecvFrom(IN FILLP_INT sockFd, OUT void *buf, IN FILLP_SIZE_T len, IN FILLP_INT flags, in FillpFuncRecvFrom() 1201 OUT void *from, IO FILLP_SIZE_T *fromLen) in FillpFuncRecvFrom()
|
/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | parser.cpp | 956 case TokenType::OUT:
in SetParamAttrVal()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_conn.c | 1890 IN FILLP_CONST struct sockaddr_in6 *remoteAddr, IN FILLP_UINT16 serverPort, OUT FillpCookieContent *stateCookie) in FillpGenerateCookie()
|