Home
last modified time | relevance | path

Searched refs:fingerPrint (Results 1 - 2 of 2) sorted by relevance

/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_constant.cpp30 napi_value fingerPrint = nullptr; in AuthTypeConstructor() local
36 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(AuthType::FINGERPRINT), &fingerPrint)); in AuthTypeConstructor()
41 NAPI_CALL(env, napi_set_named_property(env, authType, "FINGERPRINT", fingerPrint)); in AuthTypeConstructor()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprocess_dumper.cpp876 std::string fingerPrint = request.processName; in ReportAddrSanitizer() local
885 fingerPrint = fingerPrint + frames[index].funcName; in ReportAddrSanitizer()
890 size_t hashVal = std::hash<std::string>()(fingerPrint); in ReportAddrSanitizer()

Completed in 3 milliseconds