/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_stack_info_formatter.h | 36 DfxStackInfoFormatter(std::shared_ptr<DfxProcess> process, std::shared_ptr<ProcessDumpRequest> request) in DfxStackInfoFormatter() argument
|
H A D | cppcrash_reporter.h | 31 CppCrashReporter(uint64_t time, std::shared_ptr<DfxProcess> process, int32_t dumpMode) \ in CppCrashReporter() argument
|
H A D | dfx_process.cpp | 42 auto process = std::make_shared<DfxProcess>(pid, nsPid); in Create() local
|
H A D | dfx_unwind_remote.cpp | 80 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 D | printer.cpp | 44 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 D | base_sub_task.h | 26 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 D | account_task_main.h | 25 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 D | dev_session_fwk.h | 35 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 D | auth_sub_session.h | 33 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 D | expand_sub_session.h | 33 int32_t (*process)(ExpandSubSession *self, const CJson *receviedMsg, CJson **returnSendMsg); member
|
/base/security/device_security_level/baselib/utils/include/ |
H A D | utils_state_machine.h | 36 StateMachineProcessFunc process; member
|
/base/startup/appspawn/service/hnp/ |
H A D | hnp_main.c | 32 HNP_CMD_PROCESS_FUNC process;
member
|
H A D | hnpcli_main.c | 32 HNP_CMD_PROCESS_FUNC process;
member
|
/base/startup/init/services/loopevent/timer/ |
H A D | le_timer.h | 42 LE_ProcessTimer process;
member
|
/base/startup/appspawn/service/devicedebug/ |
H A D | devicedebug_main.c | 30 DEVICEDEBUG_CMD_PROCESS_FUNC process; member
|
/base/security/device_auth/services/session_manager/inc/session/v2/expand_sub_session/expand_process_lib/ |
H A D | base_cmd.h | 42 int32_t (*process)(BaseCmd *, const CJson *, CJson **, CmdState *); member
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_http_server_manager.cpp | 60 StartServer(std::shared_ptr<httplib::Server> svr, std::shared_ptr<PrintHttpRequestProcess> process) StartServer() argument
|
/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_work_queue.c | 44 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 D | process_dump_test.cpp | 69 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 D | lib_event_handler_trace_test.cpp | 128 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 D | iso_base_cur_task.h | 59 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 D | mk_agree_task.h | 45 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 D | base_protocol.h | 39 int32_t (*process)(BaseProtocol *, const CJson *, CJson **); member
|
/base/startup/init/services/param/linux/ |
H A D | param_msgadp.c | 124 int ParamTimerCreate(ParamTaskPtr *timer, ProcessTimer process, void *context)
in ParamTimerCreate() argument
|
/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | hidumper_innerkits_test.cpp | 121 int HiDumperInnerkitsTest::GetAppManagerPid(std::string process) in GetAppManagerPid() argument [all...] |