Home
last modified time | relevance | path

Searched defs:processId (Results 1 – 13 of 13) 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()
174 static int StopModuleInternalCheckProcess(const char *moduleName, pid_t processId) in StopModuleInternalCheckProcess()
225 int StopModuleInternal(const char *moduleName, pid_t processId, bool isHostapd) in StopModuleInternal()
H A Dwifi_hal_module_manage.h38 pid_t processId; member
/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
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/upgrade_info/
H A Dupgrade_info.h31 int32_t processId; member
/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
/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()
/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()
242 void UiSessionManager::SendBaseInfo(int32_t processId) in SendBaseInfo()
H A Dui_content_stub.cpp100 int32_t processId = data.ReadInt32(); in ConnectInner() local
/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
50 uint16_t processId[4]; // 17--32, 16: process id in GetUniqueId() member
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_server_dump.h51 std::string processId; member
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server_dump.cpp332 string processId(processid); in PASinkInputInfoCallback() local
410 string processId(processid); in PASourceOutputInfoCallback() local
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_dumper.cpp105 int32_t processId = -1; in FfrtDumpParser() local
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp657 uint32_t processId = 12345; variable