Searched defs:filterName (Results 1 - 6 of 6) sorted by relevance
/base/startup/appspawn/test/mock/ |
H A D | app_spawn_stub.cpp | 97 bool SetSeccompPolicyWithName(SeccompFilterType filter, const char *filterName)
in SetSeccompPolicyWithName() argument
|
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/ |
H A D | log_catcher_utils.cpp | 94 std::string filterName = "-KernelStack-" + std::to_string(originFd); in WriteKernelStackToFd() local
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_ext_seccomp_test.cpp | 65 static pid_t StartChild(SeccompFilterType type, const char *filterName, SyscallFunc func)
in StartChild() argument 110 static int CheckSyscall(SeccompFilterType type, const char *filterName, SyscallFunc func, bool isAllow)
in CheckSyscall() argument
|
/base/startup/init/services/modules/seccomp/ |
H A D | seccomp_policy.c | 99 static bool GetFilterFileByName(const char *filterName, char *filterLibRealPath, unsigned int pathSize) in GetFilterFileByName() argument 135 static int GetSeccompPolicy(const char *filterName, int **handler, in GetSeccompPolicy() argument 211 bool SetSeccompPolicyWithName(SeccompFilterType type, const char *filterName) in SetSeccompPolicyWithName() argument [all...] |
/base/powermgr/display_manager/brightness_manager/src/ |
H A D | light_lux_manager.cpp | 302 std::string filterName = FilterLabel[static_cast<int>(mCurrentFilter)];
in GetFilterNum() local 308 std::string filterName = FilterLabel[static_cast<int>(mCurrentFilter)];
in GetNoFilterNum() local
|
/base/startup/init/test/unittest/seccomp/ |
H A D | seccomp_unittest.cpp | 64 static pid_t StartChild(SeccompFilterType type, const char *filterName, SyscallFunc func)
in StartChild() argument 109 static int CheckSyscall(SeccompFilterType type, const char *filterName, SyscallFunc func, bool isAllow)
in CheckSyscall() argument
|
Completed in 5 milliseconds