Searched refs:IsAllowed (Results 1 – 4 of 4) sorted by relevance
62 bool IsAllowed(const std::string& path) const;
71 bool FileDescriptorWhitelist::IsAllowed(const std::string& path) const { in IsAllowed() function in FileDescriptorWhitelist231 if (!whitelist->IsAllowed(socket_name)) { in CreateFromFd()274 if (!whitelist->IsAllowed(file_path)) { in CreateFromFd()
66 bool IsAllowed(const pdx::Message& sender, const Task& task) const { in IsAllowed() function
263 if (!config.IsAllowed(message, task)) in OnSetSchedulerPolicy()362 if (!config.IsAllowed(message, task)) in OnSetSchedulerClass()