Home
last modified time | relevance | path

Searched refs:typeValue (Results 1 – 7 of 7) sorted by relevance

/base/security/certificate_framework/frameworks/js/napi/certificate/src/
Dnapi_object.cpp223 static void ConstructTypeParams(int32_t opType, int32_t typeValue, vector<CfParam> &params) in ConstructTypeParams() argument
228 param.int32Param = typeValue; in ConstructTypeParams()
231 param.int32Param = typeValue; in ConstructTypeParams()
261 …_t CheckInputParams(napi_env env, napi_value *argv, size_t argc, int32_t opType, int32_t typeValue) in CheckInputParams() argument
264 if ((opType == INPUT_PARAMS_MAP[i].opType) && (typeValue == INPUT_PARAMS_MAP[i].type)) { in CheckInputParams()
275 …tic int32_t GetInParamSet(napi_env env, napi_callback_info info, int32_t opType, int32_t typeValue, in GetInParamSet() argument
282 int32_t ret = CheckInputParams(env, argv, argc, opType, typeValue); in GetInParamSet()
289 ConstructTypeParams(opType, typeValue, params); in GetInParamSet()
301 if ((typeValue == CF_GET_TYPE_EXT_ITEM) && (argc == 0)) { in GetInParamSet()
316 static int32_t GetResultType(int32_t opType, int32_t typeValue, CfTag &resultType, uint32_t &outTyp… in GetResultType() argument
[all …]
Dnapi_cert_extension.cpp221 …value NapiCommonOperation(napi_env env, napi_callback_info info, int32_t opType, int32_t typeValue) in NapiCommonOperation() argument
238 return CommonOperation(env, info, extsObj, opType, typeValue); in NapiCommonOperation()
/base/security/certificate_framework/frameworks/js/napi/certificate/inc/
Dnapi_object.h30 int32_t opType, int32_t typeValue);
/base/security/certificate_framework/test/unittest/cf_sdk_test/src/
Dcf_extension_test.cpp121 static bool CompareOidsResult(int32_t typeValue, const CfParamSet *paramSet) in CompareOidsResult() argument
129 switch (typeValue) { in CompareOidsResult()
141 static bool CompareEntryResult(int32_t typeValue, const CfParamSet *paramSet) in CompareEntryResult() argument
149 switch (typeValue) { in CompareEntryResult()
171 static void ExtensionTest(int32_t type, int32_t typeValue, const CfParam *params, uint32_t cnt) in ExtensionTest() argument
186 EXPECT_EQ(CompareOidsResult(typeValue, outParamSet), true); in ExtensionTest()
189 EXPECT_EQ(CompareEntryResult(typeValue, outParamSet), true); in ExtensionTest()
/base/global/resource_management/frameworks/resmgr/src/
Dhap_resource.cpp483 uint32_t typeValue = static_cast<uint32_t>(keyParam->type_); in GetLimitPathsKeys() local
484 if (keyParam->type_ < KeyType::KEY_TYPE_MAX && !keyTypes[typeValue]) { in GetLimitPathsKeys()
485 keyTypes[typeValue] = true; in GetLimitPathsKeys()
486 limitKeyValue |= limitKeysBase << typeValue; in GetLimitPathsKeys()
/base/update/updateservice/frameworks/js/napi/base/include/
Dclient_helper.h71 SessionParams(SessionType typeValue = SessionType::SESSION_MAX, size_t callbackPosition = 1,
73 …: type(typeValue), callbackStartIndex(INDEX(callbackPosition)), isNeedBusinessError(isNeedBusiness… in type()
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp482 std::string typeValue = std::to_string((int)date->GetDoNotDisturbType()); in PutDoNotDisturbDate() local
493 {typeKey, typeValue}, in PutDoNotDisturbDate()