/third_party/openssl/apps/lib/ |
H A D | vms_term_sock.c | 52 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 D | ipcs.c | 102 "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 D | ability_state_data.h | 56 pid_t pid = 0; member
|
H A D | process_info.h | 31 explicit ProcessInfo(const std::string &name, const pid_t &pid);
|
H A D | app_state_data.h | 60 int32_t pid = -1; member
|
H A D | app_process_data.h | 57 pid_t pid = 0; member
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_ecological_rule_param.h | 40 int32_t pid = 0L; member
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | extension_running_info.h | 33 int pid; member
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/status_bar_delegate/ |
H A D | status_bar_delegate_proxy.h | 30 virtual int32_t AttachPidToStatusBarItem(uint32_t accessTokenId, int32_t pid);
|
/foundation/ability/ability_runtime/interfaces/kits/c/ability/ability_runtime/child_process/ |
H A D | native_child_process.h | 268 * @param pid The started child process id. 280 NativeChildProcess_Options options, int32_t *pid);
|
/foundation/multimedia/audio_framework/frameworks/native/audioschedule/include/ |
H A D | audio_schedule_guard.h | 27 AudioScheduleGuard(uint32_t pid, uint32_t tid, const std::string &bundleName = "audio_server");
|
/foundation/multimedia/drm_framework/services/drm_service/server/include/ |
H A D | mediakeysystem_service_stub.h | 40 void MediaKeySystemClientDied(pid_t pid);
|
H A D | media_decrypt_module_service_stub.h | 41 void MediaDecryptModuleClientDied(pid_t pid);
|
H A D | key_session_service_stub.h | 38 void MediaKeySessionClientDied(pid_t pid);
|
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | command_send_limit.h | 33 bool IsCommandSendEnable(pid_t pid);
|
/foundation/multimodalinput/input/test/fuzztest/setanrobserver_fuzzer/ |
H A D | setanrobserver_fuzzer.cpp | 31 void OnAnr(int32_t pid, int32_t eventId) const override
|
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/ |
H A D | memcg_mgr.h | 41 bool AddProcToMemcg(unsigned int pid, unsigned int userId);
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | perf_counter.h | 50 pid_t pid; member
|
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/include/ |
H A D | res_sched_exe_service.h | 59 * @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 D | itest_sa_proxy_cache.h | 44 int32_t& pid) = 0;
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | session_permission.h | 43 static bool CheckCallingIsUserTestMode(pid_t pid);
|
/foundation/communication/dsoftbus/interfaces/inner_kits/transport/ |
H A D | inner_socket.h | 61 * @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 D | comm_auth_info.h | 25 CommAuthInfo(IRemoteObject *stub, int pid, int uid, uint32_t tokenId,
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/ |
H A D | trans_udp_negotiation.h | 40 void TransUdpDeathCallback(const char *pkgName, int32_t pid);
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/ |
H A D | trans_tcp_direct_manager.h | 58 void TransTdcDeathCallback(const char *pkgName, int32_t pid);
|