Home
last modified time | relevance | path

Searched refs:outcome_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_security_guard_info.cpp72 outcome_ = "success"; in SetPrintTypeInfo()
75 outcome_ = "canceled"; in SetPrintTypeInfo()
78 outcome_ = "failed"; in SetPrintTypeInfo()
105 securityGuardInfoJson["outcome"] = outcome_; in ToJson()
/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dsecurity_report.h29 std::string outcome_; member
38 outcome_ = outcome; in ReportInfo()
/ohos5.0/base/customization/enterprise_device_management/common/native/src/
H A Dsecurity_report.cpp43 jsonResult["outcome"] = reportInfo.outcome_; in ReportSecurityInfo()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_security_guard_info.h56 std::string outcome_{};