Home
last modified time | relevance | path

Searched refs:APP_NAME (Results 1 – 5 of 5) sorted by relevance

/base/startup/bootstrap_lite/services/source/
Dbootstrap_service.h23 #define APP_NAME(name, step) ".zinitcall.app." #name #step ".init" macro
72 #define APP_BEGIN(name, step) __section_begin(APP_NAME(name, step))
73 #define APP_END(name, step) __section_end(APP_NAME(name, step))
77 #pragma section = APP_NAME(service, 0)
78 #pragma section = APP_NAME(service, 1)
79 #pragma section = APP_NAME(service, 2)
80 #pragma section = APP_NAME(service, 3)
81 #pragma section = APP_NAME(service, 4)
82 #pragma section = APP_NAME(feature, 0)
83 #pragma section = APP_NAME(feature, 1)
[all …]
/base/startup/init/test/unittest/seccomp/
Dseccomp_unittest.cpp231 int ret = CheckSyscall(APP_NAME, CheckSetuid, false); in TestAppSycall()
235 ret = CheckSyscall(APP_NAME, CheckGetpid, true); in TestAppSycall()
312 int ret = CheckSyscall(APP_NAME, CheckSetuid32, false); in TestAppSycall()
316 ret = CheckSyscall(APP_NAME, CheckGetuid32, true); in TestAppSycall()
/base/startup/init/interfaces/innerkits/seccomp/include/
Dseccomp_policy.h31 #define APP_NAME "app" macro
/base/startup/appspawn/adapter/
Dappspawn_adapter.cpp75 if (!SetSeccompPolicyWithName(APP_NAME)) { in SetSeccompFilter()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp53 const std::string APP_NAME = "bundleName"; variable
374 .append(APP_NAME) in GenerateDistributedKey()
638 info.AddAppName(APP_NAME);
1695 NotificationBundleOption bundleOption(APP_NAME, UID);
1873 NotificationBundleOption bundleOption(APP_NAME, UID);
1941 NotificationBundleOption bundleOption(APP_NAME, UID);
2017 request.SetOwnerBundleName(APP_NAME);
2018 request.SetCreatorBundleName(APP_NAME);
2231 request.SetOwnerBundleName(APP_NAME);
2232 request.SetCreatorBundleName(APP_NAME);
[all …]