/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/ |
H A D | vsync_distributor_test.cpp | 38 vsyncDistributor = new VSyncDistributor(vsyncController, "VSyncConnection"); in SetUpTestCase() 71 sptr<VSyncConnection> conn = new VSyncConnection(vsyncDistributor, "VSyncDistributorTest"); in HWTEST_F() 98 sptr<VSyncConnection> conn = new VSyncConnection(vsyncDistributor, "VSyncDistributorTest"); in HWTEST_F() 111 sptr<VSyncConnection> conn = new VSyncConnection(vsyncDistributor, "VSyncDistributorTest"); in HWTEST_F() 137 sptr<VSyncConnection> conn = new VSyncConnection(vsyncDistributor, "VSyncDistributorTest"); in HWTEST_F() 150 sptr<VSyncConnection> con in HWTEST_F() [all...] |
H A D | vsync_connection_test.cpp | 33 static inline sptr<VSyncConnection> vsyncConnection = nullptr; 41 vsyncDistributor = new VSyncDistributor(vsyncController, "VSyncConnection"); in SetUpTestCase() 42 vsyncConnection = new VSyncConnection(vsyncDistributor, "VSyncConnection"); in SetUpTestCase()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | vsync_distributor.h | 50 class VSyncConnection : public VSyncConnectionStub {
class 53 VSyncConnection(const sptr<VSyncDistributor>& distributor, std::string name,
55 ~VSyncConnection();
87 explicit VSyncConnectionDeathRecipient(wptr<VSyncConnection> conn);
93 wptr<VSyncConnection> conn_;
116 VsyncError AddConnection(const sptr<VSyncConnection>& connection, uint64_t windowNodeId = 0);
117 VsyncError RemoveConnection(const sptr<VSyncConnection> &connection);
121 VsyncError RequestNextVSync(const sptr<VSyncConnection> &connection, const std::string &fromWhom = "unknown",
123 VsyncError SetVSyncRate(int32_t rate, const sptr<VSyncConnection>& connection);
124 VsyncError SetHighPriorityVSyncRate(int32_t highPriorityRate, const sptr<VSyncConnection> [all...] |
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_distributor.cpp | 51 VSyncConnection::VSyncConnectionDeathRecipient::VSyncConnectionDeathRecipient(
in VSyncConnectionDeathRecipient() 52 wptr<VSyncConnection> conn) : conn_(conn)
in VSyncConnectionDeathRecipient() 56 void VSyncConnection::VSyncConnectionDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& token)
in OnRemoteDied() 65 VLOGW("%{public}s: VSyncConnection was dead, do nothing.", __func__);
in OnRemoteDied() 79 VSyncConnection::VSyncConnection(
in VSyncConnection() function in OHOS::Rosen::VSyncConnection 105 VSyncConnection::~VSyncConnection()
in ~VSyncConnection() 112 VsyncError VSyncConnection::RequestNextVSync()
in RequestNextVSync() 118 VsyncError VSyncConnection [all...] |
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncdistributor_fuzzer/ |
H A D | vsyncdistributor_fuzzer.cpp | 70 sptr<Rosen::VSyncConnection> conn = new Rosen::VSyncConnection(vsyncDistributor, "Fuzz"); in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncreceiver_fuzzer/ |
H A D | vsyncreceiver_fuzzer.cpp | 89 sptr<Rosen::VSyncConnection> vsyncConnection = new Rosen::VSyncConnection(vsyncDistributor, "Fuzz"); in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/fuzztest/vsyncconnection_fuzzer/ |
H A D | vsyncconnection_fuzzer.cpp | 72 sptr<Rosen::VSyncConnection> vsyncConnection = new Rosen::VSyncConnection(vsyncDistributor, "Fuzz"); in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/ |
H A D | vsync_callbackeveryframe_test.cpp | 53 sptr<VSyncConnection> vsyncConnection = nullptr; 99 vsyncConnection = new VSyncConnection(vsyncDistributor, "test"); in Process1()
|
H A D | vsync_test.cpp | 54 sptr<VSyncConnection> vsyncConnection = nullptr; 100 vsyncConnection = new VSyncConnection(vsyncDistributor, "test"); in Process1()
|
H A D | vsync_multicallback_test.cpp | 65 sptr<VSyncConnection> vsyncConnection = nullptr; 111 vsyncConnection = new VSyncConnection(vsyncDistributor, "test"); in Process1()
|
H A D | vsync_setvsyncrate_test.cpp | 55 sptr<VSyncConnection> vsyncConnection = nullptr; 101 vsyncConnection = new VSyncConnection(vsyncDistributor, "test"); in Process1()
|
H A D | vsync_120to30_test.cpp | 146 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1() 147 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
|
H A D | vsync_ltpo_test.cpp | 146 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "app", nullptr, 1); // id:1 in Process1() 147 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rs", nullptr, 2); // id:2 in Process1()
|
H A D | vsync_90to30_test.cpp | 146 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1() 147 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
|
H A D | vsync_90to60_test.cpp | 146 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1() 147 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
|
H A D | vsync_30to120_test.cpp | 153 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1() 154 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
|
H A D | vsync_30to60_test.cpp | 153 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1() 154 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
|
H A D | vsync_30to90_test.cpp | 153 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1() 154 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
|
H A D | vsync_60to120_test.cpp | 153 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1() 154 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
|
H A D | vsync_90to120_test.cpp | 153 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1() 154 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
|
H A D | vsync_60to90_test.cpp | 153 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1() 154 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
|
H A D | vsync_60to30_test.cpp | 146 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1() 147 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
|
H A D | vsync_120to90_test.cpp | 146 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1() 147 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
|
H A D | vsync_120to60_test.cpp | 146 sptr<VSyncConnection> connServerApp = new VSyncConnection(appDistributor, "appTest", nullptr, 1); // id:1 in Process1() 147 sptr<VSyncConnection> connServerRs = new VSyncConnection(rsDistributor, "rsTest", nullptr, 2); // id:2 in Process1()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/ |
H A D | drawing_sample.cpp | 38 sptr<VSyncConnection> vsyncConnection = new VSyncConnection(vsyncDistributor, "DrawingSample"); in Run()
|