Home
last modified time | relevance | path

Searched refs:GetServiceContext (Results 1 – 2 of 2) sorted by relevance

/base/security/selinux_adapter/interfaces/policycoreutils/include/
Dservice_checker.h45 int GetServiceContext(const std::string &serviceName, std::string &context);
/base/security/selinux_adapter/interfaces/policycoreutils/src/
Dservice_checker.cpp201 int ServiceChecker::GetServiceContext(const std::string &serviceName, std::string &context) in GetServiceContext() function in ServiceChecker
267 ret = GetServiceContext(serviceName, destContext); in CheckPerm()