Home
last modified time | relevance | path

Searched refs:Destroy (Results 1 – 14 of 14) sorted by relevance

/system/core/libbinderwrapper/
Dbinder_test_base.cc30 BinderWrapper::Destroy(); in ~BinderTestBase()
Dbinder_wrapper.cc41 void BinderWrapper::Destroy() { in Destroy() function in android::BinderWrapper
/system/connectivity/shill/
Dexternal_task.cc52 dispatcher->PostTask(base::Bind(&Destroy, this)); in DestroyLater()
115 void ExternalTask::Destroy(ExternalTask* task) { in Destroy() function in shill::ExternalTask
Dmock_ares.h32 MOCK_METHOD1(Destroy, void(ares_channel channel));
Dshill_ares.h34 virtual void Destroy(ares_channel channel);
Ddns_client_unittest.cc176 EXPECT_CALL(ares_, Destroy(kAresChannel)); in StartValidRequest()
348 EXPECT_CALL(ares_, Destroy(kAresChannel)); in TEST_F()
419 EXPECT_CALL(ares_, Destroy(kAresChannel)); in TEST_F()
435 EXPECT_CALL(ares_, Destroy(kAresChannel)); in TEST_F()
Dshill_ares.cc33 void Ares::Destroy(ares_channel channel) { in Destroy() function in shill::Ares
Dexternal_task.h108 static void Destroy(ExternalTask* task);
Ddns_client.cc185 ares_->Destroy(resolver_state_->channel); in Stop()
/system/core/include/binderwrapper/
Dbinder_wrapper.h48 static void Destroy();
/system/tpm/attestation/server/
Dmain.cc58 minijail->Destroy(jail); in InitMinijailSandbox()
/system/tpm/trunks/
Dtrunksd.cc65 minijail->Destroy(jail); in InitMinijailSandbox()
/system/connectivity/apmanager/
Dmain.cc117 minijail->Destroy(jail); in DropPrivileges()
/system/webservd/webservd/
Dmain.cc154 minijail_instance->Destroy(jail); in main()