/base/powermgr/thermal_manager/frameworks/napi/ |
H A D | napi_utils.cpp | 31 bool NapiUtils::CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType) in CheckValueType() argument 35 if (valueType != checkType) { in CheckValueType()
|
H A D | napi_utils.h | 30 static bool CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType);
|
/base/security/huks/frameworks/huks_standard/main/common/src/ |
H A D | hks_base_check.c | 1238 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 D | brightness.h | 45 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 D | brightness.cpp | 172 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 D | hks_base_check.h | 44 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 D | napi_utils.cpp | 63 bool NapiUtils::CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType) in CheckValueType() argument 67 if (valueType != checkType) { in CheckValueType()
|
H A D | napi_utils.h | 33 static bool CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType);
|
/base/powermgr/battery_manager/frameworks/napi/src/ |
H A D | napi_utils.cpp | 63 bool NapiUtils::CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType) in CheckValueType() argument 67 if (valueType != checkType) { in CheckValueType()
|
H A D | system_battery.cpp | 75 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 D | napi_utils.cpp | 48 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 D | napi_utils.h | 33 static bool CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType);
|
/base/powermgr/battery_statistics/frameworks/napi/include/ |
H A D | napi_utils.h | 30 static bool CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType);
|
/base/powermgr/battery_manager/frameworks/napi/include/ |
H A D | system_battery.h | 31 bool CheckValueType(napi_env env, napi_value value, napi_valuetype checkType);
|