Searched refs:confirmOperation (Results 1 – 7 of 7) sorted by relevance
25 private confirmOperation?: () => void;77 if (this.confirmOperation !== undefined) {78 this.confirmOperation()
55 confirmOperation: FaceConfigController.deleteFace
160 json[TAG_CONFIRM_OPERATION] = authResponseContext_->confirmOperation; in CreateResponseAuthMessageExt()343 authResponseContext_->confirmOperation = json[TAG_CONFIRM_OPERATION].get<int32_t>(); in ParseAuthResponseMessageExt()
1017 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()
172 int32_t confirmOperation; member
794 authManager_->authResponseContext_->confirmOperation = 0;807 authManager_->authResponseContext_->confirmOperation = 6;819 authManager_->authResponseContext_->confirmOperation = 6;
1370 "confirmOperation": "1",1462 authMessageProcessor->authResponseContext_->confirmOperation = 456;