Searched defs:opType (Results 1 – 2 of 2) sorted by relevance
| /base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
| D | napi_object.cpp | 55 int32_t opType; member 68 int32_t opType; member 228 static void ConstructTypeParams(int32_t opType, int32_t typeValue, vector<CfParam> ¶ms) in ConstructTypeParams() 266 static int32_t CheckInputParams(napi_env env, napi_value *argv, size_t argc, int32_t opType, int32_… in CheckInputParams() 280 static int32_t GetInParamSet(napi_env env, napi_callback_info info, int32_t opType, int32_t typeVal… in GetInParamSet() 321 static int32_t GetResultType(int32_t opType, int32_t typeValue, CfTag &resultType, uint32_t &outTyp… in GetResultType() 350 static napi_value ConvertToNapiValue(napi_env env, int32_t opType, int32_t typeValue, const CfParam… in ConvertToNapiValue() 392 static int32_t DoOperation(const CfObject *obj, int32_t opType, const CfParamSet *inParamSet, in DoOperation() 408 int32_t opType, int32_t typeValue) in CommonOperation()
|
| D | napi_cert_extension.cpp | 210 static napi_value NapiCommonOperation(napi_env env, napi_callback_info info, int32_t opType, int32_… in NapiCommonOperation()
|