Home
last modified time | relevance | path

Searched defs:isAbsent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_auth.c71 bool isAbsent = false; in OptionalParamCheck() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_base_check.c897 bool* isAbsent) 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()
1647 int32_t HksCheckOptionalParam(uint32_t tag, uint32_t alg, uint32_t purpose, bool isAbsent, struct H… in HksCheckOptionalParam()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_base_check.h32 bool isAbsent; member
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp1757 … auto isAbsent = globalShareOptions_.ComputeIfAbsent(tokenId, [&option](const uint32_t &tokenId) { in SetAppShareOptions() local