Home
last modified time | relevance | path

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

/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ext_seccomp_test.cpp312 ret = CheckSyscall(APP, IMF_EXTENTOIN_NAME, CheckSendfile, false); in TestInputMethodExtSycall()
315 ret = CheckSyscall(APP, IMF_EXTENTOIN_NAME, CheckVmsplice, false); in TestInputMethodExtSycall()
320 ret = CheckSyscall(APP, IMF_EXTENTOIN_NAME, CheckSetuid, false); in TestInputMethodExtSycall()
324 ret = CheckSyscall(APP, IMF_EXTENTOIN_NAME, CheckSetuid32, false); in TestInputMethodExtSycall()
326 ret = CheckSyscall(APP, IMF_EXTENTOIN_NAME, CheckSendfile64, false); in TestInputMethodExtSycall()
328 ret = CheckSyscall(APP, IMF_EXTENTOIN_NAME, CheckRecvmmsgTime64, false); in TestInputMethodExtSycall()
/base/startup/init/test/unittest/seccomp/
H A Dseccomp_unittest.cpp543 int ret = CheckSyscall(APP, APP_NAME, CheckSetuid, false); in TestAppSycall()
547 ret = CheckSyscall(APP, APP_NAME, CheckGetpid, true); in TestAppSycall()
553 int ret = CheckSyscall(APP, APP_PRIVILEGE, CheckSetuid64ForUidFilter1, true); in TestSeccompPrivilegeSyscall()
1062 int ret = CheckSyscall(APP, APP_NAME, CheckSetuid32, false); in TestAppSycall()
1066 ret = CheckSyscall(APP, APP_NAME, CheckGetuid32, true); in TestAppSycall()
1073 int ret = CheckSyscall(APP, APP_PRIVILEGE, CheckSetuid32ForUidFilter1, true); in TestSeccompPrivilegeSyscall()
1080 int ret = CheckSyscall(APP, APP_NAME, CheckUnshare, false); in TestAppSycallNs()
1083 ret = CheckSyscall(APP, APP_NAME, CheckSetns, false); in TestAppSycallNs()
1086 ret = CheckSyscall(APP, APP_NAME, CheckClonePidNs, false); in TestAppSycallNs()
1089 ret = CheckSyscall(APP, APP_NAM in TestAppSycallNs()
[all...]
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/
H A Dtrace_caller.h27 APP, enumerator
/base/startup/init/interfaces/innerkits/seccomp/include/
H A Dseccomp_policy.h38 APP, enumerator
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_utils.cpp46 const std::string APP = "APP"; member
164 if (fileName.find("/"+APP) != std::string::npos) {
184 if (fileName.find("/"+APP) != std::string::npos) {
257 if (caller == UCollect::TraceCaller::APP) { in GetCleanPolicy()
272 if (caller == UCollect::TraceCaller::APP) { in GetCleanPolicy()
292 case UCollect::TraceCaller::APP: in FileRemove()
340 case UCollect::TraceCaller::APP: in EnumToString()
341 return APP; in EnumToString()
H A Dtrace_flow_controller.cpp220 UCollect::TraceCaller caller = UCollect::TraceCaller::APP; in CleanOldAppTrace()
/base/startup/appspawn/modules/common/
H A Dappspawn_adapter.cpp165 SeccompFilterType type = APP; in SetSeccompFilter()

Completed in 4 milliseconds