Home
last modified time | relevance | path

Searched refs:sig (Results 1 – 11 of 11) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprocess_utils.cpp35 explicit PipedSigHandler(int sig) : sig_(sig) in PipedSigHandler()
70 static void SigHandler(int sig) in SigHandler()
72 write(pipe_[WR], &sig, sizeof(sig)); in SigHandler()
178 int sig = 0; in ReceiveOutputAndSigchld() local
179 read(handler.GetNotifyFd(), &sig, sizeof(sig)); in ReceiveOutputAndSigchld()
180 PROFILER_LOG_INFO(LOG_CORE, "sig %d received!", sig); in ReceiveOutputAndSigchld()
/developtools/hdc/src/common/
Dauth.h34 int AuthSign(void *rsa, const unsigned char *token, size_t tokenSize, void *sig);
38 bool AuthVerify(uint8_t *token, uint8_t *sig, int siglen);
Dauth.cpp29 bool AuthVerify(uint8_t *token, uint8_t *sig, int siglen) in AuthVerify() argument
44 int AuthSign(void *rsa, const unsigned char *token, size_t tokenSize, void *sig)
292 int AuthSign(void *rsa, const unsigned char *token, size_t tokenSize, void *sig) in AuthSign() argument
295 if (!RSA_sign(NID_sha256, token, tokenSize, (unsigned char *)sig, &len, (RSA *)rsa)) { in AuthSign()
406 bool AuthVerify(uint8_t *token, uint8_t *sig, int siglen) in AuthVerify() argument
419 RSA_TOKEN_SIZE, reinterpret_cast<const unsigned char *>(sig), in AuthVerify()
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/
Dftrace_signal_event_formatter.cpp32 … "signal_deliver: sig=%d errno=%d code=%d sa_handler=%" PRIx64 " sa_flags=%" PRIx64 "", msg.sig(), in __anon6e8410930302()
47 …"signal_generate: sig=%d errno=%d code=%d comm=%s pid=%d grp=%d res=%d", msg.sig(), msg.error_code… in __anon6e8410930502()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DSignInfo.java102 public SignInfo(int saltSize, int flags, long dataSize, byte[] salt, byte[] sig) { in SignInfo() argument
111 this.signature = sig; in SignInfo()
112 this.sigSize = sig == null ? 0 : sig.length; in SignInfo()
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dsignal.proto23 int32 sig = 1; field
32 int32 sig = 1; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Dsignal.proto23 int32 sig = 1; field
32 int32 sig = 1; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dsignal.proto23 int32 sig = 1; field
32 int32 sig = 1; field
/developtools/profiler/device/plugins/api/src/
Dmain.cpp61 void SignalSigtermHandler(int sig) in SignalSigtermHandler() argument
/developtools/hiperf/src/
Dperf_events.cpp400 struct sigaction sig { in CaptureSig() struct
403 sig.sa_handler = [](int sig) { in CaptureSig() argument
408 sig.sa_flags = 0; in CaptureSig()
409 if (sigaction(SIGINT, &sig, &g_oldSig) < 0) { in CaptureSig()
/developtools/profiler/hiebpf/include/
Dvmlinux.h714 long unsigned int sig[1]; member
14611 int sig; member
15599 compat_sigset_word sig[2]; member
15709 struct compat_sigframe sig; member
17888 int sig; member
21856 int sig; member
21868 int sig; member
30769 u32 sig; member
50320 unsigned char sig[17]; member
50412 unsigned char sig[8]; member
[all …]