Home
last modified time | relevance | path

Searched refs:make_shared (Results 1 – 11 of 11) sorted by relevance

/system/core/libmemunreachable/
DAllocator.h96 shared_ptr<T> make_shared(Args&&... args);
184 shared_ptr make_shared(Args&& ...args) { in make_shared() function
185 return heap_.template make_shared<T>(std::forward<Args>(args)...); in make_shared()
200 inline Heap::shared_ptr<T> Heap::make_shared(Args&&... args) { in make_shared() function
/system/tpm/attestation/server/
Dattestation_service.cc84 auto result = std::make_shared<CreateGoogleAttestedKeyReply>(); in CreateGoogleAttestedKey()
177 auto result = std::make_shared<GetKeyInfoReply>(); in GetKeyInfo()
221 auto result = std::make_shared<GetEndorsementInfoReply>(); in GetEndorsementInfo()
272 auto result = std::make_shared<GetAttestationKeyInfoReply>(); in GetAttestationKeyInfo()
329 auto result = std::make_shared<ActivateAttestationKeyReply>(); in ActivateAttestationKey()
377 auto result = std::make_shared<CreateCertifiableKeyReply>(); in CreateCertifiableKey()
414 auto result = std::make_shared<DecryptReply>(); in Decrypt()
446 auto result = std::make_shared<SignReply>(); in Sign()
478 auto result = std::make_shared<RegisterKeyWithChapsTokenReply>(); in RegisterKeyWithChapsToken()
Dattestation_service_test.cc62 fake_http_transport_ = std::make_shared<brillo::http::fake::Transport>(); in SetUp()
/system/webservd/libwebserv/
Drequest_utils.cc61 auto container = std::make_shared<RequestDataContainer>(); in GetRequestData()
Ddbus_protocol_handler.cc274 auto callbacks = std::make_shared<Callbacks>(); in GetFileData()
/system/vold/
DKeymaster.cpp183 mDevice = std::make_shared<Keymaster1Device>(device); in Keymaster()
191 mDevice = std::make_shared<Keymaster2Device>(device); in Keymaster()
/system/weaved/buffet/
Dbinder_command_proxy_unittest.cc59 command_ = std::make_shared<StrictMock<weave::test::MockCommand>>(); in SetUp()
Dshill_client.cc386 std::make_shared<ServiceProxy>(bus_, service_path); in OnDevicePropertyChange()
/system/core/libmemunreachable/tests/
DAllocator_test.cpp161 Allocator<int>::shared_ptr ptr = allocator.make_shared(0); in TEST_F()
/system/weaved/libweaved/
Dservice.cc448 auto service = std::make_shared<ServiceImpl>( in ReconnectOnServiceDisconnection()
502 auto service = std::make_shared<ServiceImpl>( in Connect()
/system/tpm/tpm_manager/server/
Dtpm_manager_service.cc295 auto result = std::make_shared<ReplyProtobufType>(); in PostTaskToWorkerThread()