Searched refs:receiveBaseInfo (Results 1 - 4 of 4) sorted by relevance
/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_security_guard_manager_test.cpp | 43 * @tc.desc: receiveBaseInfo 53 printSerPrintSecurityGuardManager.receiveBaseInfo("jobId-1", "callerPkg-1", fileList); in HWTEST_F() 59 * @tc.desc: receiveBaseInfo 69 printSerPrintSecurityGuardManager.receiveBaseInfo("jobId-1", "callerPkg-1", fileList); in HWTEST_F()
|
/base/print/print_fwk/services/print_service/include/ |
H A D | print_security_guard_manager.h | 28 void receiveBaseInfo(const std::string jobId, const std::string callerPkg,
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_security_guard_manager.cpp | 22 void PrintSecurityGuardManager::receiveBaseInfo(const std::string jobId, const std::string callPkg, in receiveBaseInfo() function in OHOS::Print::PrintSecurityGuardManager 25 PRINT_HILOGI("receiveBaseInfo start jobId:%{public}s, callPkg:%{public}s", jobId.c_str(), callPkg.c_str()); in receiveBaseInfo()
|
H A D | print_service_ability.cpp | 312 securityGuardManager_.receiveBaseInfo(taskId, callerPkg, fileList); in CallSpooler()
|
Completed in 6 milliseconds