Home
last modified time | relevance | path

Searched refs:checkType (Results 1 - 14 of 14) sorted by relevance

/base/powermgr/thermal_manager/frameworks/napi/
H A Dnapi_utils.cpp31 bool NapiUtils::CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType) in CheckValueType() argument
35 if (valueType != checkType) { in CheckValueType()
H A Dnapi_utils.h30 static bool CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType);
/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_base_check.c1238 static int32_t InitInputParams(enum CheckKeyType checkType, struct ParamsValues *inputParams, in InitInputParams() argument
1242 if (checkType == checkSet[i].checkType) { in InitInputParams()
1252 static int32_t InitInputParamsByAlgOne(uint32_t alg, enum CheckKeyType checkType, struct ParamsValues *inputParams) in InitInputParamsByAlgOne() argument
1257 return InitInputParams(checkType, inputParams, g_hmacParamSet, HKS_ARRAY_SIZE(g_hmacParamSet)); in InitInputParamsByAlgOne()
1261 return InitInputParams(checkType, inputParams, g_cmacParamSet, HKS_ARRAY_SIZE(g_cmacParamSet)); in InitInputParamsByAlgOne()
1265 return InitInputParams(checkType, inputParams, g_dsaParamSet, HKS_ARRAY_SIZE(g_dsaParamSet)); in InitInputParamsByAlgOne()
1269 return InitInputParams(checkType, inputParams, g_dhParamSet, HKS_ARRAY_SIZE(g_dhParamSet)); in InitInputParamsByAlgOne()
1273 return InitInputParams(checkType, inputParams, g_ecdhParamSet, HKS_ARRAY_SIZE(g_ecdhParamSet)); in InitInputParamsByAlgOne()
1280 static int32_t InitInputParamsByAlg(uint32_t alg, enum CheckKeyType checkType, struc argument
1325 InitExpectParams(enum CheckKeyType checkType, struct ExpectParamsValues *expectValues, const struct ExpectParamsValuesChecker *checkSet, uint32_t checkSetSize) InitExpectParams() argument
1338 GetExpectParamsByAlg(uint32_t alg, enum CheckKeyType checkType, struct ExpectParamsValues *expectValues) GetExpectParamsByAlg() argument
1366 GetExpectParams(uint32_t alg, enum CheckKeyType checkType, struct ExpectParamsValues *expectValues) GetExpectParams() argument
2007 HksGetInputParmasByAlg(uint32_t alg, enum CheckKeyType checkType, const struct HksParamSet *paramSet, struct ParamsValues *inputParams) HksGetInputParmasByAlg() argument
2050 enum CheckKeyType checkType = HKS_CHECK_TYPE_GEN_KEY; HksCheckOptionalParam() local
2092 HksCheckFixedParams(uint32_t alg, enum CheckKeyType checkType, const struct ParamsValues *inputParams) HksCheckFixedParams() argument
[all...]
/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness.h45 napi_value GetCallbackInfo(napi_callback_info& info, uint32_t index, napi_valuetype checkType);
47 void CreateValueRef(napi_value& options, const std::string& valName, napi_valuetype checkType);
90 bool CheckValueType(napi_value& value, napi_valuetype checkType);
91 napi_value GetOptions(napi_value& options, const std::string& name, napi_valuetype checkType);
H A Dbrightness.cpp172 napi_value Brightness::GetCallbackInfo(napi_callback_info& info, uint32_t index, napi_valuetype checkType) in GetCallbackInfo() argument
189 RETURN_IF_WITH_RET(!CheckValueType(options, checkType), nullptr); in GetCallbackInfo()
214 void Brightness::CreateValueRef(napi_value& options, const std::string& valName, napi_valuetype checkType) in CreateValueRef() argument
216 napi_value value = GetOptions(options, valName, checkType); in CreateValueRef()
360 bool Brightness::CheckValueType(napi_value& value, napi_valuetype checkType) in CheckValueType() argument
364 if (valueType != checkType) { in CheckValueType()
371 napi_value Brightness::GetOptions(napi_value& options, const std::string& name, napi_valuetype checkType) in GetOptions() argument
379 if (!CheckValueType(property, checkType)) { in GetOptions()
/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_base_check.h44 enum CheckKeyType checkType; member
64 enum CheckKeyType checkType; member
98 int32_t HksGetInputParmasByAlg(uint32_t alg, enum CheckKeyType checkType, const struct HksParamSet *paramSet,
101 int32_t HksCheckFixedParams(uint32_t alg, enum CheckKeyType checkType, const struct ParamsValues *inputParams);
/base/powermgr/power_manager/frameworks/napi/utils/
H A Dnapi_utils.cpp63 bool NapiUtils::CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType) in CheckValueType() argument
67 if (valueType != checkType) { in CheckValueType()
H A Dnapi_utils.h33 static bool CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType);
/base/powermgr/battery_manager/frameworks/napi/src/
H A Dnapi_utils.cpp63 bool NapiUtils::CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType) in CheckValueType() argument
67 if (valueType != checkType) { in CheckValueType()
H A Dsystem_battery.cpp75 bool SystemBattery::CheckValueType(napi_env env, napi_value value, napi_valuetype checkType) in CheckValueType() argument
79 if (valueType != checkType) { in CheckValueType()
/base/powermgr/battery_statistics/frameworks/napi/src/
H A Dnapi_utils.cpp48 bool NapiUtils::CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType) in CheckValueType() argument
52 if (valueType != checkType) { in CheckValueType()
/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dnapi_utils.h33 static bool CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType);
/base/powermgr/battery_statistics/frameworks/napi/include/
H A Dnapi_utils.h30 static bool CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType);
/base/powermgr/battery_manager/frameworks/napi/include/
H A Dsystem_battery.h31 bool CheckValueType(napi_env env, napi_value value, napi_valuetype checkType);

Completed in 8 milliseconds