/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | callbacks.h | 58 void *FillpMemCalloc(IN FILLP_UINT32 nitems, IN FILLP_UINT32 size); 72 void *FillpMemAlloc(IN FILLP_UINT32 size); 87 void FillpMemFree(IN void *addr); 89 void *FillpMemChr(IN FILLP_CONST void *s, IN FILLP_INT c, IN FILLP_SIZE_T n); 103 FILLP_UINT32 FillpStrLen(IN FILLP_CHAR *str); 111 IN FILLP_INT maxFd, /* fd value to be selected */ 112 IN voi [all...] |
/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpcallbacks.h | 34 typedef void *(*FillpMemCallocFunc)(IN FILLP_UINT32 items, IN FILLP_UINT32 size); 45 typedef void *(*FillpMemAllocFunc)(IN FILLP_UINT32 size); 57 typedef void (*FillpMemFreeFunc)(IN void *addr); 129 typedef FILLP_UINT32 (*FillpStrLenFunc)(IN FILLP_CHAR *str); 145 typedef FILLP_INT (*FillpSelectFunc)(IN FILLP_INT maxFd, IN void *readFds, 146 IN void *writeFds, IO void *exceptFds, IN void *timeVal); 160 typedef FILLP_INT (*FillpIoctlFunc)(IN FILLP_IN [all...] |
H A D | fillpinc.h | 44 typedef void (*FillpTraceSend)(IN FILLP_UINT32 traceObjType, IN void *traceHandle, 45 IN FILLP_UINT32 msgLength, IN FILLP_UINT32 traceObj, IN FILLP_UINT8 *traceDescript, 46 IN FILLP_CHAR *traceMsg, ...); 127 extern FILLP_INT DLL_API FtSocket(IN FILLP_INT domain, IN FILLP_INT type, IN FILLP_INT protocol); 441 extern FILLP_INT32 DLL_API FtStartTrace(IN FILLP_UINT [all...] |
H A D | fillptypes.h | 145 #define IN /* Input param */ macro 495 typedef void (*FillpDebugSendFunc)(IN FILLP_UINT32 debugType, IN FILLP_UINT32 debugLvl, 496 IN FILLP_UINT32 debugId, IN FILLP_CHAR *format, ...); 514 extern FILLP_INT32 DLL_API FillpApiSetDebugLogLevel(IN FILLP_UINT8 logLevel); 526 extern FILLP_UINT32 DLL_API FillpApiConfigLogModules(IN FILLP_ULLONG logModules); 541 typedef void (*FillpSockCloseCbkFunc)(IN FILLP_INT udpSock, IN struct sockaddr *localAddr, 542 IN struc [all...] |
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
H A D | fillp_stack_config_in.h | 27 FILLP_INT32 FtConfigSetRxBurst(IN FILLP_CONST void *value); 28 FILLP_INT32 FtConfigSetRecvCachePktNumBufferSize(IN FILLP_CONST void *value); 29 FILLP_INT32 FtConfigSetOutOfOrderCacheFeature(IN FILLP_CONST void *value); 30 FILLP_INT32 FtConfigSetCpuCoreUse(IN FILLP_CONST void *value); 31 FILLP_INT32 FtConfigSetMaxSockNum(IN FILLP_CONST void *value); 32 FILLP_INT32 FtConfigSetMaxConnectionNum(IN FILLP_CONST void *value); 33 FILLP_INT32 FtConfigSetFullCpu(IN FILLP_CONST void *value); 34 FILLP_INT32 FtConfigSetFullCpuUseThresholdRate(IN FILLP_CONST void *value); 35 FILLP_INT32 FtConfigSetOppositeSetPercentage(IN FILLP_CONST void *value); 36 FILLP_INT32 FtConfigSetNackRepeatTimes(IN FILLP_CONS [all...] |
H A D | fillp_stack_config.h | 35 FILLP_INT32 FtValidateConfigParams(IN FILLP_CONST FillpGlobalConfigsSt *globalResource);
|
H A D | hmac.h | 62 void FillpHmacSha256Init(OUT FillpHmacSha256 ctx[1], IN FILLP_UINT8 *key, FILLP_UINT32 klen,
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/ |
H A D | fillp_stack_app_config_in.h | 32 FILLP_INT32 FtAppInitConfigGet(IO FillpAppGlobalConfigsSt *globalResource, IN FILLP_INT sockIndex); 33 FILLP_INT32 FtAppInitConfigSet(IN FILLP_CONST FillpAppGlobalConfigsSt *globalResource, IN FILLP_INT sockIndex); 34 FILLP_INT32 FtGetConfigApp(IN FILLP_UINT32 name, IO void *value, IN FILLP_CONST void *param); 35 FILLP_INT32 FtSetConfigApp(IN FILLP_UINT32 name, IN FILLP_CONST void *value, IN FILLP_CONST void *param); 36 FILLP_INT32 FtAppValidateConfigParams(IN FILLP_CONST FillpAppGlobalConfigsSt *globalResource); 37 FILLP_INT32 FtInnerAppConfigGet(IN FILLP_UINT3 [all...] |
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 216 static FILLP_INT FillpSysAdptArchAtomicSet(SysArchAtomic *target, IN FILLP_INT value) in FillpSysAdptArchAtomicSet() 237 void *FillpMemCalloc(IN FILLP_UINT32 nitems, IN FILLP_UINT32 size) in FillpMemCalloc() 245 void *FillpMemAlloc(IN FILLP_UINT32 size) in FillpMemAlloc() 265 void FillpMemFree(IN void *addr) in FillpMemFree() 272 void *FillpMemChr(IN FILLP_CONST void *s, IN FILLP_INT c, IN FILLP_SIZE_T n) in FillpMemChr() 293 FILLP_UINT32 FillpStrLen(IN FILLP_CHAR *str) in FillpStrLen() 314 IN FILLP_IN in FillpSelect() [all...] |
H A D | log.c | 22 FILLP_INT32 FillpApiSetDebugLogLevel(IN FILLP_UINT8 logLevel) in FillpApiSetDebugLogLevel() 32 FILLP_UINT32 FillpApiConfigLogModules(IN FILLP_ULLONG logModules) in FillpApiConfigLogModules() 38 FILLP_INT FillpApiSetMgtMsgLog(IN FILLP_INT enable) in FillpApiSetMgtMsgLog()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | fillp_stack_config_in.c | 37 FILLP_INT32 FtConfigSetRxBurst(IN FILLP_CONST void *value) in FtConfigSetRxBurst() 53 FILLP_INT32 FtConfigSetRecvCachePktNumBufferSize(IN FILLP_CONST void *value) in FtConfigSetRecvCachePktNumBufferSize() 68 FILLP_INT32 FtConfigSetOutOfOrderCacheFeature(IN FILLP_CONST void *value) in FtConfigSetOutOfOrderCacheFeature() 80 FILLP_INT32 FtConfigSetCpuCoreUse(IN FILLP_CONST void *value) in FtConfigSetCpuCoreUse() 93 FILLP_INT32 FtConfigSetMaxSockNum(IN FILLP_CONST void *value) in FtConfigSetMaxSockNum() 115 FILLP_INT32 FtConfigSetMaxConnectionNum(IN FILLP_CONST void *value) in FtConfigSetMaxConnectionNum() 137 FILLP_INT32 FtConfigSetFullCpu(IN FILLP_CONST void *value) in FtConfigSetFullCpu() 150 FILLP_INT32 FtConfigSetFullCpuUseThresholdRate(IN FILLP_CONST void *value) in FtConfigSetFullCpuUseThresholdRate() 164 FILLP_INT32 FtConfigSetOppositeSetPercentage(IN FILLP_CONST void *value) in FtConfigSetOppositeSetPercentage() 177 FILLP_INT32 FtConfigSetNackRepeatTimes(IN FILLP_CONS [all...] |
H A D | fillp_stack_config.c | 26 static FILLP_INT FtSetCopyPreinitConfigs(IN FILLP_CONST FillpGlobalPreinitExtConfigsSt *globalPreinitConfig) in FtSetCopyPreinitConfigs() 48 static void FtGetCopyPreinitConfigs(IN FillpGlobalPreinitExtConfigsSt *globalPreinitConfig) in FtGetCopyPreinitConfigs() 77 static FILLP_INT32 FtInitConfigSet(IN FILLP_CONST FillpGlobalConfigsSt *globalResource) in FtInitConfigSet() 157 static FILLP_INT32 FtGetConfigStackHalf1(IN FILLP_UINT32 name, IO void *value) in FtGetConfigStackHalf1() 218 static FILLP_INT32 FtGetConfigStackHalf2(IN FILLP_UINT32 name, IO void *value) in FtGetConfigStackHalf2() 291 IN FILLP_UINT32 name, in FtGetConfigStack() 293 IN FILLP_CONST void *param) in FtGetConfigStack() 315 IN FILLP_UINT32 name, in FtSetConfigStackHalf1() 316 IN FILLP_CONST void *value) in FtSetConfigStackHalf1() 368 IN FILLP_UINT3 in FtSetConfigStackHalf2() [all...] |
H A D | hmac.c | 68 void FillpHmacSha256Init(OUT FillpHmacSha256 ctx[1], IN FILLP_UINT8 *key, FILLP_UINT32 klen, in FillpHmacSha256Init()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | fillp_stack_app_config_in.c | 18 static FILLP_INT32 FtAppValidateFlowConfig(IN FILLP_CONST FillpAppGlobalConfigsSt *globalResource) in FtAppValidateFlowConfig() 61 static FILLP_INT32 FtAppValidateUdpParams(IN FILLP_CONST FillpAppGlobalConfigsSt *globalResource) in FtAppValidateUdpParams() 71 static FILLP_INT32 FtAppValidateCommParams(IN FILLP_CONST FillpAppGlobalConfigsSt *globalResource) in FtAppValidateCommParams() 128 static FILLP_INT32 FtAppValidateTimerParams(IN FILLP_CONST FillpAppGlobalConfigsSt *globalResource) in FtAppValidateTimerParams() 167 FILLP_INT32 FtAppValidateConfigParams(IN FILLP_CONST FillpAppGlobalConfigsSt *globalResource) in FtAppValidateConfigParams() 204 IN FILLP_CONST void *value, in FtAppTimerConfigSet() 206 IN FILLP_INT sockIndex) in FtAppTimerConfigSet() 225 IN FILLP_CONST void *value, in FtAppSetKeepAliveTime() 227 IN FILLP_INT sockIndex) in FtAppSetKeepAliveTime() 267 IN FILLP_CONS in FtAppSetConnRetryTimeout() [all...] |
H A D | api.c | 77 IN FILLP_INT domain, in FtSocket() 78 IN FILLP_INT type, in FtSocket() 79 IN FILLP_INT protocol) in FtSocket() 349 IN FILLP_UINT8 traceObjType, /* FILLP_TRACE_OBJ_TYPE_ENUM */ in FtInnerStartTrace() 350 IN FILLP_CONST void *traceHandle, /* Handle to be Stored in the FtSocket */ in FtInnerStartTrace() 393 IN FILLP_UINT8 traceObjType, /* Type */ in FtInnerStopTrace() 432 static FILLP_INT32 FtStartStopTraceSock(IN struct FtSocket *sockft, IN FILLP_UINT8 traceObjType, in FtStartStopTraceSock() 433 IN FILLP_INT traceObj, IN FILLP_CONS in FtStartStopTraceSock() [all...] |
H A D | fillp_stack_app_config.c | 126 FILLP_INT32 FtAppInitConfigSet(IN FILLP_CONST FillpAppGlobalConfigsSt *globalConfig, IN FILLP_INT sockIndex) in FtAppInitConfigSet() 214 FILLP_INT32 FtAppInitConfigGet(IO FillpAppGlobalConfigsSt *globalResource, IN FILLP_INT sockIndex) in FtAppInitConfigGet() 274 FILLP_INT32 FtSetConfigApp(IN FILLP_UINT32 name, IN FILLP_CONST void *value, IN FILLP_CONST void *param) in FtSetConfigApp() 460 FILLP_INT32 FtGetConfigApp(IN FILLP_UINT32 name, IO void *value, IN FILLP_CONST void *param) in FtGetConfigApp()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp.h | 402 void FillpGenerateCookie(IN FILLP_CONST struct FillpPcb *pcb, IN struct FillpPktConnReq *req, 403 IN FILLP_CONST struct sockaddr_in6 *remoteAddr, IN FILLP_UINT16 serverPort, OUT FillpCookieContent *stateCookie); 405 FILLP_INT FillpValidateCookie(IN FILLP_CONST struct FillpPcb *pcb, IN FILLP_UINT16 serverPort, 406 IN FILLP_CONST struct sockaddr_in6 *clientAddr, IN FILLP_CONST FillpCookieContent *stateCookie);
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/ |
H A D | cov_util.h | 57 IN = 6, member in OHOS::DistributedKv::QueryType 99 if (type_ == QueryType::IN) { in operator ()()
|
/foundation/ability/idl_tool/parser/ |
H A D | token.h | 36 IN, member in OHOS::Idl::Token
|
H A D | lexer.cpp | 44 keywords_[String("in")] = Token::IN; in InitializeKeywords() 310 case Token::IN: in DumpTokenSecond()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | query_sync_object.cpp | 256 objNode.operFlag = QueryObjType::IN; in SetCloudGid() 414 if ((queryObjNode.operFlag == QueryObjType::IN) && in IsInValueOutOfLimit() 494 case QueryObjType::IN: in TransformNodeType() 495 node.type = QueryNodeType::IN; in TransformNodeType() 514 node.type = QueryNodeType::IN; in TransformNodeType()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | query_expression.cpp | 176 AssemblyQueryInfo(QueryObjType::IN, field, type, values); in In() 444 if (type != QueryObjType::IN && type != QueryObjType::EQUALTO && type != QueryObjType::AND && in SetNotSupportIfNeed() 452 if (((item.operFlag == QueryObjType::EQUALTO) && (type == QueryObjType::IN)) || in SetNotSupportIfNeed() 453 ((item.operFlag == QueryObjType::IN) && (type == QueryObjType::EQUALTO))) { in SetNotSupportIfNeed()
|
/foundation/ability/idl_tool/idl_tool_2/lexer/ |
H A D | token.h | 65 IN, // "in"
member in OHOS::Idl::TokenType
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | data_query.cpp | 30 const char * const DataQuery::IN = "^IN"; member in OHOS::DistributedKv::DataQuery 390 AppendCommonList(IN, TYPE_INTEGER, myField, valueList); in In() 401 AppendCommonList(IN, TYPE_LONG, myField, valueList); in In() 412 AppendCommonList(IN, TYPE_DOUBLE, myField, valueList); in In() 424 AppendCommonListString(IN, TYPE_STRING, myField, myValueList); in In()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/ |
H A D | cloud_store_types.h | 164 IN = 1, member in DistributedDB::CloudQueryType::LockAction::QueryNodeType
|