Searched defs:objType (Results 1 – 9 of 9) sorted by relevance
68 std::string objType = ArkWebStringStructToClass(stType); in GetType() local77 std::string objType = ArkWebStringStructToClass(stType); in GetTag() local86 std::map<std::string, std::string> objType = ArkWebStringMapStructToClass(stType); in GetParams() local
50 std::vector<std::string> objType = ArkWebStringVectorStructToClass(stType); in AcceptType() local
47 napi_valuetype objType = napi_undefined; in JS_SetDownloadDelegate() local76 napi_valuetype objType = napi_undefined; in JS_ResumeDownload() local
28 #define CF_MAGIC(magicType, objType) (((magicType) << CF_MAGIC_SHIFT) | (objType)) argument
32 CfObjectType objType = *(reinterpret_cast<CfObjectType *>(tmpData)); in CfCreateFuzzTest() local
28 #define CF_ABILITY(abilityType, objType) (((abilityType) << CF_ABILITY_SHIFT) | (objType)) argument
71 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()