Searched refs:ListServiceCheck (Results 1 – 4 of 4) sorted by relevance
32 int ListServiceCheck(const pid_t callingPid);
101 ASSERT_EQ(-SELINUX_GET_CONTEXT_ERROR, service.ListServiceCheck(-1));102 ASSERT_EQ(SELINUX_SUCC, service.ListServiceCheck(getpid()));
64 return ServiceChecker::GetInstance().ListServiceCheck(callingPid); in HdfListServiceCheck()288 int ServiceChecker::ListServiceCheck(const pid_t callingPid) in ListServiceCheck() function in ServiceChecker
156 …std::cout << GetErrStr(isHdf ? HdfListServiceCheck(getpid()) : g_service->ListServiceCheck(getpid(… in TestListService()