/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | modal_system_app_freeze_uiextension.cpp | 59 …AppFreezeUIExtension::ProcessAppFreeze(bool focusFlag, const FaultData &faultData, std::string pid, in ProcessAppFreeze() 80 bool ModalSystemAppFreezeUIExtension::CreateModalUIExtension(std::string pid, std::string bundleNam… in CreateModalUIExtension() 115 AAFwk::Want ModalSystemAppFreezeUIExtension::CreateSystemDialogWant(std::string pid, std::string bu… in CreateSystemDialogWant()
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/unittest/ |
H A D | standby_plugin_strategy_test.cpp | 82 int32_t pid = 1; variable 108 uint32_t pid = 1; variable 151 int32_t pid = 1; variable
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | anr_manager_test.cpp | 142 anrMgr.appInfoGetter_ = [](int32_t pid, std::string& bundleName, int32_t uid) { in __anon24b779ec0202() 162 anrMgr.anrObserver_ = [&ret](int32_t pid) { in __anon24b779ec0302()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy.h | 33 int32_t pid; member
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/client_manager/include/ |
H A D | permission_status_change_cb.h | 33 int32_t pid; variable
|
/ohos5.0/base/sensors/miscdevice/utils/common/include/ |
H A D | app_thread_info.h | 22 int32_t pid; member
|
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/ |
H A D | application_anr_listener.cpp | 31 void ApplicationAnrListener::OnAnr(int32_t pid, int32_t eventId) const in OnAnr()
|
/ohos5.0/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_wms.h | 27 pid_t pid; member
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | watchdog_task_test.cpp | 61 int32_t pid = -1; variable 91 int32_t pid = 1; variable
|
/ohos5.0/foundation/window/window_manager_lite/services/ims/ |
H A D | input_event_client_proxy.cpp | 54 pid_t pid = GetCallingPid(); in AddListener() local 81 pid_t pid = GetCallingPid(); in RemoveListener() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_utils.h | 149 static constexpr pid_t GetMockPid(pid_t pid) in GetMockPid() 161 static constexpr uint64_t ComposeNodeId(uint64_t pid, uint64_t nodeId) in ComposeNodeId() 172 static uint64_t ComposeDataId(pid_t pid, uint32_t id) in ComposeDataId()
|
/ohos5.0/foundation/multimodalinput/input/test/unittest/common/src/ |
H A D | system_info.cpp | 49 int32_t pid = DEFAULT_PID; in GetTaskPidFile() local 125 int32_t CpuInfo::GetProcOccupy(int32_t pid) in GetProcOccupy() 232 int32_t pid = GetTaskPidFile(process_name); in GetProcCpuUsage() local
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/ |
H A D | deferred_photo_proc_session.cpp | 204 pid_t pid = 0; in SetDeferredPhotoSession() local 208 deathRecipient_->SetNotifyCb([this](pid_t pid) { CameraServerDied(pid); }); in SetDeferredPhotoSession() 217 void DeferredPhotoProcSession::CameraServerDied(pid_t pid) in CameraServerDied()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_buffer_callback_manager.cpp | 72 void RSSurfaceBufferCallbackManager::RegisterSurfaceBufferCallback(pid_t pid, uint64_t uid, in RegisterSurfaceBufferCallback() 86 void RSSurfaceBufferCallbackManager::UnregisterSurfaceBufferCallback(pid_t pid) in UnregisterSurfaceBufferCallback() 94 void RSSurfaceBufferCallbackManager::UnregisterSurfaceBufferCallback(pid_t pid, uint64_t uid) in UnregisterSurfaceBufferCallback() 128 pid_t pid, uint64_t uid) const in GetSurfaceBufferCallback()
|
/ohos5.0/base/msdp/device_status/intention/ipc/socket/src/ |
H A D | socket_session_manager.cpp | 66 int32_t uid, int32_t pid, int32_t& clientFd) in AllocSocketFd() 192 void SocketSessionManager::ReleaseSessionByPid(int32_t pid) in ReleaseSessionByPid() 259 void SocketSessionManager::AddSessionDeletedCallback(int32_t pid, std::function<void(SocketSessionP… in AddSessionDeletedCallback() 273 void SocketSessionManager::RemoveSessionDeletedCallback(int32_t pid) in RemoveSessionDeletedCallback()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/ |
H A D | bus_center_ipc_mock.cpp | 132 int32_t ClientOnLeaveLNNResult(const char *pkgName, int32_t pid, const char *networkId, int32_t ret… in ClientOnLeaveLNNResult() 148 const char *pkgName, int32_t pid, const void *info, uint32_t infoTypeLen, int32_t retCode) in ClientOnTimeSyncResult() 153 int32_t ClientOnPublishLNNResult(const char *pkgName, int32_t pid, int32_t publishId, int32_t reaso… in ClientOnPublishLNNResult() 158 int32_t ClientOnRefreshLNNResult(const char *pkgName, int32_t pid, int32_t refreshId, int32_t reaso… in ClientOnRefreshLNNResult() 163 int32_t ClientOnRefreshDeviceFound(const char *pkgName, int32_t pid, const void *device, uint32_t d… in ClientOnRefreshDeviceFound()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_channel_test.cpp | 64 int32_t TestOnChannelOpened(const char *pkgName, int32_t pid, const char *sessionName, const Channe… in TestOnChannelOpened() 74 int32_t TestOnChannelClosed(const char *pkgName, int32_t pid, in TestOnChannelClosed() 86 int32_t TestOnChannelOpenFailed(const char *pkgName, int32_t pid, int32_t channelId, in TestOnChannelOpenFailed() 106 int32_t TestGetUidAndPidBySessionName(const char *sessionName, int32_t *uid, int32_t *pid) in TestGetUidAndPidBySessionName() 569 int32_t pid = 1; variable
|
/ohos5.0/base/hiviewdfx/hidumper/services/native/src/ |
H A D | dump_common_utils.cpp | 100 for (const auto &pid : allPids) { in GetAllPids() local 176 bool DumpCommonUtils::IsUserPid(const std::string &pid) in IsUserPid() 211 int pid; in GetUserPids() local 259 bool DumpCommonUtils::GetProcessNameByPid(int pid, std::string& name) in GetProcessNameByPid() 291 bool DumpCommonUtils::GetProcessInfo(int pid, PidInfo &info) in GetProcessInfo()
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | xcollie_utils.cpp | 122 std::string GetProcessNameFromProcCmdline(int32_t pid) in GetProcessNameFromProcCmdline() 171 bool IsProcessDebug(int32_t pid) in IsProcessDebug() 235 int ParsePeerBinderPid(std::ifstream& fin, int32_t pid) in ParsePeerBinderPid() 292 bool KillProcessByPid(int32_t pid) in KillProcessByPid() 338 bool WriteStackToFd(int32_t pid, std::string& path, std::string& stack, const std::string& eventNam… in WriteStackToFd()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_typeface_cache.cpp | 64 pid_t pid = GetTypefacePid(uniqueId); in AddIfFound() local 121 pid_t pid = GetTypefacePid(uniqueId); in CacheDrawingTypeface() local 176 void RSTypefaceCache::RemoveHashMap(pid_t pid, std::unordered_map<uint64_t, TypefaceTuple>& typefac… in RemoveHashMap() 221 static void PurgeMapWithPid(pid_t pid, std::unordered_map<uint32_t, std::vector<uint64_t>>& map) in PurgeMapWithPid() 248 void RSTypefaceCache::RemoveDrawingTypefacesByPid(pid_t pid) in RemoveDrawingTypefacesByPid()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | memory_test.cpp | 249 static pid_t pid = getpid(); variable 293 static pid_t pid = getpid(); variable 342 static pid_t pid = getpid(); variable 384 static pid_t pid = getpid(); variable 422 static pid_t pid = getpid(); variable 490 pid_t pid = GetProcessPid(FOUNDATION_NAME); variable
|
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/src/ |
H A D | mem_mgr_proxy.cpp | 62 int32_t MemMgrProxy::NotifyDistDevStatus(int32_t pid, int32_t uid, const std::string &name, bool co… in NotifyDistDevStatus() 129 int32_t MemMgrProxy::RegisterActiveApps(int32_t pid, int32_t uid) in RegisterActiveApps() 162 int32_t MemMgrProxy::DeregisterActiveApps(int32_t pid, int32_t uid) in DeregisterActiveApps() 365 int32_t MemMgrProxy::GetReclaimPriorityByPid(int32_t pid, int32_t &priority) in GetReclaimPriorityByPid() 466 int32_t MemMgrProxy::NotifyProcessStatus(int32_t pid, int32_t type, int32_t status, int32_t saId) in NotifyProcessStatus() 505 int32_t MemMgrProxy::SetCritical(int32_t pid, bool critical, int32_t saId) in SetCritical()
|
/ohos5.0/base/global/i18n/services/src/ |
H A D | i18n_service_ability.cpp | 107 int pid = getpid(); in OnStart() local 113 int pid = getpid(); in OnStop() local
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/ |
H A D | app_state_subscriber_stub.cpp | 80 int32_t pid; in HandleOnAppStateChanged() local 105 int32_t pid; in HandleForceReclaim() local
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/ |
H A D | audio_server_death_recipient.h | 26 explicit AudioServerDeathRecipient(pid_t pid) : pid_(pid) {} in AudioServerDeathRecipient()
|