Home
last modified time | relevance | path

Searched refs:processId (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/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()
179 LOGI("Stop module internal check wpa process: %{public}d", processId); in StopModuleInternalCheckProcess()
184 int ret = waitpid(processId, NULL, WNOHANG); in StopModuleInternalCheckProcess()
195 StopModuleInternalKillProcess(processId); in StopModuleInternalCheckProcess()
236 return StopModuleInternalCheckProcess(moduleName, processId); in StopModuleInternal()
291 int ret = StartModuleInternal(moduleName, startCmd, &(p->processId)); in StartModule()
[all …]
H A Dwifi_hal_module_manage.h38 pid_t processId; member
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/upgrade_info/
H A Dupgrade_info.h31 int32_t processId; member
52 if (processId != other.processId) {
53 return processId < other.processId;
/ohos5.0/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 bund… in SendBlockFaultEvent() argument
63 bool ret = dumplog.DumpCatch(processId, jsThreadId, traceStr); in SendBlockFaultEvent()
66 processId, jsThreadId, traceStr.c_str()); in SendBlockFaultEvent()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server_dump.cpp332 string processId(processid); in PASinkInputInfoCallback() local
333 (sinkInputInfo.processId).assign(processId); in PASinkInputInfoCallback()
410 string processId(processid); in PASourceOutputInfoCallback() local
411 (sourceOutputInfo.processId).assign(processId); in PASourceOutputInfoCallback()
450 AppendFormat(dumpString, " - Process Id: %s\n", (sinkInputInfo.processId).c_str()); in PlaybackSinkDump()
475 AppendFormat(dumpString, " - Process Id: %s\n", sourceOutputInfo.processId.c_str()); in RecordSourceDump()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_session_manager.cpp94 void UiSessionManager::SaveReportStub(sptr<IRemoteObject> reportStub, int32_t processId) in SaveReportStub() argument
96 reportObjectMap_[processId] = reportStub; in SaveReportStub()
242 void UiSessionManager::SendBaseInfo(int32_t processId) in SendBaseInfo() argument
244 auto reportService = iface_cast<ReportService>(reportObjectMap_[processId]); in SendBaseInfo()
H A Dui_content_stub.cpp100 int32_t processId = data.ReadInt32(); in ConnectInner() local
101 UiSessionManager::GetInstance().SaveReportStub(report, processId); in ConnectInner()
102 UiSessionManager::GetInstance().SendBaseInfo(processId); in ConnectInner()
/ohos5.0/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; variable
77 FormRenderEventReport::SendBlockFaultEvent(processId, jsThreadId, bundleName);
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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);
/ohos5.0/foundation/ability/ability_runtime/
H A Dhisysevent.yaml192 PID: {type: INT32, desc: processId}
194 CALLER_PROCESS_ID: {type: INT32, desc: caller processId}
205 PID: {type: INT32, desc: processId}
207 CALLER_PROCESS_ID: {type: INT32, desc: caller processId}
217 PID: {type: INT32, desc: processId}
219 CALLER_PROCESS_ID: {type: INT32, desc: caller processId}
225 PID: {type: INT32, desc: processId}
227 CALLER_PROCESS_ID: {type: INT32, desc: caller processId}
316 CALLER_PROCESS_ID: {type: INT32, desc: caller processId}
319 PID: {type: INT32, desc: processId}
[all …]
/ohos5.0/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()
/ohos5.0/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);
/ohos5.0/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::strin…
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_server_dump.h51 std::string processId; member
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H A Dmessage_parcel_helper.cpp91 info.processId = reply.ReadInt32(); in ReadUpgradeInfo()
103 data.WriteInt32(info.processId); in WriteUpgradeInfo()
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp657 uint32_t processId = 12345; variable
659 …ASSERT_NO_FATAL_FAILURE(eventdispatchhandler.NotifyPointerEventToRS(action, name, processId, touch…
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp411 upgradeInfo.processId = getpid(); in GetUpgradeInfoFromArg()