Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/component/
H A DconfirmDialog.ets25 private confirmOperation?: () => void;
77 if (this.confirmOperation !== undefined) {
78 this.confirmOperation()
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/pages/
H A DfaceConfig.ets55 confirmOperation: FaceConfigController.deleteFace
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp160 json[TAG_CONFIRM_OPERATION] = authResponseContext_->confirmOperation; in CreateResponseAuthMessageExt()
343 authResponseContext_->confirmOperation = json[TAG_CONFIRM_OPERATION].get<int32_t>(); in ParseAuthResponseMessageExt()
H A Ddm_auth_manager.cpp1017 authResponseContext_->confirmOperation = action; in ConfirmProcessExt()
2063 if (authResponseContext_->confirmOperation == USER_OPERATION_TYPE_ALLOW_AUTH || in SrcAuthDeviceFinish()
2064 (authResponseContext_->confirmOperation == USER_OPERATION_TYPE_ALLOW_AUTH_ALWAYS && in SrcAuthDeviceFinish()
2078 if (authResponseContext_->confirmOperation == USER_OPERATION_TYPE_ALLOW_AUTH_ALWAYS && in SrcAuthDeviceFinish()
2553 if (authResponseContext_->confirmOperation == USER_OPERATION_TYPE_ALLOW_AUTH_ALWAYS) { in PutAccessControlList()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h172 int32_t confirmOperation; member
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp794 authManager_->authResponseContext_->confirmOperation = 0;
807 authManager_->authResponseContext_->confirmOperation = 6;
819 authManager_->authResponseContext_->confirmOperation = 6;
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp1370 "confirmOperation": "1",
1462 authMessageProcessor->authResponseContext_->confirmOperation = 456;