Home
last modified time | relevance | path

Searched refs:GetEventTypeWithToken (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_utils.h56 static std::string GetEventTypeWithToken(int32_t userId, int64_t pid, const std::string &type);
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp105 std::string PrintUtils::GetEventTypeWithToken(int32_t userId, int64_t pid, const std::string &type) in GetEventTypeWithToken() function in OHOS::Print::PrintUtils
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp2220 eventType = PrintUtils::GetEventTypeWithToken(userId, callerPid, type); in On()
2260 eventType = PrintUtils::GetEventTypeWithToken(userId, callerPid, type); in Off()