/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_module_manage.c | 160 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 D | wifi_hal_module_manage.h | 38 pid_t processId; member
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/upgrade_info/ |
H A D | upgrade_info.h | 31 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 D | form_render_event_report.cpp | 59 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 D | audio_server_dump.cpp | 332 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 D | ui_session_manager.cpp | 94 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 D | ui_content_stub.cpp | 100 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 D | frs_form_render_event_report_test.cpp | 74 pid_t processId = 1; variable 77 FormRenderEventReport::SendBlockFaultEvent(processId, jsThreadId, bundleName);
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendereventreport_fuzzer/ |
H A D | formrendereventreport_fuzzer.cpp | 44 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 D | avmemory.cpp | 39 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 D | ui_session_manager.h | 62 void SaveReportStub(sptr<IRemoteObject> reportStub, int32_t processId); 86 void SendBaseInfo(int32_t processId);
|
/ohos5.0/foundation/ability/ability_runtime/ |
H A D | hisysevent.yaml | 192 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 D | system_ability_manager_dumper.cpp | 105 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 D | form_render_event_report.h | 43 static void SendBlockFaultEvent(pid_t processId, pid_t jsThreadId, std::string bundleName);
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager_dumper.h | 63 …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 D | audio_server_dump.h | 51 std::string processId; member
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/ |
H A D | message_parcel_helper.cpp | 91 info.processId = reply.ReadInt32(); in ReadUpgradeInfo() 103 data.WriteInt32(info.processId); in WriteUpgradeInfo()
|
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/test/ |
H A D | event_dispatch_test.cpp | 657 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 D | client_helper.cpp | 411 upgradeInfo.processId = getpid(); in GetUpgradeInfoFromArg()
|