/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_manager_test.cpp | 80 int32_t TestOnDataReceived(const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType, in TestOnDataReceived() argument 92 int32_t TestOnChannelOpened(const char *pkgName, int32_t pid, const char *sessionName, const ChannelInfo *channel) in TestOnChannelOpened() argument 102 int32_t TestOnChannelClosed(const char *pkgName, int32_t pid, in TestOnChannelClosed() argument 114 int32_t TestOnChannelOpenFailed(const char *pkgName, int32_t pid, int32_t channelId, in TestOnChannelOpenFailed() argument 126 int32_t TestGetUidAndPidBySessionName(const char *sessionName, int32_t *uid, int32_t *pid) in TestGetUidAndPidBySessionName() argument [all...] |
H A D | softbus_proxychannel_message_test.cpp | 76 int32_t TestOnDataReceived(const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType, in TestOnDataReceived() argument 89 int32_t TestOnChannelOpened(const char *pkgName, int32_t pid, const char *sessionName, const ChannelInfo *channel) in TestOnChannelOpened() argument 100 int32_t TestOnChannelClosed(const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType) in TestOnChannelClosed() argument 111 int32_t TestOnChannelOpenFailed(const char *pkgName, int32_t pid, int32_t channelId, in TestOnChannelOpenFailed() argument 124 int32_t TestGetUidAndPidBySessionName(const char *sessionName, int32_t *uid, int32_t *pid) in TestGetUidAndPidBySessionName() argument 185 TestGetUidAndPidSuccess(const char *sessionName, int32_t *uid, int32_t *pid) TestGetUidAndPidSuccess() argument 193 TestGetUidAndPidFail(const char *sessionName, int32_t *uid, int32_t *pid) TestGetUidAndPidFail() argument [all...] |
/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_object_proxy.cpp | 276 std::string IPCObjectProxy::GetSessionNameForPidUid(uint32_t uid, uint32_t pid) in GetSessionNameForPidUid() argument
|
H A D | ipc_object_stub.cpp | 664 int pid = IPCSkeleton::GetCallingPid(); in GetGrantedSessionName() local 710 std::string IPCObjectStub::CreateSessionName(int uid, int pid) in CreateSessionName() argument 756 GetAndSaveDBinderData(pid_t pid, uid_t uid) GetAndSaveDBinderData() argument [all...] |
/foundation/communication/ipc/ipc/test/serializer/ |
H A D | utils_serializer_test.cpp | 129 int pid = -1; in HWTEST_F() local 226 int pid = -1; in HWTEST_F() local 268 int pid = -1; HWTEST_F() local 319 int pid = -1; HWTEST_F() local 374 int pid = -1; HWTEST_F() local 421 int pid = -1; HWTEST_F() local 471 int pid = -1; HWTEST_F() local 521 int pid = -1; HWTEST_F() local 570 int pid = -1; HWTEST_F() local 625 int pid = -1; HWTEST_F() local 680 int pid = -1; HWTEST_F() local 734 int pid = -1; HWTEST_F() local 790 int pid = -1; HWTEST_F() local 842 int pid = -1; HWTEST_F() local 888 int pid = -1; HWTEST_F() local 932 int pid = -1; HWTEST_F() local 1004 int pid = -1; HWTEST_F() local 1044 int pid = -1; HWTEST_F() local 1085 int pid = -1; HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_manager.c | 631 void TransChannelDeathCallback(const char *pkgName, int32_t pid) in TransChannelDeathCallback() argument 659 int32_t TransGetAndComparePid(pid_t pid, int32_t channelId, int32_t channelType) in TransGetAndComparePid() argument 688 TransGetAndComparePidBySession(pid_t pid, const char *sessionName, int32_t sessionlId) TransGetAndComparePidBySession() argument [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_internal_event_dispatcher.cpp | 132 AddStaCallback( const sptr<IRemoteObject> &remote, const sptr<IWifiDeviceCallBack> &callback, int pid, const std::string &eventName, int tokenId, int instId) AddStaCallback() argument 237 AddScanCallback( const sptr<IRemoteObject> &remote, const sptr<IWifiScanCallback> &callback, int pid, const std::string &eventName, int tokenId, int instId) AddScanCallback() argument 455 AddP2pCallback( const sptr<IRemoteObject> &remote, const sptr<IWifiP2pCallback> &callback, int pid, const std::string &eventName, int tokenId) AddP2pCallback() argument 659 int pid = mScanCallBackInfo[msg.id][remote].callingPid; InvokeScanCallbacks() local 702 int pid = mStaCallBackInfo[msg.id][remote].callingPid; InvokeDeviceCallbacks() local 816 int pid = mP2pCallbackInfo[remote].callingPid; InvokeP2pCallbacks() local 866 SendP2pCallbackMsg(sptr<IWifiP2pCallback> &callback, const WifiEventCallbackMsg &msg, int pid, int uid, int tokenId) SendP2pCallbackMsg() argument 1065 IsAppFrozen(int pid) IsAppFrozen() argument [all...] |
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | types.h | 154 std::int32_t pid; member
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_dumper.cpp | 57 static std::string GetProcessNameByPid(int32_t pid) in GetProcessNameByPid() argument
|
/foundation/window/window_manager/window_scene/session/container/src/zidl/ |
H A D | session_stage_proxy.cpp | 151 auto pid = rsTransaction->GetParentPid(); in UpdateRect() local
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | extension_session.cpp | 200 int32_t pid = IPCSkeleton::GetCallingRealPid(); in Connect() local 154 ConnectInner( const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, SystemSessionConfig& systemConfig, sptr<WindowSessionProperty> property, sptr<IRemoteObject> token, int32_t pid, int32_t uid, const std::string& identityToken) ConnectInner() argument
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager_lite.cpp | 64 WSError SceneSessionManagerLite::GetMainWindowStatesByPid(int32_t pid, std::vector<MainWindowState>& windowStates) in GetMainWindowStatesByPid() argument 188 WMError SceneSessionManagerLite::CheckWindowId(int32_t windowId, int32_t& pid) in CheckWindowId() argument
|
/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_lite_proxy.cpp | 291 WSError SceneSessionManagerLiteProxy::GetMainWindowStatesByPid(int32_t pid, std::vector<MainWindowState>& windowStates) in GetMainWindowStatesByPid() argument 862 WMError SceneSessionManagerLiteProxy::CheckWindowId(int32_t windowId, int32_t& pid) in CheckWindowId() argument
|
H A D | scene_session_manager_lite_stub.cpp | 262 int32_t pid = 0; in HandleGetMainWindowStatesByPid() local 499 int32_t pid = INVALID_PID; in HandleCheckWindowId() local [all...] |
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test4.cpp | 752 int32_t pid = 1; in HWTEST_F() local 787 int32_t pid = 10; in HWTEST_F() local
|
H A D | scene_session_manager_test6.cpp | 1939 int32_t pid = 123;
in HWTEST_F() local
|
/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_wm.cpp | 328 LiteWindow* LiteWM::CreateWindow(const LiteWinConfig& config, pid_t pid) in CreateWindow() argument 756 void LiteWM::OnClientDeathNotify(pid_t pid) in OnClientDeathNotify() argument
|
/foundation/window/window_manager/wmserver/src/ |
H A D | mock_session_manager_service.cpp | 78 explicit ClientListenerDeathRecipient(int32_t userId, int32_t pid, bool isLite) in ClientListenerDeathRecipient() argument 328 int32_t pid = IPCSkeleton::GetCallingRealPid(); in RegisterSMSRecoverListener() local 376 int32_t pid = IPCSkeleton::GetCallingRealPid(); in UnregisterSMSRecoverListener() local 381 UnregisterSMSRecoverListener(int32_t userId, int32_t pid) UnregisterSMSRecoverListener() argument 432 int32_t pid = IPCSkeleton::GetCallingRealPid(); RegisterSMSLiteRecoverListener() local 480 int32_t pid = IPCSkeleton::GetCallingRealPid(); UnregisterSMSLiteRecoverListener() local 485 UnregisterSMSLiteRecoverListener(int32_t userId, int32_t pid) UnregisterSMSLiteRecoverListener() argument 730 WriteStringToFile(int32_t pid, const char* str) WriteStringToFile() argument 748 GetProcessSurfaceNodeIdByPersistentId(const int32_t pid, const std::vector<uint64_t>& windowIdList, std::vector<uint64_t>& surfaceNodeIds) GetProcessSurfaceNodeIdByPersistentId() argument [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | threadsndk.cpp | 334 int pid = PARAM_0;
in DoPlainTests() local
|
/test/xts/acts/communication_lite/lwip_posix/src/ |
H A D | ActsLwipTest.cpp | 376 static int WaitProcessExit(int pid, int* code) in WaitProcessExit() argument 591 pid_t pid = fork(); in HWTEST_F() local 631 pid_t pid = fork(); in HWTEST_F() local 657 pid_t pid = fork(); HWTEST_F() local 697 pid_t pid = fork(); HWTEST_F() local [all...] |
/third_party/curl/tests/server/ |
H A D | util.c | 280 curl_off_t pid; in our_getpid() local 298 curl_off_t pid; in write_pidfile() local [all...] |
/third_party/elfutils/src/ |
H A D | stack.c | 71 static pid_t pid = 0; variable [all...] |
/third_party/eudev/src/udev/ |
H A D | udev-event.c | 576 spawn_wait(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, const char *cmd, pid_t pid) spawn_wait() argument 714 pid_t pid; udev_event_spawn() local [all...] |
/third_party/backends/backend/ |
H A D | cardscan.c | 441 SANE_Word vid, pid; in attach_one() local
|
/third_party/alsa-lib/src/timer/ |
H A D | timer.c | 428 int snd_timer_async(snd_timer_t *timer, int sig, pid_t pid) in snd_timer_async() argument
|