Home
last modified time | relevance | path

Searched refs:verifyFunc (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/device_security_level/oem_property/ohos/standard/
H A Ddslm_ohos_credential.c28 .verifyFunc = VerifyOhosDslmCred, in Constructor()
/ohos5.0/base/security/device_security_level/oem_property/ohos/lite/
H A Ddslm_ohos_credential.c32 .verifyFunc = VerifyOhosDslmCred, in Constructor()
/ohos5.0/base/security/device_security_level/oem_property/include/
H A Ddslm_cred.h78 VerifyDslmCredFunc *verifyFunc; member
/ohos5.0/base/security/device_security_level/oem_property/common/
H A Ddslm_credential.c60 VerifyDslmCredFunc *verify = cb->verifyFunc; in DefaultVerifyDslmCred()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp570 for (const auto verifyFunc : verifyFuncs) { in VerifyReportConfig() local
571 if (verifyFunc(config) != 0) { in VerifyReportConfig()
/ohos5.0/base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/
H A Ddslm_fuzzer.cpp414 .verifyFunc = VerifyOhosDslmCred, in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_asset_operations.cpp2019 for (auto &verifyFunc : UPDATE_VERIFY_PARAM_MAP.at(iter.first)) { in CheckParamForUpdate() local
2020 if (!verifyFunc(iter.second, cmd)) { in CheckParamForUpdate()