Home
last modified time | relevance | path

Searched defs:pid (Results 251 – 275 of 1387) sorted by relevance

1...<<11121314151617181920>>...56

/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Davcodec_death_recipient.h26 explicit AVCodecDeathRecipient(pid_t pid) : pid_(pid) {} in AVCodecDeathRecipient()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dgraphic_memory_collector_impl.cpp29 CollectResult<int32_t> GraphicMemoryCollectorImpl::GetGraphicUsage(int32_t pid, GraphicType type) in GetGraphicUsage()
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Ddb_helper.h32 long pid; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_system_ability_listener.h25 …ystemAbilityListener(const std::string& threadName, const std::string& uid, const std::string& pid, in VSyncSystemAbilityListener()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/include/
H A Dresource_application_record.h44 …ResourceApplicationRecord(int32_t uid, int32_t pid, uint32_t resourceNumber, std::string bundleNam… in ResourceApplicationRecord()
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/
H A Ddrm_death_recipient.h26 explicit DrmDeathRecipient(pid_t pid) : pid_(pid) {} in DrmDeathRecipient()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_death_recipient.h26 explicit CameraDeathRecipient(pid_t pid) : pid_(pid) {}; in CameraDeathRecipient()
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Dmedia_death_recipient.h26 explicit MediaDeathRecipient(pid_t pid) : pid_(pid) {} in MediaDeathRecipient()
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/client/include/
H A Dmedia_monitor_death_recipient.h27 explicit MediaMonitorDeathRecipient(pid_t pid) : pid_(pid) {} in MediaMonitorDeathRecipient()
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dservice_watcher.h33 pid_t pid; member
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
H A Dylong_runtime_memory.rs34 let pid = process::id(); in get_memory_info() localVariable
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp484 int32_t pid = GetCallingPid(); in AllocSocketFd() local
642 int32_t pid = GetCallingPid(); in SetMouseIcon() local
1171 int32_t pid = GetCallingPid(); in RegisterDevListener() local
1194 int32_t pid = GetCallingPid(); in UnregisterDevListener() local
1316 int32_t pid = GetCallingPid(); in AddInputHandler() local
1360 int32_t pid = GetCallingPid(); in RemoveInputHandler() local
1402 int32_t pid = GetCallingPid(); in MarkEventConsumed() local
1439 int32_t pid = GetCallingPid(); in InjectKeyEvent() local
1508 int32_t pid = GetCallingPid(); in InjectPointerEvent() local
1598 int32_t pid = GetCallingPid(); in SubscribeKeyEvent() local
[all …]
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_utils_test.cpp82 const pid_t pid = GetRealPid(); variable
127 const pid_t pid = GetRealPid(); variable
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dosattr_manager.cpp88 void OSAttrManager::SetTidToCGroup(int32_t pid) in SetTidToCGroup()
94 void OSAttrManager::SetTidToCGroupPrivate(const std::string &filename, int32_t pid) in SetTidToCGroupPrivate()
H A Drtg_perf_ctrl.h38 pid_t pid; member
50 pid_t pid; member
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dunified_collection_data.h24 int pid; member
35 int pid; member
48 int pid; member
61 int pid; member
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h180 virtual int32_t JudgeSandboxByPid(pid_t pid, bool &isSandbox) in JudgeSandboxByPid()
237 virtual bool SetAppFreezeFilter(int32_t pid) in SetAppFreezeFilter()
242 virtual int32_t ChangeAppGcState(pid_t pid, int32_t state) in ChangeAppGcState()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
H A Dres_sched_exe_mgr.cpp100 int32_t ResSchedExeMgr::KillProcess(pid_t pid) in KillProcess()
171 int pid = payload["pid"]; in GetCgroupFileContent() local
196 int pid = payload["pid"]; in CheckProcTaskForCgroup() local
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_factory_impl.cpp62 pid_t pid = 0; in GetServiceProxy() local
66 deathRecipient->SetNotifyCb([this] (pid_t pid) { in GetServiceProxy()
105 void MediaKeySystemFactoryImpl::MediaKeySystemFactoryServerDied(pid_t pid) in MediaKeySystemFactoryServerDied()
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/service/anr_manager/src/
H A Danr_manager.cpp125 void ANRManager::SetApplicationInfo(int32_t persistentId, int32_t pid, const std::string& bundleNam… in SetApplicationInfo()
187 std::string ANRManager::GetBundleName(int32_t pid, int32_t uid) in GetBundleName()
200 void ANRManager::ExecuteAnrObserver(int32_t pid) in ExecuteAnrObserver()
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_namespace.c101 int pid = -1; // initial pid set to -1 in GetPidByName() local
161 APPSPAWN_STATIC int GetNsPidFd(pid_t pid) in GetNsPidFd()
194 pid_t pid = GetPidByName("pid_ns_init"); in PreLoadEnablePidNs() local
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp1012 uint32_t pid = 1; variable
1379 int pid = 1; variable
1401 int pid = 1; variable
1423 int pid = 1; variable
1445 int pid = 1; variable
1467 int pid = 1; variable
1489 int pid = 1; variable
1512 int pid = 1; variable
1537 int pid = 1; variable
1558 int pid = 1; variable
[all …]
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dapp_state_observer.cpp35 bool AppStateObserver::IsProcessForeground(int32_t pid, int32_t uid) in IsProcessForeground()
51 void AppStateObserver::AddProcessToForegroundSet(int32_t pid, const SecCompProcessData& data) in AddProcessToForegroundSet()
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_service.cpp254 int32_t pid = this->GetCallingPid(); in EnableSensor() local
349 int32_t pid = this->GetCallingPid(); in RunCommand() local
394 auto pid = this->GetCallingPid(); in TransferDataChannel() local
440 int32_t pid = clientInfo_.FindClientPid(client); in ProcessDeathObserver() local
452 void MedicalSensorService::RegisterClientDeathRecipient(sptr<IRemoteObject> afeClient, int32_t pid) in RegisterClientDeathRecipient()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp259 bool MemoryInfo::GetSmapsInfoNoPid(const int32_t &pid, GroupMap &result) in GetSmapsInfoNoPid()
434 void MemoryInfo::GetPurgByPid(const int32_t &pid, StringMatrix result) in GetPurgByPid()
510 void MemoryInfo::GetHiaiServerIon(const int32_t &pid, StringMatrix result) in GetHiaiServerIon()
572 string MemoryInfo::GetProcName(const int32_t &pid) in GetProcName()
583 uint64_t MemoryInfo::GetProcValue(const int32_t &pid, const string& key) in GetProcValue()
603 string MemoryInfo::GetProcessAdjLabel(const int32_t pid) in GetProcessAdjLabel()
648 uint64_t MemoryInfo::GetVss(const int32_t &pid) in GetVss()
729 string pid = to_string(memUsage.pid); in MemUsageToMatrix() local
782 string pid = "PID"; in AddMemByProcessTitle() local
845 for (auto pid : pids) { in GetMemoryInfoNoPid() local
[all …]

1...<<11121314151617181920>>...56