Home
last modified time | relevance | path

Searched refs:QosGetPidByName (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp360 if (QosGetPidByName(connection->info_.name_, tmpPid) == VSYNC_ERROR_OK) { in AddConnection()
387 if (QosGetPidByName(connection->info_.name_, tmpPid) == VSYNC_ERROR_OK) { in RemoveConnection()
1023 VsyncError VSyncDistributor::QosGetPidByName(const std::string& name, uint32_t& pid) in QosGetPidByName() function in OHOS::Rosen::VSyncDistributor
1054 if (QosGetPidByName(connection->info_.name_, tmpPid) != VSYNC_ERROR_OK || tmpPid != pid) { in SetQosVSyncRateByPid()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h162 VsyncError QosGetPidByName(const std::string& name, uint32_t& pid);
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_main_thread_unit_test.cpp2647 if (vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid) == VSYNC_ERROR_OK) { in HWTEST_F()
2678 if (vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid) == VSYNC_ERROR_OK) { in HWTEST_F()
2709 if (vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid) == VSYNC_ERROR_OK) { in HWTEST_F()
2740 if (vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid) == VSYNC_ERROR_OK) { in HWTEST_F()
2773 ASSERT_EQ(vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid), VSYNC_ERROR_OK); in HWTEST_F()
2805 ASSERT_EQ(vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid), VSYNC_ERROR_OK); in HWTEST_F()
2837 ASSERT_EQ(vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid), VSYNC_ERROR_OK); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp2651 if (vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid) == VSYNC_ERROR_OK) { in HWTEST_F()
2682 if (vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid) == VSYNC_ERROR_OK) { in HWTEST_F()
2713 if (vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid) == VSYNC_ERROR_OK) { in HWTEST_F()
2744 if (vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid) == VSYNC_ERROR_OK) { in HWTEST_F()
2777 ASSERT_EQ(vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid), VSYNC_ERROR_OK); in HWTEST_F()
2809 ASSERT_EQ(vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid), VSYNC_ERROR_OK); in HWTEST_F()
2841 ASSERT_EQ(vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid), VSYNC_ERROR_OK); in HWTEST_F()
2873 ASSERT_EQ(vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid), VSYNC_ERROR_OK); in HWTEST_F()
2905 ASSERT_EQ(vsyncDistributor->QosGetPidByName(connection->info_.name_, tmpPid), VSYNC_ERROR_OK); in HWTEST_F()
2937 ASSERT_EQ(vsyncDistributor->QosGetPidByName(connectio in HWTEST_F()
[all...]

Completed in 12 milliseconds