Home
last modified time | relevance | path

Searched refs:fingerprintAuthInterfaceService (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/src/
H A Dfingerprint_auth_interface_service.cpp31 auto fingerprintAuthInterfaceService = new (std::nothrow) FingerprintAuthInterfaceService(); in FingerprintAuthInterfaceImplGetInstance() local
32 if (fingerprintAuthInterfaceService == nullptr) { in FingerprintAuthInterfaceImplGetInstance()
36 return fingerprintAuthInterfaceService; in FingerprintAuthInterfaceImplGetInstance()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-fingerprint_auth-des.md255 auto fingerprintAuthInterfaceService = new (std::nothrow) FingerprintAuthInterfaceService();
256 if (fingerprintAuthInterfaceService == nullptr) {
257 IAM_LOGE("fingerprintAuthInterfaceService is nullptr");
260 return fingerprintAuthInterfaceService;
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-fingerprint_auth-des.md255 auto fingerprintAuthInterfaceService = new (std::nothrow) FingerprintAuthInterfaceService();
256 if (fingerprintAuthInterfaceService == nullptr) {
257 IAM_LOGE("fingerprintAuthInterfaceService is nullptr");
260 return fingerprintAuthInterfaceService;