Home
last modified time | relevance | path

Searched defs:process (Results 1 - 25 of 36) sorted by relevance

12

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_stack_info_formatter.h36 DfxStackInfoFormatter(std::shared_ptr<DfxProcess> process, std::shared_ptr<ProcessDumpRequest> request) in DfxStackInfoFormatter() argument
H A Dcppcrash_reporter.h31 CppCrashReporter(uint64_t time, std::shared_ptr<DfxProcess> process, int32_t dumpMode) \ in CppCrashReporter() argument
H A Ddfx_process.cpp42 auto process = std::make_shared<DfxProcess>(pid, nsPid); in Create() local
H A Ddfx_unwind_remote.cpp80 bool DfxUnwindRemote::UnwindProcess(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process, in UnwindProcess() argument
127 UnwindKeyThread(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process, std::shared_ptr<Unwinder> unwinder, pid_t vmPid) UnwindKeyThread() argument
177 UnwindOtherThread(std::shared_ptr<DfxProcess> process, std::shared_ptr<Unwinder> unwinder, pid_t vmPid) UnwindOtherThread() argument
234 InitTargetKeyThreadRegs(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process) InitTargetKeyThreadRegs() argument
245 InitOtherThreadRegs(std::shared_ptr<DfxProcess> process) InitOtherThreadRegs() argument
258 InitProcessAllThreadRegs(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process) InitProcessAllThreadRegs() argument
[all...]
H A Dprinter.cpp44 void Printer::PrintDumpHeader(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process, in PrintDumpHeader() argument
111 PrintReason(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> process, std::shared_ptr<Unwinder> unwinder, std::string& reasonInfo) PrintReason() argument
276 PrintThreadFaultStackByConfig(std::shared_ptr<DfxProcess> process, std::shared_ptr<DfxThread> thread, std::shared_ptr<Unwinder> unwinder) PrintThreadFaultStackByConfig() argument
297 PrintThreadOpenFiles(std::shared_ptr<DfxProcess> process) PrintThreadOpenFiles() argument
[all...]
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Dbase_sub_task.h26 int (*process)(struct SubTaskBaseT *, const CJson *in, CJson *out, int32_t *status); member
/base/security/device_auth/services/legacy/authenticators/inc/account_related/
H A Daccount_task_main.h25 int32_t (*process)(struct TaskBaseT *, const CJson *in, CJson *out, int32_t *status); member
/base/security/device_auth/services/session_manager/inc/session/
H A Ddev_session_fwk.h35 int32_t (*process)(DevSession *self, const CJson *receviedMsg, bool *isFinish); member
/base/security/device_auth/services/session_manager/inc/session/v2/auth_sub_session/
H A Dauth_sub_session.h33 int32_t (*process)(AuthSubSession *self, const CJson *receviedMsg, CJson **returnSendMsg); member
/base/security/device_auth/services/session_manager/inc/session/v2/expand_sub_session/
H A Dexpand_sub_session.h33 int32_t (*process)(ExpandSubSession *self, const CJson *receviedMsg, CJson **returnSendMsg); member
/base/security/device_security_level/baselib/utils/include/
H A Dutils_state_machine.h36 StateMachineProcessFunc process; member
/base/startup/appspawn/service/hnp/
H A Dhnp_main.c32 HNP_CMD_PROCESS_FUNC process; member
H A Dhnpcli_main.c32 HNP_CMD_PROCESS_FUNC process; member
/base/startup/init/services/loopevent/timer/
H A Dle_timer.h42 LE_ProcessTimer process; member
/base/startup/appspawn/service/devicedebug/
H A Ddevicedebug_main.c30 DEVICEDEBUG_CMD_PROCESS_FUNC process; member
/base/security/device_auth/services/session_manager/inc/session/v2/expand_sub_session/expand_process_lib/
H A Dbase_cmd.h42 int32_t (*process)(BaseCmd *, const CJson *, CJson **, CmdState *); member
/base/print/print_fwk/services/print_service/src/
H A Dprint_http_server_manager.cpp60 StartServer(std::shared_ptr<httplib::Server> svr, std::shared_ptr<PrintHttpRequestProcess> process) StartServer() argument
/base/security/device_security_level/baselib/utils/src/
H A Dutils_work_queue.c44 WorkProcess process; // callback func member
227 uint32_t QueueWork(WorkQueue *queue, WorkProcess process, uint8_t *data, uint32_t length) in QueueWork() argument
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dprocess_dump_test.cpp69 std::shared_ptr<DfxProcess> process = DfxProcess::Create(getpid(), getpid()); in HWTEST_F() local
92 auto process = DfxProcess::Create(pid, pid); in HWTEST_F() local
105 std::shared_ptr<DfxProcess> process = DfxProcess::Create(getpid(), getpid()); in HWTEST_F() local
124 std::shared_ptr<DfxProcess> process = DfxProcess::Create(getpid(), getpid()); HWTEST_F() local
200 std::shared_ptr<DfxProcess> process = DfxProcess::Create(pid, pid); HWTEST_F() local
223 std::shared_ptr<DfxProcess> process = DfxProcess::Create(pid, pid); HWTEST_F() local
[all...]
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_trace_test.cpp128 auto process = []() { in TraceFlagTest() local
241 auto process = []() { in HWTEST_F() local
277 auto process = []() { in HWTEST_F() local
481 auto process = []() { in HWTEST_F() local
524 auto process in HWTEST_F() local
574 auto process = []() { HWTEST_F() local
[all...]
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/iso_task/
H A Diso_base_cur_task.h59 int(*process)(struct SymBaseCurTaskT *, IsoParams *params, const CJson *in, CJson *out, int32_t *status); member
/base/security/device_auth/services/mk_agree/inc/
H A Dmk_agree_task.h45 int32_t (*process)(struct MkAgreeTaskBaseT *, const CJson *in, CJson *out); member
/base/security/device_auth/services/session_manager/inc/session/v2/auth_sub_session/protocol_lib/
H A Dbase_protocol.h39 int32_t (*process)(BaseProtocol *, const CJson *, CJson **); member
/base/startup/init/services/param/linux/
H A Dparam_msgadp.c124 int ParamTimerCreate(ParamTaskPtr *timer, ProcessTimer process, void *context) in ParamTimerCreate() argument
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_innerkits_test.cpp121 int HiDumperInnerkitsTest::GetAppManagerPid(std::string process) in GetAppManagerPid() argument
[all...]

Completed in 8 milliseconds

12