Home
last modified time | relevance | path

Searched refs:pid (Results 3476 - 3500 of 6320) sorted by relevance

1...<<131132133134135136137138139140>>...253

/third_party/openssl/apps/lib/
H A Dvms_term_sock.c52 unsigned int iosb$l_pid; /* 32-bit pid */
555 static unsigned int pid = 0; in LogMessage()
562 ** Get the process pid in LogMessage()
564 if (pid == 0) in LogMessage()
565 pid = getpid (); in LogMessage()
579 LocTime->tm_sec, pid, msg); in LogMessage()
549 static unsigned int pid = 0; LogMessage() local
/third_party/toybox/toys/pending/
H A Dipcs.c102 "semnum", "value", "ncount", "zcount", "pid"); in show_sem_id()
106 int val, nc, zc, pid; in show_sem_id() local
110 pid = semctl(TT.id, i, GETPID, n); in show_sem_id()
111 if (val < 0 || nc < 0 || zc < 0 || pid < 0) in show_sem_id()
113 printf("%-10d %-10d %-10d %-10d %-10d\n", i, val, nc, zc, pid); in show_sem_id()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dability_state_data.h56 pid_t pid = 0; member
H A Dprocess_info.h31 explicit ProcessInfo(const std::string &name, const pid_t &pid);
H A Dapp_state_data.h60 int32_t pid = -1; member
H A Dapp_process_data.h57 pid_t pid = 0; member
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_ecological_rule_param.h40 int32_t pid = 0L; member
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dextension_running_info.h33 int pid; member
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/status_bar_delegate/
H A Dstatus_bar_delegate_proxy.h30 virtual int32_t AttachPidToStatusBarItem(uint32_t accessTokenId, int32_t pid);
/foundation/ability/ability_runtime/interfaces/kits/c/ability/ability_runtime/child_process/
H A Dnative_child_process.h268 * @param pid The started child process id.
280 NativeChildProcess_Options options, int32_t *pid);
/foundation/multimedia/audio_framework/frameworks/native/audioschedule/include/
H A Daudio_schedule_guard.h27 AudioScheduleGuard(uint32_t pid, uint32_t tid, const std::string &bundleName = "audio_server");
/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dmediakeysystem_service_stub.h40 void MediaKeySystemClientDied(pid_t pid);
H A Dmedia_decrypt_module_service_stub.h41 void MediaDecryptModuleClientDied(pid_t pid);
H A Dkey_session_service_stub.h38 void MediaKeySessionClientDied(pid_t pid);
/foundation/multimedia/av_session/services/session/adapter/
H A Dcommand_send_limit.h33 bool IsCommandSendEnable(pid_t pid);
/foundation/multimodalinput/input/test/fuzztest/setanrobserver_fuzzer/
H A Dsetanrobserver_fuzzer.cpp31 void OnAnr(int32_t pid, int32_t eventId) const override
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/
H A Dmemcg_mgr.h41 bool AddProcToMemcg(unsigned int pid, unsigned int userId);
/foundation/resourceschedule/ffrt/src/sync/
H A Dperf_counter.h50 pid_t pid; member
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/include/
H A Dres_sched_exe_service.h59 * @param pid the pid whiche will be killed.
61 int32_t KillProcess(pid_t pid) override;
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/test_sa_proxy_cache_ability/include/
H A Ditest_sa_proxy_cache.h44 int32_t& pid) = 0;
/foundation/window/window_manager/window_scene/common/include/
H A Dsession_permission.h43 static bool CheckCallingIsUserTestMode(pid_t pid);
/foundation/communication/dsoftbus/interfaces/inner_kits/transport/
H A Dinner_socket.h61 * @brief Grant permission to socket with uid and pid.
64 * @param pid Indicates the pid of the process.
73 int32_t DBinderGrantPermission(int32_t uid, int32_t pid, const char *socketName);
/foundation/communication/ipc/ipc/native/src/core/include/
H A Dcomm_auth_info.h25 CommAuthInfo(IRemoteObject *stub, int pid, int uid, uint32_t tokenId,
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/
H A Dtrans_udp_negotiation.h40 void TransUdpDeathCallback(const char *pkgName, int32_t pid);
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_manager.h58 void TransTdcDeathCallback(const char *pkgName, int32_t pid);

Completed in 15 milliseconds

1...<<131132133134135136137138139140>>...253