Searched refs:PrintSecurityGuardInfo (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_security_guard_info_test.cpp | 44 PrintSecurityGuardInfo printSecurityGuardInfo("callPkg", fileList); 54 PrintSecurityGuardInfo printSecurityGuardInfo("callPkg", fileList); 65 PrintSecurityGuardInfo printSecurityGuardInfo("callPkg", fileList); 79 PrintSecurityGuardInfo printSecurityGuardInfo("callPkg", fileList); 93 PrintSecurityGuardInfo printSecurityGuardInfo("callPkg", fileList); 107 PrintSecurityGuardInfo printSecurityGuardInfo("callPkg", fileList);
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_security_guard_info.cpp | 23 PrintSecurityGuardInfo::PrintSecurityGuardInfo(const std::string callPkg, const std::vector<std::st… in PrintSecurityGuardInfo() function in OHOS::Print::PrintSecurityGuardInfo 38 void PrintSecurityGuardInfo::SetPrintTypeInfo(const PrinterInfo &printerInfo, const PrintJob &print… in SetPrintTypeInfo() 86 nlohmann::json PrintSecurityGuardInfo::ToJson() in ToJson() 113 std::string PrintSecurityGuardInfo::ToJsonStr() in ToJsonStr()
|
H A D | print_security_guard_manager.cpp | 26 auto securityGuard = std::make_shared<PrintSecurityGuardInfo>(callPkg, fileList); in receiveBaseInfo() 44 auto securityGuard = std::make_shared<PrintSecurityGuardInfo>("", fileList); in receiveJobStateUpdate()
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_security_guard_info.h | 36 class PrintSecurityGuardInfo { 48 PrintSecurityGuardInfo(const std::string callPkg, const std::vector<std::string> &fileList);
|
H A D | print_security_guard_manager.h | 37 std::map<std::string, std::shared_ptr<PrintSecurityGuardInfo>> securityMap_;
|