Home
last modified time | relevance | path

Searched defs:pid (Results 951 – 975 of 1738) sorted by relevance

1...<<31323334353637383940>>...70

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DBatteryController.java135 int pid) { in registerBatteryListener()
270 @NonNull IInputDeviceBatteryListener listener, int pid) { in unregisterBatteryListener()
298 final int pid = listenerRecord.mPid; in unregisterRecordLocked() local
336 private void handleListeningProcessDied(int pid) { in handleListeningProcessDied()
509 ListenerRecord(int pid, IInputDeviceBatteryListener listener) { in ListenerRecord()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp535 pid_t pid = 0; in RunAsForceStop() local
607 pid_t pid = 0; in ConvertPid() local
2039 …e AbilityManagerShellCommand::RunAsSendAppNotRespondingWithOption(int32_t option, std::string& pid) in RunAsSendAppNotRespondingWithOption()
2101 std::string pid; in RunAsForceExitAppCommand() local
2208 std::string pid = ""; in RunAsNotifyAppFaultCommand() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp36 MemoryGraphic RSRenderServiceClient::GetMemoryGraphic(int pid) in GetMemoryGraphic()
138int32_t pid, int32_t uid, const std::string &bundleName, const std::string &abilityName, uint64_t … in SetFocusAppInfo()
212 std::string RSRenderServiceClient::GetRefreshInfo(pid_t pid) in GetRefreshInfo()
603 bool RSRenderServiceClient::RegisterSurfaceBufferCallback(pid_t pid, uint64_t uid, in RegisterSurfaceBufferCallback()
609 bool RSRenderServiceClient::UnregisterSurfaceBufferCallback(pid_t pid, uint64_t uid) in UnregisterSurfaceBufferCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp41 MemoryGraphic RSRenderServiceClient::GetMemoryGraphic(int pid) in GetMemoryGraphic()
138int32_t pid, int32_t uid, const std::string &bundleName, const std::string &abilityName, uint64_t … in SetFocusAppInfo()
212 std::string RSRenderServiceClient::GetRefreshInfo(pid_t pid) in GetRefreshInfo()
603 bool RSRenderServiceClient::RegisterSurfaceBufferCallback(pid_t pid, uint64_t uid, in RegisterSurfaceBufferCallback()
609 bool RSRenderServiceClient::UnregisterSurfaceBufferCallback(pid_t pid, uint64_t uid) in UnregisterSurfaceBufferCallback()
/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/
H A Ddumpcatcher_system_test.cpp104 static void GetCrasherThreads(const int pid, const int uid) in GetCrasherThreads()
165 pid_t pid = atoi(ress[i].c_str()); in LaunchCrasher() local
1348 int32_t pid = getpid(); variable
1372 pid_t pid = fork(); variable
1397 pid_t pid = fork(); variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dams_mgr_stub.cpp500 auto pid = static_cast<pid_t>(data.ReadInt32()); in HandleSetAbilityForegroundingFlagToAppRecord() local
536 int32_t pid = data.ReadInt32(); in HandleGetApplicationInfoByProcessID() local
558 int32_t pid = data.ReadInt32(); in HandleNotifyAppMgrRecordExitReason() local
596 int32_t pid = data.ReadInt32(); in HandleGetBundleNameByPid() local
872 auto pid = data.ReadUint32(); in HandleIsProcessContainsOnlyUIAbility() local
/aosp14/frameworks/base/core/java/android/os/
H A DSELinux.java115 public static final native String getPidContext(int pid); in getPidContext()
/aosp14/frameworks/base/core/java/android/app/slice/
H A DISliceManager.aidl36 int checkSlicePermission(in Uri uri, String callingPkg, int pid, int uid, in checkSlicePermission()
/aosp14/frameworks/base/core/proto/android/os/
H A Dps.proto36 optional int32 pid = 3; field
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_softbus_client.cpp71 int32_t DBinderSoftbusClient::DBinderGrantPermission(int32_t uid, int32_t pid, const std::string &s… in DBinderGrantPermission()
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/ipc/samgr/
H A DIpcSamgrTest.cpp108 pid_t pid = fork(); in mainFunc() local
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_dnsresolv_test/
H A Ddns_quality_diag_test.cpp106 uint32_t pid = 1; variable
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_trans.c59 int uid, int pid) in SoftBusTransDumpRegisterSession()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/async_stack/
H A Dstack_table_test.cpp58 auto pid = stackTable->GetPid(); variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dfa_context.h291 virtual int VerifyPermission(const std::string &permission, int pid, int uid) in VerifyPermission()
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dscpuworker_manager.cpp81 pid_t pid = thread->Id(); in WorkerRetiredSimplified() local
/ohos5.0/foundation/multimodalinput/input/service/nap_process/test/
H A Dnap_process_test.cpp105 int32_t pid = 1234; variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
H A Dres_sched_exe_service_proxy.cpp72 int32_t ResSchedExeServiceProxy::KillProcess(pid_t pid) in KillProcess()
/ohos5.0/base/hiviewdfx/faultloggerd/common/cutil/
H A Dmusl_cutil.h94 pid_t pid = syscall(SYS_getpid); in GetRealPid() local
/aosp14/system/core/llkd/
H A Dlibllkd.cpp291 pid_t pid; // /proc/<pid> before iterating through member
460 int llkKillOneProcess(pid_t pid, char state, pid_t tid, const char* tcomm = nullptr, in llkKillOneProcess()
480 int llkKillOneProcess(pid_t pid, proc* tprocp) { in llkKillOneProcess()
602 proc* llkTidAlloc(pid_t tid, pid_t pid, pid_t ppid, const char* comm, int time, char state, in llkTidAlloc()
739 bool llkSkipPid(pid_t pid) { in llkSkipPid()
1011 int pid = -1; in llkCheck() local
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp320 const std::string &deviceID, int32_t binderObject, uint32_t pid, uint32_t uid) in MakeRemoteBinder()
392 uint32_t seqNumber, uint32_t pid, uint32_t uid) in CreateMessage()
417 …erService::SendEntryToRemote(const sptr<DBinderServiceStub> stub, uint32_t seqNumber, uint32_t pid, in SendEntryToRemote()
458 uint32_t pid, uint32_t uid) in InvokerRemoteDBinder()
695 std::string DBinderService::CreateDatabusName(int uid, int pid) in CreateDatabusName()
769 std::string &remoteDeviceId, int pid, int uid, uint32_t tokenId) in OnRemoteInvokerDataBusMessage()
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/
H A DAbstractLocationProvider.java353 protected abstract void onExtraCommand(int uid, int pid, String command, Bundle extras); in onExtraCommand()
406 public void sendExtraCommand(int uid, int pid, String command, Bundle extras) { in sendExtraCommand()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Dsystem_func_mock.cpp215 pid_t __wrap_waitpid(pid_t pid, int *status, int options) in __wrap_waitpid()
225 int __wrap_kill(pid_t pid, int sig) in __wrap_kill()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c39 static int32_t NotifyNormalChannelClosed(const char *pkgName, int32_t pid, int32_t channelId) in NotifyNormalChannelClosed()
46 static int32_t NotifyNormalChannelOpenFailed(const char *pkgName, int32_t pid, int32_t channelId, i… in NotifyNormalChannelOpenFailed()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_draw_cmd.h251 pid_t pid; member
261 pid_t pid; member

1...<<31323334353637383940>>...70