Home
last modified time | relevance | path

Searched refs:g_processId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dapi_event_reporter.cpp25 static int64_t g_processId = -1; variable
38 if (g_processId == -1) { in ApiEventReporter()
39 g_processId = AddProcessor(); in ApiEventReporter()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_interfaces_test.cpp50 static pid_t g_processId = 0; variable
131 g_processId = pid; in ForkMultiThreadProcess()
628 if (!GetTidsByPid(g_processId, tids, nstids)) {
632 GTEST_LOG_(INFO) << "dump remote process, " << " pid:" << g_processId << ", tid:" << childTid;
635 bool ret = dumplog.DumpCatchFd(g_processId, childTid, msg, 1);