/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | executor_callback_proxy.cpp | 70 return GENERAL_ERROR; in OnBeginExecute() 74 return GENERAL_ERROR; in OnBeginExecute() 78 return GENERAL_ERROR; in OnBeginExecute() 83 return GENERAL_ERROR; in OnBeginExecute() 89 return GENERAL_ERROR; in OnBeginExecute() 91 int32_t result = GENERAL_ERROR; in OnBeginExecute() 94 return GENERAL_ERROR; in OnBeginExecute() 106 return GENERAL_ERROR; in OnEndExecute() 110 return GENERAL_ERROR; in OnEndExecute() 115 return GENERAL_ERROR; in OnEndExecute() [all...] |
H A D | user_auth_proxy.cpp | 91 return GENERAL_ERROR; in GetAvailableStatusInner() 150 callback->OnGetExecutorPropertyResult(GENERAL_ERROR, attr); in GetProperty() 189 callback->OnSetExecutorPropertyResult(GENERAL_ERROR); in SetProperty() 530 return GENERAL_ERROR; in CancelAuthOrIdentify() 534 return GENERAL_ERROR; in CancelAuthOrIdentify() 540 return GENERAL_ERROR; in CancelAuthOrIdentify() 542 int32_t result = GENERAL_ERROR; in CancelAuthOrIdentify() 557 return GENERAL_ERROR; in GetVersion() 563 return GENERAL_ERROR; in GetVersion() 567 return GENERAL_ERROR; in GetVersion() [all...] |
/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/ |
H A D | framework_executor_callback.cpp | 63 IF_FALSE_LOGE_AND_RETURN_VAL(getScheduleModeRet == true, ResultCode::GENERAL_ERROR); in OnBeginExecuteInner() 66 ResultCode ret = ResultCode::GENERAL_ERROR; in OnBeginExecuteInner() 125 IF_FALSE_LOGE_AND_RETURN_VAL(getAuthPropertyModeRet == true, ResultCode::GENERAL_ERROR); in OnSetPropertyInner() 156 IF_FALSE_LOGE_AND_RETURN_VAL(getDestRoleRet == true, ResultCode::GENERAL_ERROR); in OnSendData() 159 IF_FALSE_LOGE_AND_RETURN_VAL(getExtraInfoRet == true, ResultCode::GENERAL_ERROR); in OnSendData() 164 return ResultCode::GENERAL_ERROR; in OnSendData() 167 IF_FALSE_LOGE_AND_RETURN_VAL(hdi != nullptr, ResultCode::GENERAL_ERROR); in OnSendData() 175 IF_FALSE_LOGE_AND_RETURN_VAL(conditions != nullptr, ResultCode::GENERAL_ERROR); in OnGetPropertyInner() 176 IF_FALSE_LOGE_AND_RETURN_VAL(values != nullptr, ResultCode::GENERAL_ERROR); in OnGetPropertyInner() 180 IF_FALSE_LOGE_AND_RETURN_VAL(getAuthPropertyModeRet == true, ResultCode::GENERAL_ERROR); in OnGetPropertyInner() [all...] |
/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | user_auth_client_impl.cpp | 88 return GENERAL_ERROR; in GetAvailableStatus() 101 return GENERAL_ERROR; in GetNorthAvailableStatus() 113 return GENERAL_ERROR; in GetAvailableStatus() 131 callback->OnResult(GENERAL_ERROR, extraInfo); in GetProperty() 140 callback->OnResult(GENERAL_ERROR, extraInfo); in GetProperty() 152 return GENERAL_ERROR; in SetPropertyInner() 156 IF_FALSE_LOGE_AND_RETURN_VAL(keys.size() == 1, GENERAL_ERROR); in SetPropertyInner() 163 IF_FALSE_LOGE_AND_RETURN_VAL(getArrayRet, GENERAL_ERROR); in SetPropertyInner() 166 IF_FALSE_LOGE_AND_RETURN_VAL(setModeRet, GENERAL_ERROR); in SetPropertyInner() 169 IF_FALSE_LOGE_AND_RETURN_VAL(setArrayRet, GENERAL_ERROR); in SetPropertyInner() [all...] |
H A D | user_idm_client_impl.cpp | 72 callback->OnResult(GENERAL_ERROR, extraInfo); in AddCredential() 80 callback->OnResult(GENERAL_ERROR, extraInfo); in AddCredential() 102 callback->OnResult(GENERAL_ERROR, extraInfo); in UpdateCredential() 110 callback->OnResult(GENERAL_ERROR, extraInfo); in UpdateCredential() 126 return GENERAL_ERROR; in Cancel() 144 callback->OnResult(GENERAL_ERROR, extraInfo); in DeleteCredential() 152 callback->OnResult(GENERAL_ERROR, extraInfo); in DeleteCredential() 170 callback->OnResult(GENERAL_ERROR, extraInfo); in DeleteUser() 178 callback->OnResult(GENERAL_ERROR, extraInfo); in DeleteUser() 189 return GENERAL_ERROR; in EraseUser() [all...] |
H A D | executor_messenger_client.cpp | 38 return GENERAL_ERROR; in SendData() 43 return GENERAL_ERROR; in SendData() 56 return GENERAL_ERROR; in Finish() 61 return GENERAL_ERROR; in Finish()
|
H A D | executor_callback_service.cpp | 54 return GENERAL_ERROR; in OnBeginExecute() 64 return GENERAL_ERROR; in OnEndExecute() 74 return GENERAL_ERROR; in OnSetProperty() 84 return GENERAL_ERROR; in OnGetProperty() 94 return GENERAL_ERROR; in OnSendData()
|
/base/useriam/user_auth_framework/frameworks/native/executors/src/ |
H A D | iauth_executor_hdi.cpp | 29 return GENERAL_ERROR; in Enroll() 36 return GENERAL_ERROR; in Authenticate() 43 return GENERAL_ERROR; in Collect() 50 return GENERAL_ERROR; in Identify() 56 return GENERAL_ERROR; in Delete() 63 return GENERAL_ERROR; in SendCommand() 70 return GENERAL_ERROR; in GetProperty() 76 return GENERAL_ERROR; in SetCachedTemplates() 82 return GENERAL_ERROR; in NotifyCollectorReady()
|
/base/useriam/user_auth_framework/services/context/src/ |
H A D | remote_executor_stub.cpp | 135 IF_FALSE_LOGE_AND_RETURN_VAL(callback != nullptr, GENERAL_ERROR); 143 IF_FALSE_LOGE_AND_RETURN_VAL(callback != nullptr, GENERAL_ERROR); 234 IF_FALSE_LOGE_AND_RETURN_VAL(getScheduleIdRet, GENERAL_ERROR); in ProcBeginExecuteRequest() 238 IF_FALSE_LOGE_AND_RETURN_VAL(connectionCallback_ != nullptr, GENERAL_ERROR); in ProcBeginExecuteRequest() 241 IF_FALSE_LOGE_AND_RETURN_VAL(getConnectionName, GENERAL_ERROR); in ProcBeginExecuteRequest() 246 IF_FALSE_LOGE_AND_RETURN_VAL(registerResult == SUCCESS, GENERAL_ERROR); in ProcBeginExecuteRequest() 250 IF_FALSE_LOGE_AND_RETURN_VAL(getSrcUdidRet, GENERAL_ERROR); in ProcBeginExecuteRequest() 254 IF_FALSE_LOGE_AND_RETURN_VAL(getScheduleDataRet, GENERAL_ERROR); in ProcBeginExecuteRequest() 258 IF_FALSE_LOGE_AND_RETURN_VAL(hdi != nullptr, GENERAL_ERROR); in ProcBeginExecuteRequest() 261 IF_FALSE_LOGE_AND_RETURN_VAL(ret == SUCCESS, GENERAL_ERROR); in ProcBeginExecuteRequest() [all...] |
/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | iauth_executor_hdi_test.cpp | 71 return GENERAL_ERROR; in GetExecutorInfo() 78 return GENERAL_ERROR; in OnRegisterFinish() 84 return GENERAL_ERROR; in Cancel() 91 return GENERAL_ERROR; in SendMessage() 100 EXPECT_EQ(authExecutorHdi->OnRegisterFinish(templateIdList, frameworkPublicKey, extraInfo), GENERAL_ERROR); in HWTEST_F() 107 EXPECT_EQ(authExecutorHdi->Cancel(scheduleId), GENERAL_ERROR); in HWTEST_F() 116 EXPECT_EQ(authExecutorHdi->SendMessage(scheduleId, srcRole, msg), GENERAL_ERROR); in HWTEST_F() 123 EXPECT_EQ(authExecutorHdi->GetExecutorInfo(info), GENERAL_ERROR); in HWTEST_F() 132 EXPECT_EQ(authExecutorHdi->Enroll(scheduleId, param, callbackObj), GENERAL_ERROR); in HWTEST_F() 141 EXPECT_EQ(authExecutorHdi->Authenticate(scheduleId, param, callbackObj), GENERAL_ERROR); in HWTEST_F() [all...] |
/base/useriam/fingerprint_auth/services/src/ |
H A D | sensor_illumination_manager.cpp | 58 IF_FALSE_LOGE_AND_RETURN_VAL(executor != nullptr, UserAuth::GENERAL_ERROR); in ProcessSaCommand() 61 UserAuth::ResultCode result = UserAuth::GENERAL_ERROR; in ProcessSaCommand() 109 return UserAuth::GENERAL_ERROR; in EnableSensorIllumination() 114 return UserAuth::GENERAL_ERROR; in EnableSensorIllumination() 119 IF_FALSE_LOGE_AND_RETURN_VAL(acquireRet == UserAuth::SUCCESS, UserAuth::GENERAL_ERROR); in EnableSensorIllumination() 125 return UserAuth::GENERAL_ERROR; in EnableSensorIllumination() 131 IF_FALSE_LOGE_AND_RETURN_VAL(param.enableSensorIllumination.centerX < MAX_X_Y_VALUE, UserAuth::GENERAL_ERROR); in EnableSensorIllumination() 132 IF_FALSE_LOGE_AND_RETURN_VAL(param.enableSensorIllumination.centerY < MAX_X_Y_VALUE, UserAuth::GENERAL_ERROR); in EnableSensorIllumination() 133 IF_FALSE_LOGE_AND_RETURN_VAL(param.enableSensorIllumination.radius < MAX_RADIUS_LEN, UserAuth::GENERAL_ERROR); in EnableSensorIllumination() 138 IF_FALSE_LOGE_AND_RETURN_VAL(enableResultCode == UserAuth::ResultCode::SUCCESS, UserAuth::GENERAL_ERROR); in EnableSensorIllumination() [all...] |
H A D | fingerprint_auth_all_in_one_executor_hdi.cpp | 53 IF_FALSE_LOGE_AND_RETURN_VAL(executorProxy_ != nullptr, IamResultCode::GENERAL_ERROR); in GetExecutorInfo() 72 IF_FALSE_LOGE_AND_RETURN_VAL(executorProxy_ != nullptr, IamResultCode::GENERAL_ERROR); in OnRegisterFinish() 91 IF_FALSE_LOGE_AND_RETURN_VAL(executorProxy_ != nullptr, IamResultCode::GENERAL_ERROR); in SendMessage() 104 IF_FALSE_LOGE_AND_RETURN_VAL(executorProxy_ != nullptr, IamResultCode::GENERAL_ERROR); in Enroll() 105 IF_FALSE_LOGE_AND_RETURN_VAL(callbackObj != nullptr, IamResultCode::GENERAL_ERROR); in Enroll() 108 IF_FALSE_LOGE_AND_RETURN_VAL(callback != nullptr, IamResultCode::GENERAL_ERROR); in Enroll() 121 IF_FALSE_LOGE_AND_RETURN_VAL(executorProxy_ != nullptr, IamResultCode::GENERAL_ERROR); in Authenticate() 122 IF_FALSE_LOGE_AND_RETURN_VAL(callbackObj != nullptr, IamResultCode::GENERAL_ERROR); in Authenticate() 125 IF_FALSE_LOGE_AND_RETURN_VAL(callback != nullptr, IamResultCode::GENERAL_ERROR); in Authenticate() 139 IF_FALSE_LOGE_AND_RETURN_VAL(executorProxy_ != nullptr, IamResultCode::GENERAL_ERROR); in Identify() [all...] |
/base/useriam/user_auth_framework/services/core/src/ |
H A D | remote_executor_proxy.cpp | 52 IF_FALSE_LOGE_AND_RETURN_VAL(callback != nullptr, GENERAL_ERROR); 58 IF_FALSE_LOGE_AND_RETURN_VAL(callback != nullptr, GENERAL_ERROR); 65 return GENERAL_ERROR; 71 return GENERAL_ERROR; 77 IF_FALSE_LOGE_AND_RETURN_VAL(callback != nullptr, GENERAL_ERROR); 152 IF_FALSE_LOGE_AND_RETURN_VAL(connectionCallback_ != nullptr, GENERAL_ERROR); in Start() 156 IF_FALSE_LOGE_AND_RETURN_VAL(registerResult == SUCCESS, GENERAL_ERROR); in Start() 159 IF_FALSE_LOGE_AND_RETURN_VAL(executorCallback_ != nullptr, GENERAL_ERROR); in Start() 163 IF_FALSE_LOGE_AND_RETURN_VAL(executorIndex != INVALID_EXECUTOR_INDEX, GENERAL_ERROR); in Start() 188 int32_t resultCode = ResultCode::GENERAL_ERROR; in OnMessage() [all...] |
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
H A D | auth_command.cpp | 41 IF_FALSE_LOGE_AND_RETURN_VAL(attributes_ != nullptr, ResultCode::GENERAL_ERROR); in SendRequest() 44 IF_FALSE_LOGE_AND_RETURN_VAL(hdi != nullptr, ResultCode::GENERAL_ERROR); in SendRequest() 48 IF_FALSE_LOGE_AND_RETURN_VAL(getTemplateIdListRet == true, ResultCode::GENERAL_ERROR); in SendRequest() 51 IF_FALSE_LOGE_AND_RETURN_VAL(getTokenIdRet == true, ResultCode::GENERAL_ERROR); in SendRequest() 54 IF_FALSE_LOGE_AND_RETURN_VAL(getEndAfterFirstFailRet == true, ResultCode::GENERAL_ERROR); in SendRequest() 57 IF_FALSE_LOGE_AND_RETURN_VAL(getExtraInfoRet == true, ResultCode::GENERAL_ERROR); in SendRequest() 62 IF_FALSE_LOGE_AND_RETURN_VAL(getAuthIntent == true, ResultCode::GENERAL_ERROR); in SendRequest() 66 IF_FALSE_LOGE_AND_RETURN_VAL(getUserId == true, ResultCode::GENERAL_ERROR); in SendRequest()
|
H A D | custom_command.cpp | 45 IF_FALSE_LOGE_AND_RETURN_VAL(attributes_ != nullptr, ResultCode::GENERAL_ERROR); in SendRequest() 48 IF_FALSE_LOGE_AND_RETURN_VAL(hdi != nullptr, ResultCode::GENERAL_ERROR); in SendRequest() 53 IF_FALSE_LOGE_AND_RETURN_VAL(getAuthPropertyModeRet == true, ResultCode::GENERAL_ERROR); in SendRequest() 57 IF_FALSE_LOGE_AND_RETURN_VAL(getExtraInfoRet == true, ResultCode::GENERAL_ERROR); in SendRequest() 90 return ResultCode::GENERAL_ERROR; in GetResult()
|
/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | executor_messenger_service.cpp | 47 return GENERAL_ERROR; in SendData() 52 return GENERAL_ERROR; in SendData() 63 return GENERAL_ERROR; in Finish() 68 return GENERAL_ERROR; in Finish()
|
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A D | auth_instance_v9.cpp | 42 return UserAuthResultCode::GENERAL_ERROR; in GetAvailableStatus() 53 return UserAuthResultCode::GENERAL_ERROR; in GetAvailableStatus() 63 return UserAuthResultCode::GENERAL_ERROR; in GetAvailableStatus() 106 return UserAuthResultCode::GENERAL_ERROR; in Init() 113 return UserAuthResultCode::GENERAL_ERROR; in Init() 170 return UserAuthResultCode::GENERAL_ERROR; in On() 177 return UserAuthResultCode::GENERAL_ERROR; in On() 214 return UserAuthResultCode::GENERAL_ERROR; in Off() 221 return UserAuthResultCode::GENERAL_ERROR; in Off() 233 return UserAuthResultCode::GENERAL_ERROR; in Off() [all...] |
/base/accesscontrol/sandbox_manager/services/common/database/src/ |
H A D | sqlite_helper.cpp | 87 return GENERAL_ERROR; in BeginTransaction() 94 result = GENERAL_ERROR; in BeginTransaction() 104 return GENERAL_ERROR; in CommitTransaction() 111 result = GENERAL_ERROR; in CommitTransaction() 121 return GENERAL_ERROR; in RollbackTransaction() 128 result = GENERAL_ERROR; in RollbackTransaction() 143 return GENERAL_ERROR; in ExecuteSql() 150 result = GENERAL_ERROR; in ExecuteSql() 160 return GENERAL_ERROR; in GetVersion()
|
/base/security/access_token/services/common/database/src/ |
H A D | sqlite_helper.cpp | 93 return GENERAL_ERROR; in BeginTransaction() 100 result = GENERAL_ERROR; in BeginTransaction() 110 return GENERAL_ERROR; in CommitTransaction() 117 result = GENERAL_ERROR; in CommitTransaction() 128 return GENERAL_ERROR; in RollbackTransaction() 135 result = GENERAL_ERROR; in RollbackTransaction() 150 return GENERAL_ERROR; in ExecuteSql() 157 result = GENERAL_ERROR; in ExecuteSql() 167 return GENERAL_ERROR; in GetVersion()
|
/base/useriam/pin_auth/services/modules/executors/src/ |
H A D | pin_auth_verifier_hdi.cpp | 37 return UserAuth::ResultCode::GENERAL_ERROR;
in GetExecutorInfo() 48 return UserAuth::ResultCode::GENERAL_ERROR;
in GetExecutorInfo() 59 return UserAuth::ResultCode::GENERAL_ERROR;
in OnRegisterFinish() 75 return UserAuth::ResultCode::GENERAL_ERROR;
in Cancel() 92 return UserAuth::ResultCode::GENERAL_ERROR;
in SendMessage() 109 return UserAuth::ResultCode::GENERAL_ERROR;
in Authenticate() 113 return UserAuth::ResultCode::GENERAL_ERROR;
in Authenticate() 125 return UserAuth::ResultCode::GENERAL_ERROR;
in Authenticate() 141 return UserAuth::ResultCode::GENERAL_ERROR;
in NotifyCollectorReady()
|
H A D | pin_auth_collector_hdi.cpp | 37 return UserAuth::ResultCode::GENERAL_ERROR;
in GetExecutorInfo() 48 return UserAuth::ResultCode::GENERAL_ERROR;
in GetExecutorInfo() 59 return UserAuth::ResultCode::GENERAL_ERROR;
in OnRegisterFinish() 75 return UserAuth::ResultCode::GENERAL_ERROR;
in Cancel() 92 return UserAuth::ResultCode::GENERAL_ERROR;
in SendMessage() 109 return UserAuth::ResultCode::GENERAL_ERROR;
in Collect() 113 return UserAuth::ResultCode::GENERAL_ERROR;
in Collect() 123 return UserAuth::ResultCode::GENERAL_ERROR;
in Collect() 139 return UserAuth::ResultCode::GENERAL_ERROR;
in OnSetData()
|
H A D | pin_auth_all_in_one_hdi.cpp | 42 return UserAuth::ResultCode::GENERAL_ERROR;
in GetExecutorInfo() 56 return UserAuth::ResultCode::GENERAL_ERROR;
in GetExecutorInfo() 66 return UserAuth::ResultCode::GENERAL_ERROR;
in OnRegisterFinish() 83 return UserAuth::ResultCode::GENERAL_ERROR;
in SendMessage() 99 return UserAuth::ResultCode::GENERAL_ERROR;
in OnSetData() 115 return UserAuth::ResultCode::GENERAL_ERROR;
in Enroll() 119 return UserAuth::ResultCode::GENERAL_ERROR;
in Enroll() 123 return UserAuth::ResultCode::GENERAL_ERROR;
in Enroll() 140 return UserAuth::ResultCode::GENERAL_ERROR;
in Enroll() 157 return UserAuth::ResultCode::GENERAL_ERROR;
in Authenticate() [all...] |
/base/useriam/face_auth/services/src/ |
H A D | face_auth_all_in_one_executor_hdi.cpp | 53 IF_FALSE_LOGE_AND_RETURN_VAL(executorProxy_ != nullptr, IamResultCode::GENERAL_ERROR); in GetExecutorInfo() 72 IF_FALSE_LOGE_AND_RETURN_VAL(executorProxy_ != nullptr, IamResultCode::GENERAL_ERROR); in OnRegisterFinish() 91 IF_FALSE_LOGE_AND_RETURN_VAL(executorProxy_ != nullptr, IamResultCode::GENERAL_ERROR); in SendMessage() 104 IF_FALSE_LOGE_AND_RETURN_VAL(executorProxy_ != nullptr, IamResultCode::GENERAL_ERROR); in Enroll() 105 IF_FALSE_LOGE_AND_RETURN_VAL(callbackObj != nullptr, IamResultCode::GENERAL_ERROR); in Enroll() 107 IF_FALSE_LOGE_AND_RETURN_VAL(callback != nullptr, IamResultCode::GENERAL_ERROR); in Enroll() 120 IF_FALSE_LOGE_AND_RETURN_VAL(executorProxy_ != nullptr, IamResultCode::GENERAL_ERROR); in Authenticate() 121 IF_FALSE_LOGE_AND_RETURN_VAL(callbackObj != nullptr, IamResultCode::GENERAL_ERROR); in Authenticate() 123 IF_FALSE_LOGE_AND_RETURN_VAL(callback != nullptr, IamResultCode::GENERAL_ERROR); in Authenticate() 136 IF_FALSE_LOGE_AND_RETURN_VAL(executorProxy_ != nullptr, IamResultCode::GENERAL_ERROR); in Identify() [all...] |
H A D | screen_brightness_manager.cpp | 60 IF_FALSE_LOGE_AND_RETURN_VAL(executor != nullptr, UserAuth::GENERAL_ERROR); in ProcessSaCommand() 64 UserAuth::ResultCode result = UserAuth::GENERAL_ERROR; in ProcessSaCommand() 103 return UserAuth::GENERAL_ERROR; in ProcessScreenBrightnessIncreaseBegin() 108 return UserAuth::GENERAL_ERROR; in ProcessScreenBrightnessIncreaseBegin() 113 IF_FALSE_LOGE_AND_RETURN_VAL(acquireRet == UserAuth::SUCCESS, UserAuth::GENERAL_ERROR); in ProcessScreenBrightnessIncreaseBegin() 119 return UserAuth::GENERAL_ERROR; in ProcessScreenBrightnessIncreaseBegin() 138 return UserAuth::GENERAL_ERROR; in ProcessScreenBrightnessIncreaseEnd()
|
/base/useriam/fingerprint_auth/services_ex/src/ |
H A D | sensor_illumination_task.cpp | 81 return ResultCode::GENERAL_ERROR; in GetBackgroundAlpha() 109 IF_FALSE_LOGE_AND_RETURN_VAL(canvas != nullptr, ResultCode::GENERAL_ERROR); in DrawCanvas() 171 IF_FALSE_LOGE_AND_RETURN_VAL(rsSurfaceNode != nullptr, ResultCode::GENERAL_ERROR); in EnableSensorIllumination() 174 IF_FALSE_LOGE_AND_RETURN_VAL(defaultDisplay != nullptr, ResultCode::GENERAL_ERROR); in EnableSensorIllumination() 182 IF_FALSE_LOGE_AND_RETURN_VAL(rsSurface != nullptr, ResultCode::GENERAL_ERROR); in EnableSensorIllumination() 185 IF_FALSE_LOGE_AND_RETURN_VAL(renderContext != nullptr, ResultCode::GENERAL_ERROR); in EnableSensorIllumination() 191 IF_FALSE_LOGE_AND_RETURN_VAL(convertRetX == true, ResultCode::GENERAL_ERROR); in EnableSensorIllumination() 194 IF_FALSE_LOGE_AND_RETURN_VAL(convertRetY == true, ResultCode::GENERAL_ERROR); in EnableSensorIllumination() 211 IF_FALSE_LOGE_AND_RETURN_VAL(drawResult == ResultCode::SUCCESS, ResultCode::GENERAL_ERROR); in EnableSensorIllumination() 232 IF_FALSE_LOGE_AND_RETURN_VAL(rsSurface_ != nullptr, ResultCode::GENERAL_ERROR); in DrawSurfaceNode() [all...] |