Home
last modified time | relevance | path

Searched refs:serName (Results 1 - 1 of 1) sorted by relevance

/base/security/selinux_adapter/framework/tools/service_check/
H A Dtest.cpp131 std::string serName; in TestAddService() local
132 while (std::cin >> serName) { in TestAddService()
133 std::cout << GetErrStr(isHdf ? HdfAddServiceCheck(sid.c_str(), serName.c_str()) in TestAddService()
134 : g_service->AddServiceCheck(sid, serName)) in TestAddService()
151 std::string serName; in TestGetService() local
152 while (std::cin >> serName) { in TestGetService()
153 std::cout << GetErrStr(isHdf ? HdfGetServiceCheck(sid.c_str(), serName.c_str()) in TestGetService()
154 : g_service->GetServiceCheck(sid, serName)) in TestGetService()
171 std::string serName; in TestGetRemoteService() local
172 while (std::cin >> serName) { in TestGetRemoteService()
[all...]

Completed in 1 milliseconds