Home
last modified time | relevance | path

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

/base/startup/bootstrap_lite/services/source/
H A Dbootstrap_service.h23 #define APP_NAME(name, step) ".zinitcall.app." #name #step ".init" macro
79 #define APP_BEGIN(name, step) __section_begin(APP_NAME(name, step))
80 #define APP_END(name, step) __section_end(APP_NAME(name, step))
84 #pragma section = APP_NAME(service, 0)
85 #pragma section = APP_NAME(service, 1)
86 #pragma section = APP_NAME(service, 2)
87 #pragma section = APP_NAME(service, 3)
88 #pragma section = APP_NAME(service, 4)
89 #pragma section = APP_NAME(feature, 0)
90 #pragma section = APP_NAME(featur
[all...]
/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()
1062 int ret = CheckSyscall(APP, APP_NAME, CheckSetuid32, false); in TestAppSycall()
1066 ret = CheckSyscall(APP, APP_NAME, CheckGetuid32, true); in TestAppSycall()
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_NAME, CheckCloneMntNs, false); in TestAppSycallNs()
1092 ret = CheckSyscall(APP, APP_NAME, CheckCloneCgroupNs, false); in TestAppSycallNs()
1095 ret = CheckSyscall(APP, APP_NAME, CheckCloneIpcN in TestAppSycallNs()
[all...]
/base/startup/init/interfaces/innerkits/seccomp/include/
H A Dseccomp_policy.h31 #define APP_NAME "app" macro
/base/security/security_guard/services/data_collect/store/include/
H A Dstore_define.h39 constexpr const char *APP_NAME = "app_name"; member
/base/security/security_guard/test/unittest/data_collect/include/
H A Dstore_define.h39 constexpr const char *APP_NAME = "app_name"; member
/base/security/security_guard/test/unittest/config_manager/include/
H A Dstore_define.h39 constexpr const char *APP_NAME = "app_name"; member
/base/startup/appspawn/modules/common/
H A Dappspawn_adapter.cpp164 const char *appName = APP_NAME; in SetSeccompFilter()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp53 const std::string APP_NAME = "bundleName"; member
379 .append(APP_NAME) in GenerateDistributedKey()
643 info.AddAppName(APP_NAME); in HWTEST_F()
1700 NotificationBundleOption bundleOption(APP_NAME, UID); in HWTEST_F()
1878 NotificationBundleOption bundleOption(APP_NAME, UID); in HWTEST_F()
1946 NotificationBundleOption bundleOption(APP_NAME, UID); in HWTEST_F()
2022 request.SetOwnerBundleName(APP_NAME); in HWTEST_F()
2023 request.SetCreatorBundleName(APP_NAME); in HWTEST_F()
2236 request.SetOwnerBundleName(APP_NAME); in HWTEST_F()
2237 request.SetCreatorBundleName(APP_NAME); in HWTEST_F()
[all...]

Completed in 10 milliseconds