Home
last modified time | relevance | path

Searched defs:pid (Results 901 – 925 of 1387) sorted by relevance

1...<<31323334353637383940>>...56

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_message_test.cpp111 int32_t TestGetUidAndPidSuccess(const char *sessionName, int32_t *uid, int32_t *pid) in TestGetUidAndPidSuccess()
119 int32_t TestGetUidAndPidFail(const char *sessionName, int32_t *uid, int32_t *pid) in TestGetUidAndPidFail()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_background_proxy.cpp487 bool LocatorBackgroundProxy::IsAppInLocationContinuousTasks(pid_t uid, pid_t pid) in IsAppInLocationContinuousTasks()
542 int32_t pid = appStateData.pid; in OnForegroundApplicationChanged() local
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dapp_state_observer.cpp370 bool AppStateObserver::RemoveCallbackListener(int32_t pid) in RemoveCallbackListener()
385 void AppStateObserver::AddCallbackListener(int32_t pid) in AddCallbackListener()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/pointer_render/
H A Drs_pointer_render_manager.cpp77 void RSPointerRenderManager::RegisterPointerLuminanceChangeCallback(pid_t pid, in RegisterPointerLuminanceChangeCallback()
84 void RSPointerRenderManager::UnRegisterPointerLuminanceChangeCallback(pid_t pid) in UnRegisterPointerLuminanceChangeCallback()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_collaborator_proxy.cpp309 int32_t AbilityManagerCollaboratorProxy::NotifyRemoveShellProcess(int32_t pid, int32_t type, const … in NotifyRemoveShellProcess()
479 void AbilityManagerCollaboratorProxy::NotifyMissionBindPid(int32_t missionId, int32_t pid) in NotifyMissionBindPid()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp152 void WindowNode::SetInputEventCallingPid(int32_t pid) in SetInputEventCallingPid()
157 void WindowNode::SetCallingPid(int32_t pid) in SetCallingPid()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dextension_session.cpp152 sptr<WindowSessionProperty> property, sptr<IRemoteObject> token, int32_t pid, int32_t uid, in ConnectInner()
204 int32_t pid = IPCSkeleton::GetCallingRealPid(); in Connect() local
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp137 bool ConfigUtils::MergePidInfos(std::vector<DumpCommonUtils::PidInfo> &pidInfos, int pid) in MergePidInfos()
154 bool ConfigUtils::MergeDebugPidInfos(std::vector<DumpCommonUtils::PidInfo> &pidInfos, int pid) in MergeDebugPidInfos()
868 std::string pid = std::to_string(pidInfo.pid_); in CopySmaps() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server_rpc.c267 pid_t pid = GetCallingPid(); in ProcEndpoint() local
308 pid_t pid = GetCallingPid(); in ProcPutFeature() local
634 pid_t pid = (pid_t)((uintptr_t)argv); in OnEndpointExit() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp66 Impl(int pid, bool crash) : pid_(pid) in Impl()
79 Impl(int pid, int nspid, bool crash) : pid_(nspid) in Impl()
293 Unwinder::Unwinder(int pid, bool crash) : impl_(std::make_shared<Impl>(pid, crash)) in Unwinder()
297 Unwinder::Unwinder(int pid, int nspid, bool crash) : impl_(std::make_shared<Impl>(pid, nspid, crash… in Unwinder()
698 int32_t pid = pid_; in StepArkJsFrame() local
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.cpp412 int32_t pid = getprocpid(); in CollectTrace() local
884 void WatchdogInner::WriteStringToFile(int32_t pid, const char *str) in WriteStringToFile()
949 int32_t pid = getprocpid(); in SendFfrtEvent() local
1015 int32_t pid = getprocpid(); in LeftTimeExitProcess() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
H A Dipc_proxy_inner.c116 uint32_t pid, uint32_t uid, IpcIo *reply, uintptr_t *ptr) in InvokerListenThread()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinner_link.h61 int pid; member
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/mini/
H A Dtrans_server_proxy.c103 int32_t ServerIpcGrantPermission(int uid, int pid, const char *sessionName) in ServerIpcGrantPermission()
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
H A Dhiview_log.h320 unsigned int pid : 16; member
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dbase_def.h104 uint32_t pid; member
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_database.cpp200 bool FaultLogDatabase::IsFaultExist(int32_t pid, int32_t uid, int32_t faultType) in IsFaultExist()
H A Dfaultlog_manager.cpp186 bool FaultLogManager::IsProcessedFault(int32_t pid, int32_t uid, int32_t faultType) in IsProcessedFault()
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_manager.cpp113 bool SensorManager::SaveSubscriber(int32_t sensorId, uint32_t pid, int64_t samplingPeriodNs, in SaveSubscriber()
/ohos5.0/base/inputmethod/imf/services/include/
H A Dperuser_session.h79 pid_t pid; member
/ohos5.0/base/hiviewdfx/faultloggerd/test/performancetest/src/
H A Dfaultloggerd_performance_test.cpp211 int pid = GetProcessPid(name); variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dfeature_test.cpp162 pid_t pid = 2; variable
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/
H A Damsmgrscheduler_fuzzer.cpp128 int pid = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dperf_counter.cpp48 static inline int perf_event_open(struct perf_event_attr* attr, pid_t pid, int cpu, int group_fd, u… in perf_event_open()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/
H A Dpurgeable_mem_utils.cpp95 bool PurgeableMemUtils::GetProcPurgeableHeapInfo(const int pid, int &reclaimableKB) in GetProcPurgeableHeapInfo()

1...<<31323334353637383940>>...56