Home
last modified time | relevance | path

Searched defs:checkType (Results 1 – 9 of 9) sorted by relevance

/base/powermgr/display_manager/state_manager/frameworks/napi/
Dbrightness.cpp115 …tness::GetCallbackInfoWithThrow(napi_callback_info& info, uint32_t index, napi_valuetype checkType) in GetCallbackInfoWithThrow()
195 …lue Brightness::GetCallbackInfo(napi_callback_info& info, uint32_t index, napi_valuetype checkType) in GetCallbackInfo()
237 …ightness::CreateValueRef(napi_value& options, const std::string& valName, napi_valuetype checkType) in CreateValueRef()
383 bool Brightness::CheckValueType(napi_value& value, napi_valuetype checkType) in CheckValueType()
394 …alue Brightness::GetOptions(napi_value& options, const std::string& name, napi_valuetype checkType) in GetOptions()
/base/powermgr/thermal_manager/frameworks/napi/
Dnapi_utils.cpp31 bool NapiUtils::CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType) in CheckValueType()
/base/powermgr/battery_manager/frameworks/napi/src/
Dnapi_utils.cpp63 bool NapiUtils::CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType) in CheckValueType()
Dsystem_battery.cpp75 bool SystemBattery::CheckValueType(napi_env env, napi_value value, napi_valuetype checkType) in CheckValueType()
/base/powermgr/power_manager/frameworks/napi/utils/
Dnapi_utils.cpp63 bool NapiUtils::CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType) in CheckValueType()
/base/powermgr/battery_statistics/frameworks/napi/src/
Dnapi_utils.cpp48 bool NapiUtils::CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType) in CheckValueType()
/base/security/huks/frameworks/huks_standard/main/common/include/
Dhks_base_check.h44 enum CheckKeyType checkType; member
64 enum CheckKeyType checkType; member
/base/security/huks/frameworks/huks_standard/main/common/src/
Dhks_base_check.c231 static int32_t InitInputParams(enum CheckKeyType checkType, struct ParamsValues *inputParams, in InitInputParams()
244 int32_t InitInputParamsByAlg(uint32_t alg, enum CheckKeyType checkType, struct ParamsValues *inputP… in InitInputParamsByAlg()
264 static int32_t InitExpectParams(enum CheckKeyType checkType, struct ExpectParamsValues *expectValue… in InitExpectParams()
277 int32_t GetExpectParams(uint32_t alg, enum CheckKeyType checkType, struct ExpectParamsValues *expec… in GetExpectParams()
Dhks_check_paramset.c359 int32_t HksGetInputParmasByAlg(uint32_t alg, enum CheckKeyType checkType, const struct HksParamSet … in HksGetInputParmasByAlg()
402 enum CheckKeyType checkType = HKS_CHECK_TYPE_GEN_KEY; in HksCheckOptionalParam() local
444 int32_t HksCheckFixedParams(uint32_t alg, enum CheckKeyType checkType, const struct ParamsValues *i… in HksCheckFixedParams()