Searched refs:CfTag (Results 1 – 6 of 6) sorted by relevance
64 CfTag tag;70 CfTag resultType;122 static CfTag GetTagValue(size_t index, napi_valuetype valueType) in GetTagValue()321 static int32_t GetResultType(int32_t opType, int32_t typeValue, CfTag &resultType, uint32_t &outTyp… in GetResultType()333 static int32_t CheckResultType(const CfParamSet *paramSet, CfTag resultType) in CheckResultType()352 CfTag resultType = CF_TAG_INVALID; in ConvertToNapiValue()
30 CfTagType CfGetTagType(CfTag tag);
150 } CfTag; typedef
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()