Home
last modified time | relevance | path

Searched defs:needCheck (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_base_check.h30 bool needCheck; member
49 bool needCheck; member
74 bool needCheck; member
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_base_check.c896 static int32_t GetOptionalParams(const struct HksParamSet *paramSet, uint32_t tag, bool needCheck, … in GetOptionalParams()
1617 static int32_t CheckOptionalParams(bool needCheck, bool isAbsent, uint32_t inputValue, const uint32… in CheckOptionalParams()
1631 static int32_t InitCheckOptionalParams(bool needCheck, bool isAbsent, struct HksParam *param, in InitCheckOptionalParams()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp1300 bool needCheck) in DoReadSlice()