/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/ |
H A D | event_logger_catcher_test.cpp | 257 int pid = CommonUtils::GetPidByName("foundation"); in HWTEST_F() local 418 int pid = CommonUtils::GetPidByName("foundation"); in HWTEST_F() local 457 int pid = CommonUtils::GetPidByName("foundation"); HWTEST_F() local 598 int pid = CommonUtils::GetPidByName("foundation"); HWTEST_F() local 696 int pid = getpid(); HWTEST_F() local [all...] |
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/ |
H A D | gwpasan_collector.cpp | 169 std::string GetNameByPid(int32_t pid) in GetNameByPid() argument
|
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | freeze_json_generator_unittest.cpp | 91 long pid = 0;
in HWTEST_F() local
|
/base/hiviewdfx/hidumper/frameworks/native/src/common/ |
H A D | option_args.cpp | 59 void OptionArgs::SetPid(int pid, int uid) in SetPid() argument
|
/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | hidumper_memory_test.cpp | 85 uint64_t pid = 0; in HWTEST_F() local 194 uint64_t pid = 0; in HWTEST_F() local 231 int pid = strtol(buffer, nullptr, 10); in HWTEST_F() local [all...] |
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/ |
H A D | hiview_log.h | 320 unsigned int pid : 16; member
|
/base/hiviewdfx/hiview/base/event_store/utility/reader/ |
H A D | content_reader_version_2.cpp | 64 uint32_t pid; member
|
H A D | content_reader_version_1.cpp | 64 uint32_t pid;
member
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | resolver.cpp | 58 long pid = watchPoint.GetPid(); in ResolveEvent() local
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
H A D | file_stream_dumper.cpp | 48 int pid = 0; in PreExecute() local 169 void FileStreamDumper::BuildFileNames(const std::string& target, bool arg_pid, int pid, in BuildFileNames() argument 209 void FileStreamDumper::ReplacePidInFilename(std::string& filename, int pid) in ReplacePidInFilename() argument [all...] |
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
H A D | event_query_wrapper_builder.h | 78 int32_t pid = 0; member
|
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/ |
H A D | memory.h | 33 int32_t pid = 0; // process id
member
|
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/ |
H A D | event_logger_test.cpp | 154 long pid = getprocpid();
in HWTEST_F() local [all...] |
/base/inputmethod/imf/common/src/ |
H A D | inputmethod_sysevent.cpp | 121 void InputMethodSysEvent::ReportImeState(ImeState state, pid_t pid, const std::string &bundleName) in ReportImeState() argument
|
/base/location/services/location_locator/locator/source/ |
H A D | work_record.cpp | 37 int pid = parcel.ReadInt32(); in ReadFromParcel() local 214 bool WorkRecord::Remove(int uid, int pid, std::string name, std::string uuid) in Remove() argument
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | memory_test.cpp | 249 static pid_t pid = getpid(); in HWTEST_F() local 293 static pid_t pid = getpid(); in HWTEST_F() local 342 static pid_t pid = getpid(); HWTEST_F() local 384 static pid_t pid = getpid(); HWTEST_F() local 422 static pid_t pid = getpid(); HWTEST_F() local 490 pid_t pid = GetProcessPid(FOUNDATION_NAME); HWTEST_F() local [all...] |
H A D | regs_test.cpp | 281 static pid_t pid = getpid(); in HWTEST_F() local
|
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_remote_benchmark.cpp | 101 static bool GetUnwinder(pid_t pid, void* data, std::shared_ptr<Unwinder>& unwinder, bool& isFp)
in GetUnwinder() argument 123 pid_t pid = fork();
in Run() local [all...] |
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_process.cpp | 40 std::shared_ptr<DfxProcess> DfxProcess::Create(pid_t pid, pid_t nsPid) in Create() argument 46 DfxProcess::DfxProcess(pid_t pid, pid_t nsPid) in DfxProcess() argument 51 void DfxProcess::InitProcessInfo(pid_t pid, pid_t nsPid) in InitProcessInfo() argument 199 GetProcessLifeCycle(pid_t pid) GetProcessLifeCycle() argument [all...] |
H A D | dfx_unwind_remote.cpp | 204 auto pid = (vmPid != 0 && isVmProcAttach) ? vmPid : tid; in UnwindOtherThread() local
|
H A D | dfx_thread.cpp | 37 std::shared_ptr<DfxThread> DfxThread::Create(pid_t pid, pid_t tid, pid_t nsTid) in Create() argument 43 DfxThread::DfxThread(pid_t pid, pid_t tid, pid_t nsTid) : regs_(nullptr) in DfxThread() argument 48 void DfxThread::InitThreadInfo(pid_t pid, pid_t tid, pid_t nsTid) in InitThreadInfo() argument
|
/base/global/i18n/services/src/ |
H A D | i18n_service_ability_stub.cpp | 120 int pid = getpid(); in SetSystemLanguageInner() local 140 int pid = getpid(); in SetSystemRegionInner() local 160 int pid = getpid(); in SetSystemLocaleInner() local 180 int pid in Set24HourClockInner() local 200 int pid = getpid(); SetUsingLocalDigitInner() local 220 int pid = getpid(); AddPreferredLanguageInner() local 241 int pid = getpid(); RemovePreferredLanguageInner() local [all...] |
/base/hiviewdfx/faultloggerd/interfaces/innerkits/sigdump_handler/ |
H A D | dfx_sigdump_handler.cpp | 118 int32_t pid = getpid(); in RunThread() local
|
/base/hiviewdfx/faultloggerd/test/performancetest/src/ |
H A D | faultloggerd_performance_test.cpp | 211 int pid = GetProcessPid(name); in HWTEST_F() local
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | process_dump_test.cpp | 89 pid_t pid = accountmgrPid; in HWTEST_F() local 140 pid_t pid = getpid(); in HWTEST_F() local 166 int32_t pid = 1, tid = 1; HWTEST_F() local 180 int32_t pid = 243, tid = 243; HWTEST_F() local 197 pid_t pid = GetProcessPid(ACCOUNTMGR_NAME); HWTEST_F() local 221 pid_t pid = GetProcessPid(ACCOUNTMGR_NAME); HWTEST_F() local 288 pid_t pid = GetProcessPid(ACCOUNTMGR_NAME); HWTEST_F() local 315 pid_t pid = GetProcessPid(ACCOUNTMGR_NAME); HWTEST_F() local [all...] |