/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec.h | 323 int32_t pid = -1; member
|
/foundation/multimedia/audio_framework/services/audio_policy/test/example/ |
H A D | audio_policy_test.cpp | 561 cout <<"| pid: \t\t\t\t" << it->first.pid << "\t |" << endl; in PrintFocusInfoList()
|
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_interrupt_service_test/src/ |
H A D | audio_interrupt_unit_test.cpp | 161 audioInterrupt2.pid = 2; in HWTEST()
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avsession_service_stub_permission_test.cpp | 116 bool IsAudioPlaybackAllowed(const int32_t uid, const int32_t pid) override { return 0; };
|
/foundation/multimedia/av_codec/services/services/codec/server/ |
H A D | codec_server.cpp | 349 CodecStopEventWrite(caller_.pid, caller_.uid, FAKE_POINTER(this)); 367 CodecStopEventWrite(caller_.pid, caller_.uid, FAKE_POINTER(this)); 386 CodecStopEventWrite(caller_.pid, caller_.uid, FAKE_POINTER(this)); 412 CodecStopEventWrite(caller_.pid, caller_.uid, FAKE_POINTER(this)); in Reset() 436 CodecStopEventWrite(caller_.pid, caller_.uid, FAKE_POINTER(this)); in Reset() 772 if (forwardCaller_.pid != -1 || !forwardCaller_.processName.empty()) { in CheckDrmSvpConsistency() 773 dumpControler.AddInfo(DUMP_INDEX_FORWARD_CALLER_PID, "ForwardCallerPid", std::to_string(forwardCaller_.pid)); in CheckDrmSvpConsistency() 777 dumpControler.AddInfo(DUMP_INDEX_CALLER_PID, "CallerPid", std::to_string(caller_.pid)); in CheckDrmSvpConsistency() 805 (void)callerInfo.GetData(Tag::AV_CODEC_CALLER_PID, caller_.pid); in CheckDrmSvpConsistency() 808 (void)callerInfo.GetData(Tag::AV_CODEC_FORWARD_CALLER_PID, forwardCaller_.pid); in CheckDrmSvpConsistency() [all...] |
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | res_sched_service_test.cpp | 188 nlohmann::json payload({{"pid", 100}});
in HWTEST_F() 602 data.WriteString(R"({"pid": 100})");
in HWTEST_F()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | system_ability_manager_dumper_test.cpp | 985 processContext->pid = 123; in HWTEST_F()
|
H A D | system_ability_mgr_stub_load_test.cpp | 397 int32_t pid = 1; in HWTEST_F() local 398 saMgr->listenerMap_[SAID].push_back({nullptr, pid}); in HWTEST_F()
|
H A D | system_ability_state_scheduler_test.cpp | 50 std::cout << "OnSystemProcessStarted, processName: " << systemProcessInfo.processName << " pid:" in OnSystemProcessStarted() 51 << systemProcessInfo.pid << " uid:" << systemProcessInfo.uid << std::endl; in OnSystemProcessStarted() 56 std::cout << "OnSystemProcessStopped, processName: " << systemProcessInfo.processName << " pid:" in OnSystemProcessStopped() 57 << systemProcessInfo.pid << " uid:" << systemProcessInfo.uid << std::endl; in OnSystemProcessStopped()
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 744 int32_t pid = -1; member
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 246 int32_t errCode = TransGetUidAndPid(param->sessionName, &appInfo->myData.uid, &appInfo->myData.pid); in CopyAppInfoFromSessionParam()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_connection.c | 585 .pid = 0, in PostCommData()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_common_test.cpp | 83 appInfo->myData.pid = TEST_PID;
in TestCreateAppInfo()
|
H A D | trans_lane_test.cpp | 482 .pid = 1, in HWTEST_F()
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session_manager.cpp | 2872 static std::string pid = std::to_string(getprocpid()); in OnGetRssData() local 2873 payload["srcPid"] = pid; in OnGetRssData() 3362 int32_t pid = INVALID_PID; in OnGetWindowPid() local 3363 WMError ret = SceneSessionManager::GetInstance().CheckWindowId(windowId, pid); in OnGetWindowPid() 3366 TLOGE(WmsLogTag::WMS_SCB, "[NAPI] Get window pid failed, return %{public}d", wmErrorCode); in OnGetWindowPid() 3367 napi_throw(env, CreateJsError(env, static_cast<int32_t>(wmErrorCode), "Get window pid failed.")); in OnGetWindowPid() 3371 napi_create_int32(env, pid, &result); in OnGetWindowPid()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_service_first_test.cpp | 1219 * @tc.desc: connect remote ability with right uid and pid 1357 connectInfo.callerInfo.pid = 0; in HWTEST_F() 1366 callerInfo.pid = 0; in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/ |
H A D | ams_mgr_scheduler_second_test.cpp | 1025 const int pid = 1; in HWTEST_F() local 1028 auto ret = amsMgrScheduler->GetApplicationInfoByProcessID(pid, application, debug); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/moduletest/ability_test/ |
H A D | ability_test.cpp | 1179 int pid = 1; in HWTEST_F() local 1181 EXPECT_EQ(0, abms->VerifyPermission(permission, pid, uid)); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/ |
H A D | ability_manager_client_branch_test.cpp | 2438 int pid = 1; in HWTEST_F() local 2440 auto result = client_->VerifyPermission(permission, pid, uid); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.cpp | 1123 const std::string& jsStack, int pid, OHOS::NWeb::RenderProcessNotRespondingReason reason) in OnRenderProcessNotResponding() 1130 delegate->OnRenderProcessNotResponding(jsStack, pid, reason); in OnRenderProcessNotResponding() 1122 OnRenderProcessNotResponding( const std::string& jsStack, int pid, OHOS::NWeb::RenderProcessNotRespondingReason reason) OnRenderProcessNotResponding() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 1918 RenderProcessNotRespondingEvent(const std::string& jsStack, int pid, int reason) in RenderProcessNotRespondingEvent() argument 1919 : BaseEventInfo("RenderProcessNotRespondingEvent"), jsStack_(jsStack), pid_(pid), reason_(reason) in RenderProcessNotRespondingEvent()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_base_render_node_test.cpp | 407 pid_t pid = 1; in HWTEST_F() local 408 node->FilterModifiersByPid(pid); in HWTEST_F()
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_device.cpp | 364 int pid = IPCSkeleton::GetCallingPid(); in OpenDevice() local 368 POWERMGR_SYSEVENT_CAMERA_CONNECT(pid, uid, cameraID_.c_str(), clientName_); in OpenDevice()
|
/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_manager.c | 1327 uint32_t connectionId, uint32_t len, int32_t pid, int32_t flag, int32_t module, int64_t seq, int32_t error) in OnPostByteFinshed() 1330 "connId=%{public}u, pid=%{public}u, " in OnPostByteFinshed() 1332 connectionId, pid, len, flag, module, seq, error); in OnPostByteFinshed() 1326 OnPostByteFinshed( uint32_t connectionId, uint32_t len, int32_t pid, int32_t flag, int32_t module, int64_t seq, int32_t error) OnPostByteFinshed() argument
|
/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | connection_br_connection_test.cpp | 1107 int32_t pid = 0; in HWTEST_F() local 1115 OnPostByteFinshed(connectionId, len, pid, flag, module, seq, error); in HWTEST_F()
|