Home
last modified time | relevance | path

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

/base/time/time_service/framework/js/napi/system_timer/src/
Dnapi_system_timer.cpp112 void ParseTimerOptions(napi_env env, ContextBase *context, std::string paraType, in ParseTimerOptions() argument
118 napi_get_named_property(env, value, paraType.c_str(), &result); in ParseTimerOptions()
120 CHECK_ARGS_RETURN_VOID(TIME_MODULE_JS_NAPI, context, valueType == TYPE_STRING_MAP[paraType], in ParseTimerOptions()
122 if (paraType == "type") { in ParseTimerOptions()
126 } else if (paraType == "repeat") { in ParseTimerOptions()
130 } else if (paraType == "interval") { in ParseTimerOptions()
136 } else if (paraType == "wantAgent") { in ParseTimerOptions()
143 } else if (paraType == "callback") { in ParseTimerOptions()
/base/security/crypto_framework/common/inc/
Dparams_parser.h126 HcfAlgParaType paraType; member
/base/security/crypto_framework/frameworks/crypto_operation/
Dkey_agreement.c93 switch (config->paraType) { in ParseKeyAgreementParams()
Dcipher.c147 switch (config->paraType) { in OnSetParameter()
Dsignature.c159 switch (config->paraType) { in ParseSignatureParams()
/base/security/crypto_framework/frameworks/key/
Dsym_key_generator.c108 switch (config->paraType) { in OnSetSymKeyParameter()
Dasy_key_generator.c393 switch (config->paraType) { in ParseAsyKeyGenParams()