/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/include/ |
H A D | permission_entry.h | 44 int32_t pid; member 55 int32_t pid; member
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/ |
H A D | cgroup_adjuster.cpp | 151 int pid = getpid(); in AdjustSelfProcessGroup() local 203 pid_t pid = pr.GetPid(); in ApplyProcessGroup() local
|
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | anr_manager.cpp | 55 int32_t ANRManager::MarkProcessed(int32_t pid, int32_t eventType, int32_t eventId) in MarkProcessed() 192 int32_t ANRManager::SetANRNoticedPid(int32_t pid) in SetANRNoticedPid()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hcamera_device_manager.h | 106 HCameraDeviceHolder(int32_t pid, int32_t uid, int32_t state, int32_t focusState, in HCameraDeviceHolder() 112 inline void SetPid(int32_t pid) { pid_ = pid; } in SetPid()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | cooperate_events.h | 91 int32_t pid; member 101 int32_t pid; member 110 int32_t pid; member 115 int32_t pid; member 119 int32_t pid; member 126 int32_t pid; member 132 int32_t pid; member
|
/ohos5.0/base/security/security_component_manager/frameworks/enhance_adapter/src/ |
H A D | sec_comp_enhance_adapter.cpp | 127 void SecCompEnhanceAdapter::AddSecurityComponentProcess(int32_t pid) in AddSecurityComponentProcess() 330 void SecCompEnhanceAdapter::NotifyProcessDied(int32_t pid) in NotifyProcessDied() 340 int32_t SecCompEnhanceAdapter::CheckComponentInfoEnhance(int32_t pid, in CheckComponentInfoEnhance()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_device_manager.cpp | 62 void HCameraDeviceManager::AddDevice(pid_t pid, sptr<HCameraDevice> device) in AddDevice() 114 pidToCameras_.Iterate([&](pid_t pid, sptr<HCameraDeviceHolder> camerasHolder) { in GetActiveClient() 221 stateOfACamera_.Iterate([&](const std::string pid, int32_t state) { in GetACameraId()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | mouse_location.cpp | 197 for (auto pid : listeners_[notice.networkId]) { in OnRemoteMouseLocation() local 214 for (auto pid : localListeners_) { in ProcessData() local 325 int32_t pid) in ReportMouseLocationToListener()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/time_sync/src/ |
H A D | lnn_time_sync_manager.c | 43 int32_t pid; member 66 int32_t pid; member 73 int32_t pid; member 107 TimeSyncPeriod period, int32_t pid) in CreateStartTimeSyncReq() 188 static void RemoveStartTimeSyncReq(const TimeSyncReqInfo *info, const char *pkgName, int32_t pid) in RemoveStartTimeSyncReq()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
H A D | peer_binder_catcher.cpp | 52 bool PeerBinderCatcher::Initialize(const std::string& perfCmd, int layer, int pid) in Initialize() 134 int pid = outputBinderInfo.pid; in AddBinderJsonInfo() local 156 int pid = (*it).pid; in AddBinderJsonInfo() local 340 void PeerBinderCatcher::CatcherStacktrace(int fd, int pid, bool sync) const in CatcherStacktrace() 359 for (const auto& pid : pids) { in DoExecHiperf() local
|
/ohos5.0/foundation/multimodalinput/input/service/monitor/src/ |
H A D | event_monitor_handler.cpp | 287 int32_t pid = monitor.session_->GetPid(); in RemoveMonitor() local 419 int32_t pid = session->GetPid(); in HasScreenCaptureMonitor() local 428 int32_t pid = session->GetPid(); in RemoveScreenCaptureMonitor() local 450 int32_t pid = session->GetPid(); in RecoveryScreenCaptureMonitor() local 687 int32_t pid = session->GetPid(); in OnSessionLost() local
|
/ohos5.0/foundation/graphic/graphic_surface/utils/frame_report/test/fuzztest/framereport_fuzzer/ |
H A D | framereport_fuzzer.cpp | 56 int32_t pid = GetData<int32_t>(); in DoSetGameScene() local
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/ |
H A D | doc_query.h | 42 uint32_t pid; member
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/funchook/ |
H A D | dfx_exit_hook.c | 58 int kill(pid_t pid, int sig) in kill()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | get_heap_info.cpp | 41 bool GetHeapInfo::GetInfo(const MemoryFilter::MemoryType &memType, const int &pid, GroupMap &infos) in GetInfo()
|
/ohos5.0/foundation/multimodalinput/input/uinput/ |
H A D | hdf_device_event_manager.cpp | 73 int32_t pid = getpid(); in main() local
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/ |
H A D | system_ability_event_handler.h | 24 int32_t pid = -1; member
|
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/ |
H A D | memory.h | 33 int32_t pid = 0; // process id member 61 int pid = 0; // process id member
|
/ohos5.0/base/startup/init/interfaces/innerkits/control_fd/ |
H A D | control_fd_service.c | 169 int pid = *(int *)data; in ClientTraversalProc() local 173 void CmdServiceProcessDelClient(pid_t pid) in CmdServiceProcessDelClient()
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_server_common.cpp | 133 …32_t HdiServiceRenderCaptureReadData(struct HdfSBuf *data, const char **adapterName, uint32_t *pid) in HdiServiceRenderCaptureReadData() 473 int32_t AudioAdapterListGetPid(const char *adapterName, uint32_t *pid) in AudioAdapterListGetPid() 527 …t32_t AudioAdapterListGetRender(const char *adapterName, struct AudioRender **render, uint32_t pid) in AudioAdapterListGetRender() 564 uint32_t pid = 0; in AudioAdapterListCheckAndGetRender() local
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_stub.cpp | 586 int32_t pid = data.ReadInt32(); in HandleJudgeSandboxByPid() local 601 int32_t pid = data.ReadInt32(); in HandleIsTerminatingByPid() local 663 int32_t pid = data.ReadInt32(); in HandleDumpHeapMemory() local 858 int32_t pid = data.ReadInt32(); in HandleGetAbilityRecordsByProcessID() local 1064 int32_t pid = data.ReadInt32(); in HandleSetContinuousTaskProcess() local 1123 int32_t pid = data.ReadInt32(); in HandleGetBundleNameByPid() local 1191 int32_t pid = data.ReadInt32(); in HandleSetAppFreezeFilter() local 1203 int32_t pid = data.ReadInt32(); in HandleGetProcessMemoryByPid() local 1513 pid_t pid = data.ReadInt32(); in HandleGetAllUIExtensionRootHostPid() local 1600 pid_t pid = data.ReadInt32(); in HandleCheckCallingIsUserTestMode() local [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_payload_statistics_impl_unittest.cpp | 413 int32_t pid = 4; variable 463 int32_t pid = PID_1; variable 512 int32_t pid = PID_1; variable
|
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/ |
H A D | player_mem_manage.cpp | 130 int32_t PlayerMemManage::RegisterPlayerServer(int32_t uid, int32_t pid, const MemManageRecall &memR… in RegisterPlayerServer() 234 int32_t PlayerMemManage::HandleForceReclaim(int32_t uid, int32_t pid) in HandleForceReclaim() 334 int32_t PlayerMemManage::RecordAppState(int32_t uid, int32_t pid, int32_t state) in RecordAppState()
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/ |
H A D | key_session_impl.cpp | 31 pid_t pid = 0; in MediaKeySessionImpl() local 34 deathRecipient_->SetNotifyCb([this] (pid_t pid) { in MediaKeySessionImpl() 54 void MediaKeySessionImpl::MediaKeySessionServerDied(pid_t pid) in MediaKeySessionServerDied()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_process_skeleton.cpp | 36 pid_t pid = getpid(); in NAPI_getCallingPid() local
|