Home
last modified time | relevance | path

Searched refs:pid1 (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_typeface_cache_test.cpp54 pid_t pid1 = 123; in HWTEST_F() local
56 uint64_t uniqueId1 = (((uint64_t)pid1) << 32) | (uint64_t)(typeface->GetUniqueID()); in HWTEST_F()
61 bool ret = MemorySnapshot::Instance().GetMemorySnapshotInfoByPid(pid1, baseInfo1); in HWTEST_F()
67 // branch1: pid1 register typeface in HWTEST_F()
72 ret = MemorySnapshot::Instance().GetMemorySnapshotInfoByPid(pid1, currentInfo); in HWTEST_F()
89 // pid1 ungister typeface in HWTEST_F()
92 ret = MemorySnapshot::Instance().GetMemorySnapshotInfoByPid(pid1, currentInfo); in HWTEST_F()
103 RSTypefaceCache::Instance().RemoveDrawingTypefacesByPid(pid1); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/memory/
H A Drs_memory_track_test.cpp59 pid_t pid1 = -1; in HWTEST_F() local
60 MemoryTrack::Instance().CountRSMemory(pid1); in HWTEST_F()
74 pid_t pid1 = 0; in HWTEST_F() local
75 MemoryTrack::Instance().CountRSMemory(pid1); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp84 int32_t pid1 = GetData<int32_t>(); in DoSomethingInterestingWithMyAPI() local
140 rsRenderServiceConnectionProxy.SetFocusAppInfo(pid1, uid, name, name, id1); in DoSomethingInterestingWithMyAPI()
149 rsRenderServiceConnectionProxy.SetScreenRefreshRate(id1, pid1, uid); in DoSomethingInterestingWithMyAPI()
150 rsRenderServiceConnectionProxy.SetRefreshRateMode(pid1); in DoSomethingInterestingWithMyAPI()
181 rsRenderServiceConnectionProxy.SetScreenHDRFormat(id1, pid1); in DoSomethingInterestingWithMyAPI()
205 rsRenderServiceConnectionProxy.NotifyTouchEvent(pid1, uid); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_multi_app_strategy_test.cpp43 constexpr int32_t pid1 = 10015; member
92 pkgParams_.push_back({ .pkgName = pkgName1, .fps = fps1, .pid = pid1, in SetUp()
93 .linker = std::make_shared<RSRenderFrameRateLinker>(((NodeId)pid1) << nodeIdOffset) }); in SetUp()
557 multiAppStrategy_->HandlePkgsEvent({ pkgName1 + ":" + std::to_string(pid1) + ":" + std::to_string(gameType0) }); in HWTEST_F()
561 ASSERT_TRUE(foregroundPidAppMap.find(pid1) != foregroundPidAppMap.end()); in HWTEST_F()
563 ASSERT_FALSE(backgroundPid.Existed(pid1)); in HWTEST_F()
/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dreclaim_priority_manager_test.cpp173 int pid1 = 10003; in HWTEST_F() local
176 UpdateRequest request1 = CreateUpdateRequest(pid1, uid, in HWTEST_F()
182 UpdateRequest request4 = CreateUpdateRequest(pid1, uid, in HWTEST_F()
191 bool hasProc1 = bundle->HasProc(pid1); in HWTEST_F()
511 std::shared_ptr<BundlePriorityInfo> GetBundle(int pid1, int pid2, int bundleUid, std::string bundleName1, in GetBundle() argument
515 bool isProc1Exist = ReclaimPriorityManager::GetInstance().IsProcExist(pid1, bundleUid, accountId); in GetBundle()
528 int pid1 = 10017; in HWTEST_F() local
533 ReclaimPriorityManager::GetInstance().UpdateReclaimPriorityInner(CreateUpdateRequest(pid1, bundleUid, in HWTEST_F()
538 std::shared_ptr<BundlePriorityInfo> bundle = GetBundle(pid1, pid2, bundleUid, bundleName1, bundleName2); in HWTEST_F()
540 ProcessPriorityInfo &proc1 = bundle->FindProcByPid(pid1); in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/module_loader/test/
H A Duds_server_test.cpp211 int32_t pid1 = 0; in HWTEST_F() local
221 pid1 = udsServer.GetClientPid(fd); in HWTEST_F()
222 EXPECT_EQ(pid1, INVALID_PID); in HWTEST_F()

Completed in 6 milliseconds