Home
last modified time | relevance | path

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

/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/display_manager/frameworks/napi/
Dbrightness.cpp160 napi_value Brightness::GetCallbackInfo(napi_callback_info& info, napi_valuetype checkType) in GetCallbackInfo()
202 …ightness::CreateValueRef(napi_value& options, const std::string& valName, napi_valuetype checkType) in CreateValueRef()
348 bool Brightness::CheckValueType(napi_value& value, napi_valuetype checkType) in CheckValueType()
359 …alue Brightness::GetOptions(napi_value& options, const std::string& name, napi_valuetype checkType) in GetOptions()
/base/security/huks/frameworks/huks_standard/main/common/include/
Dhks_base_check.h44 enum CheckKeyType checkType; member
64 enum CheckKeyType checkType; member
/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/js/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/src/
Dhks_base_check.c847 static int32_t InitInputParams(enum CheckKeyType checkType, struct ParamsValues *inputParams, in InitInputParams()
860 static int32_t InitInputParamsByAlg(uint32_t alg, enum CheckKeyType checkType, struct ParamsValues … in InitInputParamsByAlg()
913 static int32_t InitExpectParams(enum CheckKeyType checkType, struct ExpectParamsValues *expectValue… in InitExpectParams()
926 static int32_t GetExpectParams(uint32_t alg, enum CheckKeyType checkType, struct ExpectParamsValues… in GetExpectParams()
1478 int32_t HksGetInputParmasByAlg(uint32_t alg, enum CheckKeyType checkType, const struct HksParamSet … in HksGetInputParmasByAlg()
1521 enum CheckKeyType checkType = HKS_CHECK_TYPE_GEN_KEY; in HksCheckOptionalParam() local
1562 int32_t HksCheckFixedParams(uint32_t alg, enum CheckKeyType checkType, const struct ParamsValues *i… in HksCheckFixedParams()
/base/powermgr/battery_manager/frameworks/js/napi/
Dsystem_battery.cpp75 bool SystemBattery::CheckValueType(napi_env env, napi_value value, napi_valuetype checkType) in CheckValueType()