Home
last modified time | relevance | path

Searched refs:SetService (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
Dmock_service_endpoint.h13 MOCK_METHOD1(SetService, Status<void>(Service* service));
Dservice_endpoint.h47 virtual Status<void> SetService(Service* service) = 0;
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_endpoint.h42 Status<void> SetService(Service* service) override;
/frameworks/native/libs/vr/libpdx/fuzz/
Dhelpers.h70 Status<void> SetService(Service* service) { in SetService() function
/frameworks/native/libs/vr/libpdx/
Dservice.cpp446 const auto status = endpoint_->SetService(this);
453 const auto status = endpoint_->SetService(nullptr); in ~Service()
Dservice_tests.cpp105 EXPECT_CALL(*endpoint, SetService(_)) in ServiceTest()
745 EXPECT_CALL(*endpoint2, SetService(_)) in TEST_F()
793 EXPECT_CALL(*endpoint2, SetService(_)) in TEST_F()
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp260 Status<void> Endpoint::SetService(Service* service) { in SetService() function in android::pdx::uds::Endpoint