Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dmock_service_endpoint.h13 MOCK_METHOD1(SetService, Status<void>(Service* service));
H A Dservice_endpoint.h47 virtual Status<void> SetService(Service* service) = 0;
/aosp12/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dservice_endpoint.h42 Status<void> SetService(Service* service) override;
/aosp12/frameworks/native/libs/vr/libpdx/fuzz/
H A Dhelpers.h70 Status<void> SetService(Service* service) { in SetService() function
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp446 const auto status = endpoint_->SetService(this);
453 const auto status = endpoint_->SetService(nullptr); in ~Service()
H A 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()
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp260 Status<void> Endpoint::SetService(Service* service) { in SetService() function in android::pdx::uds::Endpoint