Home
last modified time | relevance | path

Searched refs:hdfFaceAuthInterfaceHost (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/face_auth/hdi_service/src/
H A Dface_auth_interface_driver.cpp46 if (hdfFaceAuthInterfaceHost == nullptr || hdfFaceAuthInterfaceHost->stub == nullptr) { in FaceAuthInterfaceDriverDispatch()
89 if (hdfFaceAuthInterfaceHost == nullptr) { in HdfFaceAuthInterfaceDriverBind()
95 hdfFaceAuthInterfaceHost->ioService.Open = NULL; in HdfFaceAuthInterfaceDriverBind()
96 hdfFaceAuthInterfaceHost->ioService.Release = NULL; in HdfFaceAuthInterfaceDriverBind()
101 delete hdfFaceAuthInterfaceHost; in HdfFaceAuthInterfaceDriverBind()
105 hdfFaceAuthInterfaceHost->stub = in HdfFaceAuthInterfaceDriverBind()
107 if (hdfFaceAuthInterfaceHost->stub == nullptr) { in HdfFaceAuthInterfaceDriverBind()
109 delete hdfFaceAuthInterfaceHost; in HdfFaceAuthInterfaceDriverBind()
113 deviceObject->service = &hdfFaceAuthInterfaceHost->ioService; in HdfFaceAuthInterfaceDriverBind()
126 if (hdfFaceAuthInterfaceHost == nullptr) { in HdfFaceAuthInterfaceDriverRelease()
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_0/cpp_target/face_auth/v1_0/
H A Dface_auth_interface_driver.cpp.txt61 auto *hdfFaceAuthInterfaceHost = new (std::nothrow) HdfFaceAuthInterfaceHost;
62 if (hdfFaceAuthInterfaceHost == nullptr) {
67 hdfFaceAuthInterfaceHost->ioService.Dispatch = FaceAuthInterfaceDriverDispatch;
68 hdfFaceAuthInterfaceHost->ioService.Open = NULL;
69 hdfFaceAuthInterfaceHost->ioService.Release = NULL;
74 delete hdfFaceAuthInterfaceHost;
80 if (hdfFaceAuthInterfaceHost->stub == nullptr) {
82 delete hdfFaceAuthInterfaceHost;
86 deviceObject->service = &hdfFaceAuthInterfaceHost->ioService;
98 if (hdfFaceAuthInterfaceHost != nullptr) {
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_1/cpp_target/face_auth/v1_1/
H A Dface_auth_interface_driver.cpp.txt61 auto *hdfFaceAuthInterfaceHost = new (std::nothrow) HdfFaceAuthInterfaceHost;
62 if (hdfFaceAuthInterfaceHost == nullptr) {
67 hdfFaceAuthInterfaceHost->ioService.Dispatch = FaceAuthInterfaceDriverDispatch;
68 hdfFaceAuthInterfaceHost->ioService.Open = NULL;
69 hdfFaceAuthInterfaceHost->ioService.Release = NULL;
74 delete hdfFaceAuthInterfaceHost;
80 if (hdfFaceAuthInterfaceHost->stub == nullptr) {
82 delete hdfFaceAuthInterfaceHost;
86 deviceObject->service = &hdfFaceAuthInterfaceHost->ioService;
98 if (hdfFaceAuthInterfaceHost != nullptr) {
[all …]
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-face_auth-des.md163 if (hdfFaceAuthInterfaceHost == nullptr || hdfFaceAuthInterfaceHost->stub == nullptr) {
164 IAM_LOGE("hdfFaceAuthInterfaceHost is invalid");
208 if (hdfFaceAuthInterfaceHost == nullptr) {
214 hdfFaceAuthInterfaceHost->ioService.Open = NULL;
215 hdfFaceAuthInterfaceHost->ioService.Release = NULL;
220 delete hdfFaceAuthInterfaceHost;
224 hdfFaceAuthInterfaceHost->stub =
226 if (hdfFaceAuthInterfaceHost->stub == nullptr) {
228 delete hdfFaceAuthInterfaceHost;
246 if (hdfFaceAuthInterfaceHost == nullptr) {
[all …]
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-face_auth-des.md163 if (hdfFaceAuthInterfaceHost == nullptr || hdfFaceAuthInterfaceHost->stub == nullptr) {
164 IAM_LOGE("hdfFaceAuthInterfaceHost is invalid");
208 if (hdfFaceAuthInterfaceHost == nullptr) {
214 hdfFaceAuthInterfaceHost->ioService.Open = NULL;
215 hdfFaceAuthInterfaceHost->ioService.Release = NULL;
220 delete hdfFaceAuthInterfaceHost;
224 hdfFaceAuthInterfaceHost->stub =
226 if (hdfFaceAuthInterfaceHost->stub == nullptr) {
228 delete hdfFaceAuthInterfaceHost;
246 if (hdfFaceAuthInterfaceHost == nullptr) {
[all …]