Home
last modified time | relevance | path

Searched refs:Disable (Results 1 – 25 of 36) sorted by relevance

12

/system/core/libmemunreachable/
DScopedDisableMalloc.h35 void Disable() { in Disable() function
63 disable_malloc_.Disable(); in ScopedDisableMalloc()
79 Disable(); in timeout_()
95 void Disable() { in Disable() function
102 disable_malloc_.Disable(); in Disable()
/system/core/crash_reporter/
Dunclean_shutdown_collector_test.cc129 TEST_F(UncleanShutdownCollectorTest, Disable) { in TEST_F() argument
132 ASSERT_TRUE(collector_.Disable()); in TEST_F()
138 ASSERT_TRUE(collector_.Disable()); in TEST_F()
151 ASSERT_FALSE(collector_.Disable()); in TEST_F()
Dunclean_shutdown_collector.h42 bool Disable();
Dunclean_shutdown_collector.cc80 bool UncleanShutdownCollector::Disable() { in Disable() function in UncleanShutdownCollector
Dcrash_reporter.cc310 unclean_shutdown_collector.Disable(); in main()
311 user_collector.Disable(); in main()
Duser_collector.h56 bool Disable() { return SetUpInternal(false); } in Disable() function
/system/bt/service/test/
Dadapter_unittest.cpp157 TEST_F(AdapterTest, Disable) { in TEST_F() argument
165 EXPECT_FALSE(adapter_->Disable()); in TEST_F()
175 EXPECT_TRUE(adapter_->Disable()); in TEST_F()
183 EXPECT_FALSE(adapter_->Disable()); in TEST_F()
194 EXPECT_FALSE(adapter_->Disable()); in TEST_F()
Dmock_adapter.h36 MOCK_METHOD0(Disable, bool());
/system/connectivity/shill/test-scripts/
Ddisable-device21 device.Disable()
/system/connectivity/shill/wimax/
Dmock_wimax_device_proxy.cc28 ON_CALL(*this, Disable(_, _, _)) in MockWiMaxDeviceProxy()
Dmock_wimax_device_proxy.h37 MOCK_METHOD3(Disable, void(Error* error,
Dwimax_device_proxy_interface.h48 virtual void Disable(Error* error,
Dwimax.cc121 proxy_->Disable( in Stop()
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cpp64 bool BluetoothBinderServer::Disable() { in Disable() function in ipc::binder::BluetoothBinderServer
66 return adapter_->Disable(); in Disable()
Dbluetooth_binder_server.h50 bool Disable() override;
/system/bt/vendor_libs/test_vendor_lib/include/
Dtest_channel_transport.h50 void Disable();
/system/bt/service/common/bluetooth/binder/
DIBluetooth.h139 virtual bool Disable() = 0;
189 bool Disable() override;
DIBluetooth.cpp91 bool result = Disable(); in onTransact()
206 bool BpBluetooth::Disable() { in Disable() function in ipc::binder::BpBluetooth
/system/bt/service/
Dadapter.h92 virtual bool Disable() = 0;
Dadapter.cpp133 bool Disable() override { in Disable() function in bluetooth::AdapterImpl
/system/bt/vendor_libs/test_vendor_lib/src/
Dvendor_manager.cc74 test_channel_transport_.Disable(); in Run()
Dtest_channel_transport.cc134 void TestChannelTransport::Disable() { in Disable() function in test_vendor_lib::TestChannelTransport
/system/connectivity/shill/dbus/
Dchromeos_wimax_device_proxy.h41 void Disable(Error* error,
Dchromeos_device_dbus_adaptor.h79 void Disable(DBusMethodResponsePtr<> response) override;
Dchromeos_wimax_device_proxy.cc109 void ChromeosWiMaxDeviceProxy::Disable(Error* /*error*/, in Disable() function in shill::ChromeosWiMaxDeviceProxy

12