Home
last modified time | relevance | path

Searched refs:CheckUserIdInEventType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_utils.h58 static bool CheckUserIdInEventType(const std::string &type, int32_t callerUserId);
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp124 bool PrintUtils::CheckUserIdInEventType(const std::string &type, int32_t callerUserId) in CheckUserIdInEventType() function in OHOS::Print::PrintUtils
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_service_ability.h198 bool CheckUserIdInEventType(const std::string &type);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp2357 if (isSignalUser && CheckUserIdInEventType(eventIt.first)) { in SendPrinterEventChangeEvent()
2364 if (CheckUserIdInEventType(eventIt.first)) { in SendPrinterEventChangeEvent()
3618 bool PrintServiceAbility::CheckUserIdInEventType(const std::string &type) in CheckUserIdInEventType() function in OHOS::Print::PrintServiceAbility
3622 if (PrintUtils::CheckUserIdInEventType(type, callerUserId)) { in CheckUserIdInEventType()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp2174 EXPECT_EQ(service->CheckUserIdInEventType(type), false);
2176 EXPECT_EQ(service->CheckUserIdInEventType(type), false);