Searched defs:checkType (Results 1 – 7 of 7) sorted by relevance
/base/powermgr/thermal_manager/frameworks/napi/ |
D | napi_utils.cpp | 31 bool NapiUtils::CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType) in CheckValueType()
|
/base/powermgr/display_manager/frameworks/napi/ |
D | brightness.cpp | 161 napi_value Brightness::GetCallbackInfo(napi_callback_info& info, napi_valuetype checkType) in GetCallbackInfo() 203 …ightness::CreateValueRef(napi_value& options, const std::string& valName, napi_valuetype checkType) in CreateValueRef() 349 bool Brightness::CheckValueType(napi_value& value, napi_valuetype checkType) in CheckValueType() 360 …alue Brightness::GetOptions(napi_value& options, const std::string& name, napi_valuetype checkType) in GetOptions()
|
/base/powermgr/power_manager/frameworks/napi/utils/ |
D | napi_utils.cpp | 63 bool NapiUtils::CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType) in CheckValueType()
|
/base/security/huks/frameworks/huks_standard/main/common/include/ |
D | hks_base_check.h | 44 enum CheckKeyType checkType; member 64 enum CheckKeyType checkType; member
|
/base/powermgr/battery_statistics/frameworks/napi/src/ |
D | napi_utils.cpp | 48 bool NapiUtils::CheckValueType(napi_env& env, napi_value& value, napi_valuetype checkType) in CheckValueType()
|
/base/security/huks/frameworks/huks_standard/main/common/src/ |
D | hks_base_check.c | 937 static int32_t InitInputParams(enum CheckKeyType checkType, struct ParamsValues *inputParams, in InitInputParams() 950 static int32_t InitInputParamsByAlg(uint32_t alg, enum CheckKeyType checkType, struct ParamsValues … in InitInputParamsByAlg() 1001 static int32_t InitExpectParams(enum CheckKeyType checkType, struct ExpectParamsValues *expectValue… in InitExpectParams() 1014 static int32_t GetExpectParams(uint32_t alg, enum CheckKeyType checkType, struct ExpectParamsValues… in GetExpectParams() 1569 int32_t HksGetInputParmasByAlg(uint32_t alg, enum CheckKeyType checkType, const struct HksParamSet … in HksGetInputParmasByAlg() 1612 enum CheckKeyType checkType = HKS_CHECK_TYPE_GEN_KEY; in HksCheckOptionalParam() local 1653 int32_t HksCheckFixedParams(uint32_t alg, enum CheckKeyType checkType, const struct ParamsValues *i… in HksCheckFixedParams()
|
/base/powermgr/battery_manager/frameworks/napi/ |
D | system_battery.cpp | 75 bool SystemBattery::CheckValueType(napi_env env, napi_value value, napi_valuetype checkType) in CheckValueType()
|