Searched refs:CfTag (Results 1 – 6 of 6) sorted by relevance
30 CfTagType CfGetTagType(CfTag tag);
113 } CfTag; typedef
61 CfTag tag;67 CfTag resultType;117 static CfTag GetTagValue(size_t index, napi_valuetype valueType) in GetTagValue()316 static int32_t GetResultType(int32_t opType, int32_t typeValue, CfTag &resultType, uint32_t &outTyp… in GetResultType()328 static int32_t CheckResultType(const CfParamSet *paramSet, CfTag resultType) in CheckResultType()347 CfTag resultType = CF_TAG_INVALID; in ConvertToNapiValue()
160 if (CfGetTagType((CfTag)(resultParamSet->params[i].tag)) == CF_TAG_TYPE_BYTES) { in GetOutValue()
28 CfTagType CfGetTagType(CfTag tag) in CfGetTagType()
68 static int32_t CheckAndGetParam(CfTagType type, CfTag typeTag, const CfParamSet *paramSet, CfParam … in CheckAndGetParam()