Home
last modified time | relevance | path

Searched refs:processId (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_module_manage.c160 static int StopModuleInternalKillProcess(pid_t processId) in StopModuleInternalKillProcess() argument
162 LOGI("Stop module kill process: %{public}d", processId); in StopModuleInternalKillProcess()
163 if (kill(processId, SIGTERM) == -1) { in StopModuleInternalKillProcess()
165 LOGI("kill [%{public}d] success, pid no exist", processId); in StopModuleInternalKillProcess()
168 LOGE("kill [%{public}d] failed", processId); in StopModuleInternalKillProcess()
174 static int StopModuleInternalCheckProcess(const char *moduleName, pid_t processId) in StopModuleInternalCheckProcess() argument
179 LOGI("Stop module internal check wpa process: %{public}d", processId); in StopModuleInternalCheckProcess()
184 int ret = waitpid(processId, NULL, WNOHANG); in StopModuleInternalCheckProcess()
186 LOGI("Waitpid %{public}d ret %{public}d, tryTimes %{public}d and retry", processId, ret, tryTimes); in StopModuleInternalCheckProcess()
190 LOGI("Stop wpa process [%{public}d] success, tryTimes %{public}d", processId, tryTime in StopModuleInternalCheckProcess()
225 StopModuleInternal(const char *moduleName, pid_t processId, bool isHostapd) StopModuleInternal() argument
[all...]
H A Dwifi_hal_module_manage.h38 pid_t processId; member
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_event_report.cpp59 void FormRenderEventReport::SendBlockFaultEvent(pid_t processId, pid_t jsThreadId, std::string bundleName) in SendBlockFaultEvent() argument
63 bool ret = dumplog.DumpCatch(processId, jsThreadId, traceStr); in SendBlockFaultEvent()
66 processId, jsThreadId, traceStr.c_str()); in SendBlockFaultEvent()
/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_session_manager.cpp95 void UiSessionManager::SaveReportStub(sptr<IRemoteObject> reportStub, int32_t processId) in SaveReportStub() argument
98 auto uiReportProxyRecipient = new UiReportProxyRecipient([processId, this]() { in SaveReportStub()
99 LOGW("agent process dead,processId:%{public}d", processId); in SaveReportStub()
100 // reportMap remove this processId in SaveReportStub()
101 this->reportObjectMap_.erase(processId); in SaveReportStub()
104 reportObjectMap_[processId] = reportStub; in SaveReportStub()
250 void UiSessionManager::SendBaseInfo(int32_t processId) in SendBaseInfo() argument
252 auto reportService = iface_cast<ReportService>(reportObjectMap_[processId]); in SendBaseInfo()
H A Dui_content_stub.cpp96 int32_t processId = data.ReadInt32(); in ConnectInner() local
97 UiSessionManager::GetInstance().SaveReportStub(report, processId); in ConnectInner()
98 UiSessionManager::GetInstance().SendBaseInfo(processId); in ConnectInner()
/foundation/ability/form_fwk/test/unittest/frs_form_render_event_report_test/
H A Dfrs_form_render_event_report_test.cpp74 pid_t processId = 1; in HWTEST_F() local
77 FormRenderEventReport::SendBlockFaultEvent(processId, jsThreadId, bundleName); in HWTEST_F()
/foundation/ability/form_fwk/test/fuzztest/formrendereventreport_fuzzer/
H A Dformrendereventreport_fuzzer.cpp44 pid_t processId = static_cast<pid_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
47 FormRenderEventReport::SendBlockFaultEvent(processId, jsThreadId, bundleName); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server_dump.cpp327 string processId(processid); in PASinkInputInfoCallback()
328 (sinkInputInfo.processId).assign(processId); in PASinkInputInfoCallback()
405 string processId(processid); in PASourceOutputInfoCallback()
406 (sourceOutputInfo.processId).assign(processId); in PASourceOutputInfoCallback()
445 AppendFormat(dumpString, " - Process Id: %s\n", (sinkInputInfo.processId).c_str()); in PlaybackSinkDump()
470 AppendFormat(dumpString, " - Process Id: %s\n", sourceOutputInfo.processId.c_str()); in RecordSourceDump()
/foundation/arkui/ace_engine/interfaces/inner_api/ui_session/
H A Dui_session_manager.h62 void SaveReportStub(sptr<IRemoteObject> reportStub, int32_t processId);
86 void SendBaseInfo(int32_t processId);
/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_event_report.h43 static void SendBlockFaultEvent(pid_t processId, pid_t jsThreadId, std::string bundleName);
/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Davmemory.cpp39 static const uint16_t processId = static_cast<uint16_t>(getpid()); in GetUniqueId() local
42 static const uint16_t processId = 0; in GetUniqueId()
50 uint16_t processId[4]; // 17--32, 16: process id in GetUniqueId() member
54 uid.processId[1] = processId; in GetUniqueId()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_dumper.cpp105 int32_t processId = -1; in FfrtDumpParser() local
106 if (!StrToInt(processIdStr, processId)) { in FfrtDumpParser()
110 if (processId > 0) { in FfrtDumpParser()
111 processIds.emplace_back(processId); in FfrtDumpParser()
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_dumper.h63 static void DumpFfrtInfoByProcName(int32_t processId, const std::u16string processName, std::string& result);
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_server_dump_unit_test/src/
H A Daudio_server_dump_unit_test.cpp145 .processId = "test_processId_1", in HWTEST_F()
191 .processId = "test_processId_2", in HWTEST_F()
778 EXPECT_EQ("process_id", newInfo.processId); in HWTEST_F()
954 EXPECT_EQ("process_id", newInfo.processId); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_server_dump.h51 std::string processId; member
/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp718 uint32_t processId = 12345; in HWTEST_F() local
720 ASSERT_NO_FATAL_FAILURE(eventdispatchhandler.NotifyPointerEventToRS(action, name, processId, touchCnt)); in HWTEST_F()

Completed in 10 milliseconds