/base/startup/init_lite/services/init/lite/ |
D | init_signal_handler.c | 62 struct sigaction act; in SignalInit() local 63 act.sa_handler = SigHandler; in SignalInit() 64 act.sa_flags = SA_RESTART; in SignalInit() 65 (void)sigfillset(&act.sa_mask); in SignalInit() 67 sigaction(SIGCHLD, &act, NULL); in SignalInit() 68 sigaction(SIGTERM, &act, NULL); in SignalInit()
|
/base/startup/appspawn_lite/services/src/ |
D | main.c | 50 struct sigaction act; in SignalRegist() local 51 act.sa_handler = SignalHandler; in SignalRegist() 52 act.sa_flags = SA_RESTART; in SignalRegist() 53 if (sigfillset(&act.sa_mask) != 0) { in SignalRegist() 57 if (sigaction(SIGCHLD, &act, NULL) != 0) { in SignalRegist()
|
/base/hiviewdfx/faultloggerd/test/funchook/ |
D | dfx_signal_hook.c | 61 typedef int (*SigactionFunc)(int sig, const struct sigaction *restrict act, struct sigaction *restr… 179 int sigaction(int sig, const struct sigaction *restrict act, struct sigaction *restrict oact) in sigaction() argument 186 if (IsPlatformHandleSignal(sig) && ((act == NULL) || in sigaction() 187 ((act != NULL) && (IsSigactionAddr((uintptr_t)(act->sa_sigaction)))))) { in sigaction() 192 return g_hookedSigaction(sig, act, oact); in sigaction()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
D | dfx_func_hook.c | 34 typedef int (*SigactionFunc)(int sig, const struct sigaction *restrict act, struct sigaction *restr… 47 int sigaction(int sig, const struct sigaction *restrict act, struct sigaction *restrict oact) in sigaction() argument 54 return hookedSigaction(sig, act, oact); in sigaction()
|
/base/startup/init_lite/test/unittest/init/ |
D | group_unittest.cpp | 153 const char *act = "load_persist_props_action"; variable 154 TestHashNode *node5 = TestCreateHashNode(act); 157 node = HashMapGet(handle, (const void *)act); 161 EXPECT_EQ(strcmp(tmp->name, act), 0);
|
/base/accessibility/frameworks/asacfwk/test/unittest/ |
D | accessibility_element_info_test.cpp | 88 ActionType act = ActionType::ACCESSIBILITY_ACTION_CLICK; variable 89 EXPECT_TRUE(element.DeleteAction(act));
|
/base/hiviewdfx/blackbox/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/customization/enterprise_device_management/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/telephony/data_storage/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/telephony/cellular_data/test/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/global/resmgr_standard/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/powermgr/battery_statistics/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/security/device_security_level/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/startup/appspawn_standard/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/notification/ces_standard/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/hiviewdfx/hidumper_lite/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/miscservices/wallpaper/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/powermgr/battery_manager/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/powermgr/thermal_manager/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/miscservices/time/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/update/ota_lite/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/powermgr/display_manager/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/iot_hardware/peripheral/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/hiviewdfx/hitrace/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|
/base/web/webview/ |
D | LICENSE | 170 License. However, in accepting such obligations, You may act only
|