Home
last modified time | relevance | path

Searched refs:pid (Results 826 - 850 of 1491) sorted by relevance

1...<<31323334353637383940>>...60

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
H A Dkvstore_data_service_test.cpp175 pid_t pid = 2; in HWTEST_F() local
178 Status status = kvStoreDataServiceTest.AppExit(uid, pid, token, appId); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager_lite.h39 WSError GetMainWindowStatesByPid(int32_t pid, std::vector<MainWindowState>& windowStates) override;
60 WMError CheckWindowId(int32_t windowId, int32_t& pid) override;
/foundation/window/window_manager/wmserver/test/unittest/
H A Dmock_session_manager_service_test.cpp204 int32_t pid = 123; in HWTEST_F() local
208 pid, persistentIds, surfaceNodeIds); in HWTEST_F()
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.h76 LiteWindow* CreateWindow(const LiteWinConfig& config, pid_t pid);
87 void OnClientDeathNotify(pid_t pid);
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_service_test.cpp1041 int32_t pid = 201; in HWTEST_F() local
1047 avsessionHere_->SetUid(pid); in HWTEST_F()
1050 info.uid = pid; in HWTEST_F()
1061 int32_t pid = 202; in HWTEST_F() local
1067 avsessionHere_->SetUid(pid); in HWTEST_F()
1081 int32_t pid = 203; in HWTEST_F() local
1087 avsessionHere_->SetUid(pid); in HWTEST_F()
1089 info.uid = pid; in HWTEST_F()
1101 int32_t pid = 204; in HWTEST_F() local
1107 avsessionHere_->SetUid(pid); in HWTEST_F()
1120 int32_t pid = 205; HWTEST_F() local
1139 int32_t pid = 206; HWTEST_F() local
1158 int32_t pid = 207; HWTEST_F() local
1178 int32_t pid = 206; HWTEST_F() local
1242 int32_t pid = 304; HWTEST_F() local
1298 pid_t pid = 2222; HWTEST_F() local
[all...]
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dstate_machine.cpp46 FI_HILOGI("\'%{public}s\' died, pid:%{public}d", processData.bundleName.c_str(), processData.pid); in OnProcessDied()
47 if (processData.pid == clientPid_) { in OnProcessDied()
51 .pid = clientPid_, in OnProcessDied()
288 UpdateApplicationStateObserver(startEvent.pid); in StartCooperate()
309 UpdateApplicationStateObserver(stateEvent.pid); in GetCooperateState()
312 .pid = stateEvent.pid, in GetCooperateState()
503 appStateObserver_ = sptr<AppStateObserver>::MakeSptr(sender, event.pid); in RegisterApplicationStateObserver()
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp627 ZLOGW(LABEL, "add auth info, pid:%{public}u uid:%{public}u deviceId:%{public}s " in AddAuthInfo()
664 int pid = IPCSkeleton::GetCallingPid(); in GetGrantedSessionName() local
666 std::string sessionName = CreateSessionName(uid, pid); in GetGrantedSessionName()
668 ZLOGE(LABEL, "pid(%{public}d)/uid(%{public}d) is invalid", pid, uid); in GetGrantedSessionName()
685 ZLOGE(LABEL, "pid(%{public}d)/uid(%{public}d) is invalid", remotePid, remoteUid); in GetSessionNameForPidUid()
690 ZLOGE(LABEL, "pid(%{public}d)/uid(%{public}d) is invalid", remotePid, remoteUid); in GetSessionNameForPidUid()
710 std::string IPCObjectStub::CreateSessionName(int uid, int pid) in CreateSessionName() argument
713 std::to_string(uid) + std::string("_") + std::to_string(pid); in CreateSessionName()
714 if (DBinderSoftbusClient::GetInstance().DBinderGrantPermission(uid, pid, sessionNam in CreateSessionName()
756 GetAndSaveDBinderData(pid_t pid, uid_t uid) GetAndSaveDBinderData() argument
[all...]
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_processes_info_module_test/
H A Dapp_running_processes_info_module_test.cpp463 * FunctionPoints: get running process info by pid.
488 pid_t pid = 16738; in HWTEST_F() local
489 record->GetPriorityObject()->SetPid(pid); in HWTEST_F()
521 service_->GetRunningProcessInfoByPid(pid, info); in HWTEST_F()
530 * FunctionPoints: get running process info by pid.
555 pid_t pid = 16739; in HWTEST_F() local
556 record->GetPriorityObject()->SetPid(pid); in HWTEST_F()
586 service_->appRunningManager_->GetRunningProcessInfoByPid(pid, info); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_component.cpp288 int32_t pid = IPCSkeleton::GetCallingPid(); in AceRequestCompleteAsyncCallbackWork() local
289 asyncCallbackInfo->wantStage.SetBundle("plugin" + std::to_string(pid)); in AceRequestCompleteAsyncCallbackWork()
379 int32_t pid = IPCSkeleton::GetCallingPid(); in AceRequestPromiseAsyncCallbackWork() local
380 asyncCallbackInfo->wantStage.SetBundle("plugin" + std::to_string(pid)); in AceRequestPromiseAsyncCallbackWork()
504 int32_t pid = IPCSkeleton::GetCallingPid(); in AceOnCompleteAsyncCallbackWork() local
505 asyncCallbackInfo->wantStage.SetBundle("plugin" + std::to_string(pid)); in AceOnCompleteAsyncCallbackWork()
/foundation/multimedia/audio_framework/test/fuzztest/audiopolicymore_fuzzer/
H A Daudio_policy_more_fuzzer.cpp234 focusInfo.first.pid = *reinterpret_cast<const int32_t *>(rawData); in SendInterruptEventFuzzTest()
299 focusInfo.first.pid = *reinterpret_cast<const int32_t *>(rawData); in GetAudioFocusInfoListFuzzTest()
323 int32_t pid = *reinterpret_cast<const int32_t *>(rawData); in AudioVolumeMoreFuzzTest() local
341 GetServerPtr()->GetSelectedDeviceInfo(uid, pid, streamType); in AudioVolumeMoreFuzzTest()
408 int pid = *reinterpret_cast<const int *>(rawData); in AudioPolicyOtherMoreFuzzTest() local
409 GetServerPtr()->RegisteredTrackerClientDied(pid, 0); in AudioPolicyOtherMoreFuzzTest()
/foundation/multimedia/player_framework/services/utils/
H A Dmedia_dfx.cpp132 int32_t pid = getpid(); in EventWrite() local
135 "PID", pid, in EventWrite()
144 int32_t pid = getpid(); in EventWriteWithAppInfo() local
147 "PID", pid, in EventWriteWithAppInfo()
159 int32_t pid = getpid(); in EventWriteBundleName() local
162 "PID", pid, in EventWriteBundleName()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp547 void InputManager::SetWindowPointerStyle(WindowArea area, int32_t pid, int32_t windowId) in SetWindowPointerStyle() argument
549 InputMgrImpl.SetWindowPointerStyle(area, pid, windowId); in SetWindowPointerStyle()
552 void InputManager::ClearWindowPointerStyle(int32_t pid, int32_t windowId) in ClearWindowPointerStyle() argument
554 InputMgrImpl.ClearWindowPointerStyle(pid, windowId); in ClearWindowPointerStyle()
557 void InputManager::SetNapStatus(int32_t pid, int32_t uid, std::string bundleName, int32_t napStatus) in SetNapStatus() argument
559 InputMgrImpl.SetNapStatus(pid, uid, bundleName, napStatus); in SetNapStatus()
/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dsoftbus_message_open_channel.c106 !AddNumberToJsonObject(json, PID, appInfo->myData.pid) || in JsonObjectPackRequestEx()
225 appInfo->peerData.pid = -1; in ParseMessageToAppInfo()
227 (void)GetJsonObjectNumberItem(msg, PID, &appInfo->peerData.pid); in ParseMessageToAppInfo()
306 TRANS_CHECK_AND_RETURN_RET_LOGE(AddNumberToJsonObject(json, PID, appInfo->myData.pid), in AddItemsToJsonObject()
307 SOFTBUS_CREATE_JSON_ERR, TRANS_CTRL, "Failed to add pid"); in AddItemsToJsonObject()
383 appInfo->peerData.pid = -1; in UnpackReply()
385 (void)GetJsonObjectNumberItem(msg, PID, &appInfo->peerData.pid); in UnpackReply()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_p2p_test.cpp95 conn->appInfo.myData.pid = 1; in TestSetSessionConn()
102 static int32_t TestTransServerOnChannelOpened(const char *pkgName, int32_t pid, const char *sessionName, in TestTransServerOnChannelOpened() argument
110 const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType, int32_t messageType) in TestTransServerOnChannelClosed()
116 static int32_t TestTransServerOnChannelOpenFailed(const char *pkgName, int32_t pid, int32_t channelId, in TestTransServerOnChannelOpenFailed() argument
123 static int32_t TestTransServerOnMsgReceived(const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType, in TestTransServerOnMsgReceived() argument
142 static int32_t TestTransGetUidAndPid(const char *sessionName, int32_t *uid, int32_t *pid) in TestTransGetUidAndPid() argument
109 TestTransServerOnChannelClosed( const char *pkgName, int32_t pid, int32_t channelId, int32_t channelType, int32_t messageType) TestTransServerOnChannelClosed() argument
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp128 int32_t pid = 0; in HWTEST_F() local
131 windowAdapter.CheckWindowId(windowId, pid); in HWTEST_F()
143 int32_t pid = 1000; in HWTEST_F() local
146 windowAdapter.SkipSnapshotForAppProcess(pid, skip); in HWTEST_F()
680 int32_t pid = 1000; in HWTEST_F() local
684 windowAdapter.SetProcessWatermark(pid, watermarkName, isEnabled); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp493 windowInfo.pid = extensionInfo.pid; in AddModalExtensionWindowInfo()
527 windowInfo.pid = static_cast<int32_t>(iter->second->GetCallingPid());
658 auto pid = sceneSession->GetCallingPid(); in GetWindowInfo() local
697 .pid = sceneSession->IsStartMoving() ? static_cast<int32_t>(getpid()) : pid, in GetWindowInfo()
745 infoStr = infoStr + "windowId: " + std::to_string(info.id) + " pid : " + std::to_string(info.pid) + in DumpWindowInfo()
779 windowinfo.pid = hostWindowinfo.pid; in MakeWindowInfoFormHostWindow()
[all...]
/foundation/ability/ability_runtime/test/mock/ability_manager_collaborator/
H A Dmock_ability_manager_collaborator.h39 MOCK_METHOD3(NotifyRemoveShellProcess, int32_t(int32_t pid, int32_t type, const std::string &reason));
/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H A Dapp_record.h29 void SetPid(pid_t pid);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_state_callback_host.h74 * @param pid process pid.
77 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) override;
H A Dfault_data.h84 int32_t pid = -1; member
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/
H A Dapp_state_callback_host.h61 * @param pid process pid.
64 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/
H A Dbms_ecological_rule_mgr_service_param.h55 int32_t pid = 0; member
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/session/
H A Daudio_session_service.h30 virtual void OnSessionTimeout(const int32_t pid) = 0; // 超时释放
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_unmarshal_thread.h39 bool ReportTransactionDataStatistics(pid_t pid, RSTransactionData* transactionData,
/foundation/multimedia/av_codec/services/services/sa_avcodec/client/
H A Davcodec_client.h53 static void AVCodecServerDied(pid_t pid);

Completed in 21 milliseconds

1...<<31323334353637383940>>...60