/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/ |
D | update_model_kernel.cc | 73 ResultCode result_code = ReachThresholdForUpdateModel(fbb); in Launch() 74 if (result_code != ResultCode::kSuccess) { in Launch() 89 if (result_code != ResultCode::kSuccess) { in Launch() 96 if (result_code != ResultCode::kSuccess) { in Launch() 130 ResultCode UpdateModelKernel::ReachThresholdForUpdateModel(const std::shared_ptr<FBBuilder> &fbb) { in ReachThresholdForUpdateModel() 137 return ResultCode::kSuccessAndReturn; in ReachThresholdForUpdateModel() 139 return ResultCode::kSuccess; in ReachThresholdForUpdateModel() 142 ResultCode UpdateModelKernel::UpdateModel(const schema::RequestUpdateModel *update_model_req, in UpdateModel() 144 MS_ERROR_IF_NULL_W_RET_VAL(update_model_req, ResultCode::kSuccessAndReturn); in UpdateModel() 154 return ResultCode::kSuccessAndReturn; in UpdateModel() [all …]
|
D | start_fl_job_kernel.cc | 79 ResultCode result_code = ReachThresholdForStartFLJob(fbb); in Launch() 80 if (result_code != ResultCode::kSuccess) { in Launch() 98 if (result_code != ResultCode::kSuccess) { in Launch() 117 if (result_code != ResultCode::kSuccess) { in Launch() 140 ResultCode StartFLJobKernel::ReachThresholdForStartFLJob(const std::shared_ptr<FBBuilder> &fbb) { in ReachThresholdForStartFLJob() 147 return ResultCode::kSuccessAndReturn; in ReachThresholdForStartFLJob() 149 return ResultCode::kSuccess; in ReachThresholdForStartFLJob() 166 ResultCode StartFLJobKernel::ReadyForStartFLJob(const std::shared_ptr<FBBuilder> &fbb, const Device… in ReadyForStartFLJob() 167 ResultCode ret = ResultCode::kSuccess; in ReadyForStartFLJob() 171 ret = ResultCode::kSuccessAndReturn; in ReadyForStartFLJob() [all …]
|
D | push_weight_kernel.cc | 62 ResultCode result_code = PushWeight(fbb, push_weight_req); in Launch() 81 ResultCode PushWeightKernel::PushWeight(const std::shared_ptr<FBBuilder> &fbb, in PushWeight() 83 MS_ERROR_IF_NULL_W_RET_VAL(fbb, ResultCode::kSuccessAndReturn); in PushWeight() 84 MS_ERROR_IF_NULL_W_RET_VAL(push_weight_req, ResultCode::kSuccessAndReturn); in PushWeight() 92 return ResultCode::kSuccessAndReturn; in PushWeight() 100 return ResultCode::kSuccessAndReturn; in PushWeight() 107 return ResultCode::kSuccessAndReturn; in PushWeight() 116 return count_reason == kNetworkError ? ResultCode::kFail : ResultCode::kSuccessAndReturn; in PushWeight() 119 return ResultCode::kSuccess; in PushWeight()
|
D | push_metrics_kernel.cc | 57 ResultCode result_code = PushMetrics(fbb, push_metrics_req); in Launch() 76 ResultCode PushMetricsKernel::PushMetrics(const std::shared_ptr<FBBuilder> &fbb, in PushMetrics() 78 MS_ERROR_IF_NULL_W_RET_VAL(fbb, ResultCode::kSuccessAndReturn); in PushMetrics() 79 MS_ERROR_IF_NULL_W_RET_VAL(push_metrics_req, ResultCode::kSuccessAndReturn); in PushMetrics() 91 return count_reason == kNetworkError ? ResultCode::kFail : ResultCode::kSuccessAndReturn; in PushMetrics() 95 return ResultCode::kSuccess; in PushMetrics()
|
D | update_model_kernel.h | 53 ResultCode ReachThresholdForUpdateModel(const std::shared_ptr<FBBuilder> &fbb); 54 …ResultCode UpdateModel(const schema::RequestUpdateModel *update_model_req, const std::shared_ptr<F… 56 ResultCode CountForUpdateModel(const std::shared_ptr<FBBuilder> &fbb,
|
D | start_fl_job_kernel.h | 47 ResultCode ReachThresholdForStartFLJob(const std::shared_ptr<FBBuilder> &fbb); 54 …ResultCode ReadyForStartFLJob(const std::shared_ptr<FBBuilder> &fbb, const DeviceMeta &device_meta… 57 …ResultCode CountForStartFLJob(const std::shared_ptr<FBBuilder> &fbb, const schema::RequestFLJob *s…
|
D | push_metrics_kernel.h | 45 …ResultCode PushMetrics(const std::shared_ptr<FBBuilder> &fbb, const schema::RequestPushMetrics *pu…
|
D | push_weight_kernel.h | 45 …ResultCode PushWeight(const std::shared_ptr<FBBuilder> &fbb, const schema::RequestPushWeight *push…
|
/third_party/skia/src/sksl/ |
D | SkSLMain.cpp | 43 enum class ResultCode { enum 253 ResultCode processCommand(std::vector<SkSL::String>& args) { in processCommand() 265 return ResultCode::kInputError; in processCommand() 269 return ResultCode::kInputError; in processCommand() 287 return ResultCode::kInputError; in processCommand() 295 return ResultCode::kInputError; in processCommand() 304 return ResultCode::kInputError; in processCommand() 327 auto compileProgram = [&](const auto& writeFn) -> ResultCode { in processCommand() 332 return ResultCode::kOutputError; in processCommand() 337 return ResultCode::kCompileError; in processCommand() [all …]
|
/third_party/mindspore/mindspore/ccsrc/fl/server/ |
D | common.h | 260 enum class ResultCode { enum 270 bool inline ConvertResultCode(ResultCode result_code) { in ConvertResultCode() 272 case ResultCode::kSuccess: in ConvertResultCode() 274 case ResultCode::kSuccessAndReturn: in ConvertResultCode() 276 case ResultCode::kFail: in ConvertResultCode()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_userIAM_faceAuth.js | 20 const ResultCode = { variable 36 ResultCode, property
|
D | ohos_userIAM_userAuth.js | 149 ResultCode : { property
|
D | ohos_account_osAccount.js | 684 const ResultCode = { variable 738 ResultCode, property
|
D | ohos_account_appAccount.js | 565 ResultCode: ResultCodeMock, property
|
/third_party/cef/patch/patches/ |
D | win_sandbox_3210.patch | 5 @@ -1155,6 +1155,13 @@ ResultCode SandboxWin::StartSandboxedProcess( 17 ResultCode result = GeneratePolicyForSandboxedProcess(
|
/third_party/cef/libcef/browser/printing/ |
D | print_dialog_linux.cc | 184 std::move(callback).Run(printing::mojom::ResultCode::kCanceled); in ShowDialog() 300 std::move(callback_).Run(printing::mojom::ResultCode::kSuccess); in OnPrintContinue() 304 std::move(callback_).Run(printing::mojom::ResultCode::kCanceled); in OnPrintCancel()
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | request_process_result_code.h | 76 enum RequestProcessResultCode ResultCode() const { return code_; } in ResultCode() function
|