Home
last modified time | relevance | path

Searched defs:pid (Results 51 – 75 of 1387) sorted by relevance

12345678910>>...56

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_malicious_apps.cpp24 bool SecCompMaliciousApps::IsInMaliciousAppList(int32_t pid, int32_t uid) in IsInMaliciousAppList()
33 void SecCompMaliciousApps::AddAppToMaliciousAppList(int32_t pid) in AddAppToMaliciousAppList()
39 void SecCompMaliciousApps::RemoveAppFromMaliciousAppList(int32_t pid) in RemoveAppFromMaliciousAppList()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dcgroup_event_handler.cpp602 int32_t pid = 0; in HandleReportMMIProcess() local
630 int32_t pid = 0; in HandleReportRenderThread() local
658 int32_t pid = 0; in HandleReportKeyThread() local
696 int32_t pid = 0; in HandleReportWindowState() local
757 int32_t pid = 0; in HandleReportAudioState() local
792 int32_t pid = 0; in HandleReportWebviewAudioState() local
829 int32_t pid = 0; in HandleReportRunningLockEvent() local
867 int32_t pid = 0; in HandleReportHisysEvent() local
916 int32_t pid = 0; in HandleReportScreenCaptureEvent() local
947 int32_t pid = 0; in HandleReportAvCodecEvent() local
[all …]
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dbg_task_observer.cpp35 int pid = ttInfo->GetPid(); in OnTransientTaskStart() local
51 int pid = ttInfo->GetPid(); in OnTransientTaskEnd() local
67 pid_t pid = ctInfo->GetCreatorPid(); in OnContinuousTaskStart() local
85 pid_t pid = ctInfo->GetCreatorPid(); in OnContinuousTaskStop() local
H A Dwindow_visibility_observer.cpp45 void WindowVisibilityObserver::OnProcessDied(int pid) in OnProcessDied()
72 auto pid = info->pid_; in UpdateWindowVisibilityPriorityInner() local
126 for (auto pid : toBeDeleted) { in UpdatePriorityForVisible() local
151 auto pid = pair.first; in CheckMapSize() local
157 for (auto pid : toBeDeleted) { in CheckMapSize() local
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture_monitor/ipc/
H A Dscreen_capture_monitor_listener_proxy.cpp37 void ScreenCaptureMonitorListenerProxy::OnScreenCaptureStarted(int32_t pid) in OnScreenCaptureStarted()
51 void ScreenCaptureMonitorListenerProxy::OnScreenCaptureFinished(int32_t pid) in OnScreenCaptureFinished()
76 void ScreenCaptureMonitorListenerCallback::OnScreenCaptureStarted(int32_t pid) in OnScreenCaptureStarted()
84 void ScreenCaptureMonitorListenerCallback::OnScreenCaptureFinished(int32_t pid) in OnScreenCaptureFinished()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dprocess_priority_info.cpp28 ProcessPriorityInfo::ProcessPriorityInfo(pid_t pid, int bundleUid, int priority, bool isImportant) in ProcessPriorityInfo()
92 void ProcessPriorityInfo::ProcBindToMe(int32_t pid, int32_t uid) in ProcBindToMe()
99 void ProcessPriorityInfo::ProcUnBindToMe(int32_t pid) in ProcUnBindToMe()
106 void ProcessPriorityInfo::ProcBindFromMe(int32_t pid, int32_t uid) in ProcBindFromMe()
113 void ProcessPriorityInfo::ProcUnBindFromMe(int32_t pid) in ProcUnBindFromMe()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dprocess_dump_test.cpp86 pid_t pid = accountmgrPid; variable
137 pid_t pid = getpid(); variable
163 int32_t pid = 1, tid = 1; variable
177 int32_t pid = 243, tid = 243; variable
194 pid_t pid = GetProcessPid(ACCOUNTMGR_NAME); variable
218 pid_t pid = GetProcessPid(ACCOUNTMGR_NAME); variable
285 pid_t pid = GetProcessPid(ACCOUNTMGR_NAME); variable
312 pid_t pid = GetProcessPid(ACCOUNTMGR_NAME); variable
/ohos5.0/base/startup/appspawn/service/devicedebug/kill/src/
H A Ddevicedebug_kill.c42 APPSPAWN_STATIC char* DeviceDebugJsonStringGeneral(int pid, const char *op, cJSON *args) in DeviceDebugJsonStringGeneral()
60 APPSPAWN_STATIC void DevicedebugKillRetDeal(int result, int pid) in DevicedebugKillRetDeal()
76 APPSPAWN_STATIC int DeviceDebugKill(int pid, int signal) in DeviceDebugKill()
156 int pid = atoi(argv[DEVICEDEBUG_KILL_CMD_PID_INDEX]); in DeviceDebugCmdKill() local
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dsession_stack.cpp21 int32_t SessionStack::AddSession(pid_t pid, const std::string& abilityName, sptr<AVSessionItem>& it… in AddSession()
47 std::vector<sptr<AVSessionItem>> SessionStack::RemoveSession(pid_t pid) in RemoveSession()
82 sptr<AVSessionItem> SessionStack::RemoveSession(pid_t pid, const std::string& abilityName) in RemoveSession()
96 sptr<AVSessionItem> SessionStack::GetSession(pid_t pid, const std::string& abilityName) in GetSession()
106 std::vector<sptr<AVSessionItem>> SessionStack::GetSessionsByPid(pid_t pid) in GetSessionsByPid()
118 bool SessionStack::PidHasSession(pid_t pid) in PidHasSession()
/ohos5.0/base/location/test/location_locator/source/
H A Dcountry_code_manager_test.cpp94 int pid = 2; variable
117 int pid = 10; variable
134 int pid = 3; variable
152 int pid = 4; variable
181 int pid = 3; variable
209 int pid = 3; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/dfx/source/
H A Dhisysevent_adapter.cpp69 void ReportSaUnLoadFail(int32_t saId, int32_t pid, int32_t uid, const std::string& reason) in ReportSaUnLoadFail()
119 int32_t pid, int32_t uid, int64_t duration) in ReportProcessDuration()
134 void ReportProcessStartDuration(const std::string& processName, int32_t pid, int32_t uid, int64_t d… in ReportProcessStartDuration()
139 void ReportProcessStopDuration(const std::string& processName, int32_t pid, int32_t uid, int64_t du… in ReportProcessStopDuration()
145 int32_t pid, int32_t uid, const std::string& reason) in ReportProcessFail()
165 void ReportProcessStopFail(const std::string& processName, int32_t pid, int32_t uid, const std::str… in ReportProcessStopFail()
170 void ReportSamgrSaLoadFail(int32_t said, int32_t pid, int32_t uid, const std::string& reason) in ReportSamgrSaLoadFail()
184 void ReportSamgrSaLoad(int32_t said, int32_t pid, int32_t uid, int32_t eventId) in ReportSamgrSaLoad()
198 void ReportSamgrSaUnload(int32_t said, int32_t pid, int32_t uid, int32_t eventId) in ReportSamgrSaUnload()
212 void ReportAddSystemAbilityFailed(int32_t said, int32_t pid, int32_t uid, const std::string& filaNa… in ReportAddSystemAbilityFailed()
[all …]
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/
H A Dframe_aware_plugin.cpp108 int pid = atoi(data->payload["pid"].get<std::string>().c_str()); in HandleAppStateChange() local
127 int pid = atoi(data->payload["pid"].get<std::string>().c_str()); in HandleProcessStateChange() local
145 int pid = atoi(data->payload["pid"].get<std::string>().c_str()); in HandleContinuousTask() local
167 int pid = atoi(data->payload["pid"].get<std::string>().c_str()); in HandleCgroupAdjuster() local
188 int pid = atoi(data->payload["pid"].get<std::string>().c_str()); in HandleWindowsFocus() local
205 int pid = atoi(data->payload["pid"].get<std::string>().c_str()); in HandleReportRender() local
227 const std::string pid = data->payload["clientPid"].get<std::string>(); in HandleNetworkLatencyRequest() local
247 int pid = atoi(data->payload["clientPid"].get<std::string>().c_str()); in HandleEventSlide() local
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_location_test.cpp66 int32_t pid = 3458; variable
97 int32_t pid = 3458; variable
127 int32_t pid = 3458; variable
157 int32_t pid = 3458; variable
193 int32_t pid = 3458; variable
223 int32_t pid = 3458; variable
263 int32_t pid = 3458; variable
337 int32_t pid = 3458; variable
368 int32_t pid = 3458; variable
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/
H A Dcollect_device_client.cpp99 std::shared_ptr<ProcessCpuData> CollectDeviceClient::FetchProcessCpuData(int pid) in FetchProcessCpuData()
112 unsigned int CollectDeviceClient::GetThreadCount(int pid) in GetThreadCount()
124 unsigned int CollectDeviceClient::GetSelfThreadCount(int pid) in GetSelfThreadCount()
136 std::shared_ptr<ThreadCpuData> CollectDeviceClient::FetchThreadCpuData(int pid) in FetchThreadCpuData()
153 std::shared_ptr<ThreadCpuData> CollectDeviceClient::FetchSelfThreadCpuData(int pid) in FetchSelfThreadCpuData()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_inner_socket_test.cpp55 int32_t pid = getpid(); variable
75 int32_t pid = getpid(); variable
93 int32_t pid = getpid(); variable
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsoundpool_manager.cpp34 int32_t SoundPoolManager::GetSoundPool(const pid_t pid, std::shared_ptr<SoundPool>& soundPool) in GetSoundPool()
42 int32_t SoundPoolManager::SetSoundPool(const pid_t pid, std::shared_ptr<SoundPool> soundPool) in SetSoundPool()
56 int32_t SoundPoolManager::Release(const pid_t pid) in Release()
/ohos5.0/base/sensors/sensor/services/src/
H A Dstream_server.cpp45 int32_t StreamServer::GetClientFd(int32_t pid) in GetClientFd()
71 SessionPtr StreamServer::GetSessionByPid(int32_t pid) in GetSessionByPid()
81 int32_t StreamServer::AddSocketPairInfo(int32_t uid, int32_t pid, int32_t tokenType, in AddSocketPairInfo()
137 auto pid = sess->GetPid(); in AddSession() local
152 void StreamServer::DelSession(int32_t pid) in DelSession()
H A Dclient_info.cpp152 void ClientInfo::DestroyAppThreadInfo(int32_t pid) in DestroyAppThreadInfo()
344 bool ClientInfo::DestroySensorChannel(int32_t pid) in DestroySensorChannel()
409 int32_t pid = INVALID_PID; in ComputeBestPeriodCount() local
434 int32_t pid = INVALID_PID; in ComputeBestFifoCount() local
598 int32_t pid = pidIt.first; in GetSensorChannelInfo() local
621 int32_t ClientInfo::GetUidByPid(int32_t pid) in GetUidByPid()
718 int32_t ClientInfo::AddActiveInfoCBPid(int32_t pid) in AddActiveInfoCBPid()
729 int32_t ClientInfo::DelActiveInfoCBPid(int32_t pid) in DelActiveInfoCBPid()
751 bool ClientInfo::CallingService(int32_t pid) in CallingService()
772 int32_t pid = INVALID_PID; in GetPidByTokenId() local
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioschedule/
H A Daudio_schedule.cpp48 void ConfigPayload(uint32_t pid, uint32_t tid, const char *bundleName, int32_t qosLevel, in ConfigPayload()
60 void ScheduleReportData(uint32_t pid, uint32_t tid, const char *bundleName) in ScheduleReportData()
71 void UnscheduleReportData(uint32_t pid, uint32_t tid, const char* bundleName) in UnscheduleReportData()
81 void UnscheduleThreadInServer(uint32_t pid, uint32_t tid) in UnscheduleThreadInServer()
91 void ScheduleThreadInServer(uint32_t pid, uint32_t tid) in ScheduleThreadInServer()
111 void ScheduleThreadInServer(uint32_t pid, uint32_t tid) {}; in ScheduleThreadInServer()
123 AudioScheduleGuard::AudioScheduleGuard(uint32_t pid, uint32_t tid, const std::string &bundleName) in AudioScheduleGuard()
/ohos5.0/base/global/i18n/services/src/
H A Di18n_service_ability_stub.cpp120 int pid = getpid(); in SetSystemLanguageInner() local
140 int pid = getpid(); in SetSystemRegionInner() local
160 int pid = getpid(); in SetSystemLocaleInner() local
180 int pid = getpid(); in Set24HourClockInner() local
200 int pid = getpid(); in SetUsingLocalDigitInner() local
220 int pid = getpid(); in AddPreferredLanguageInner() local
241 int pid = getpid(); in RemovePreferredLanguageInner() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo/
H A Dprocinfo.cpp54 int pid = 0; in GetProcStatusByPath() local
105 bool TidToNstid(const int pid, const int tid, int& nstid) in TidToNstid()
138 bool IsThreadInPid(int32_t pid, int32_t tid)
153 bool GetTidsByPidWithFunc(const int pid, std::vector<int>& tids, std::function<bool(int)> const& fu…
183 bool GetTidsByPid(const int pid, std::vector<int>& tids, std::vector<int>& nstids)
206 pid_t pid = getprocpid(); local
233 void ReadThreadNameByPidAndTid(const int pid, const int tid, std::string& str)
241 void ReadProcessName(const int pid, std::string& str)
258 void ReadProcessStatus(std::string& result, const int pid)
273 void ReadProcessWchan(std::string& result, const int pid, bool onlyPid, bool withThreadName)
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_chain_test.cpp209 static int KillAndWaitPid(int pid) in KillAndWaitPid()
233 pid_t pid = fork(); variable
258 pid_t pid = fork(); variable
286 pid_t pid = fork(); variable
324 pid_t pid = fork(); variable
365 pid_t pid = fork(); variable
421 pid_t pid = fork(); variable
470 pid_t pid = fork(); variable
526 pid_t pid = fork(); variable
587 pid_t pid = fork(); variable
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H A Dstats_service_location_test.cpp85 int32_t pid = 3458; variable
119 int32_t pid = 3458; variable
152 int32_t pid = 3458; variable
185 int32_t pid = 3458; variable
226 int32_t pid = 3458; variable
259 int32_t pid = 3458; variable
304 int32_t pid = 3458; variable
386 int32_t pid = 3458; variable
420 int32_t pid = 3458; variable
458 int32_t pid = 3458; variable
H A Dstats_service_powermgr_test.cpp90 int32_t pid = 3458; variable
121 int32_t pid = 3458; variable
154 int32_t pid = 3458; variable
186 int32_t pid = 3458; variable
239 int32_t pid = 3458; variable
270 int32_t pid = 3458; variable
303 int32_t pid = 3458; variable
335 int32_t pid = 3458; variable
388 int32_t pid = 3458; variable
441 int32_t pid = 3456; variable
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dclient_death_handler.cpp28 …DeathHandler::RegisterClientDeathRecipient(const sptr<IRemoteObject> &binderClientSrv, int32_t pid) in RegisterClientDeathRecipient()
76 int32_t pid = FindClientPid(sptrRemote); in OnDeath() local
106 bool ClientDeathHandler::AddClientPid(const sptr<IRemoteObject> &binderClientSrv, int32_t pid) in AddClientPid()
119 void ClientDeathHandler::RemoveClientPid(int32_t pid) in RemoveClientPid()
153 void ClientDeathHandler::NotifyDeath(int32_t pid) in NotifyDeath()

12345678910>>...56