Searched defs:objType (Results 1 – 7 of 7) sorted by relevance
47 napi_valuetype objType = napi_undefined; in JS_SetDownloadDelegate() local72 napi_valuetype objType = napi_undefined; in JS_ResumeDownload() local
28 #define CF_MAGIC(magicType, objType) (((magicType) << CF_MAGIC_SHIFT) | (objType)) argument
33 CfObjectType objType = *(reinterpret_cast<CfObjectType *>(tmpData)); in CfCreateFuzzTest() local
28 #define CF_ABILITY(abilityType, objType) (((abilityType) << CF_ABILITY_SHIFT) | (objType)) argument
77 CF_API_EXPORT int32_t CfCreate(CfObjectType objType, const CfEncodingBlob *in, CfObject **object) in CfCreate()
76 int32_t CertframeworkSdkTest::AbnormalTest(CfObjectType objType, const CfEncodingBlob *in, in AbnormalTest()
153 bool CfObjectFuzzTest(const uint8_t* data, size_t size, CfObjectType objType) in CfObjectFuzzTest()