Home
last modified time | relevance | path

Searched refs:pid (Results 2676 - 2700 of 2736) sorted by relevance

1...<<101102103104105106107108109110

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.h323 int32_t pid = -1; member
/foundation/multimedia/audio_framework/services/audio_policy/test/example/
H A Daudio_policy_test.cpp561 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 Daudio_interrupt_unit_test.cpp161 audioInterrupt2.pid = 2; in HWTEST()
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_service_stub_permission_test.cpp116 bool IsAudioPlaybackAllowed(const int32_t uid, const int32_t pid) override { return 0; };
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.cpp349 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 Dres_sched_service_test.cpp188 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 Dsystem_ability_manager_dumper_test.cpp985 processContext->pid = 123; in HWTEST_F()
H A Dsystem_ability_mgr_stub_load_test.cpp397 int32_t pid = 1; in HWTEST_F() local
398 saMgr->listenerMap_[SAID].push_back({nullptr, pid}); in HWTEST_F()
H A Dsystem_ability_state_scheduler_test.cpp50 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 Dwm_common.h744 int32_t pid = -1; member
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c246 int32_t errCode = TransGetUidAndPid(param->sessionName, &appInfo->myData.uid, &appInfo->myData.pid); in CopyAppInfoFromSessionParam()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c585 .pid = 0, in PostCommData()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp83 appInfo->myData.pid = TEST_PID; in TestCreateAppInfo()
H A Dtrans_lane_test.cpp482 .pid = 1, in HWTEST_F()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp2872 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 Ddistributed_sched_service_first_test.cpp1219 * @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 Dams_mgr_scheduler_second_test.cpp1025 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 Dability_test.cpp1179 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 Dability_manager_client_branch_test.cpp2438 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 Dweb_client_impl.cpp1123 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 Dweb_event.h1918 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 Drs_base_render_node_test.cpp407 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 Dhcamera_device.cpp364 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 Dsoftbus_conn_br_manager.c1327 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 Dconnection_br_connection_test.cpp1107 int32_t pid = 0; in HWTEST_F() local
1115 OnPostByteFinshed(connectionId, len, pid, flag, module, seq, error); in HWTEST_F()

Completed in 63 milliseconds

1...<<101102103104105106107108109110