Home
last modified time | relevance | path

Searched refs:Start (Results 1 – 25 of 215) sorted by relevance

123456789

/system/connectivity/wificond/tests/
Dnetlink_manager_unittest.cpp38 EXPECT_TRUE(netlink_manager.Start()); in TEST_F()
39 EXPECT_TRUE(netlink_manager.Start()); in TEST_F()
40 EXPECT_TRUE(netlink_manager.Start()); in TEST_F()
41 EXPECT_TRUE(netlink_manager.Start()); in TEST_F()
/system/libbase/
Dtest_utils_test.cpp54 cap.Start(); in TEST()
61 cap.Start(); in TEST()
73 cap.Start(); in TEST()
80 cap.Start(); in TEST()
Dtest_utils.cpp31 Start(); in CapturedStdFd()
58 void CapturedStdFd::Start() { in Start() function in CapturedStdFd
/system/extras/simpleperf/
Dworkload_test.cpp33 ASSERT_TRUE(workload->Start()); in TEST()
40 ASSERT_FALSE(workload->Start()); in TEST()
51 ASSERT_TRUE(workload->Start()); in run_signaled_workload()
72 ASSERT_TRUE(workload->Start()); in run_exit_nonzero_workload()
Dcmd_debug_unwind_test.cpp42 ASSERT_TRUE(capture.Start()); in TEST()
46 ASSERT_TRUE(capture.Start()); in TEST()
56 ASSERT_TRUE(capture.Start()); in TEST()
72 ASSERT_TRUE(capture.Start()); in TEST()
87 ASSERT_TRUE(capture.Start()); in TEST()
Dcmd_dumprecord_test.cpp43 ASSERT_TRUE(capture.Start()); in TEST()
52 ASSERT_TRUE(capture.Start()); in TEST()
60 ASSERT_TRUE(capture.Start()); in TEST()
/system/bt/gd/
Dmodule_unittest.cc58 void Start() override { in Start() function in bluetooth::__anonb3e8c82b0111::TestModuleNoDependency
85 void Start() override { in Start() function in bluetooth::__anonb3e8c82b0111::TestModuleOneDependency
114 void Start() override { in Start() function in bluetooth::__anonb3e8c82b0111::TestModuleNoDependencyTwo
139 void Start() override { in Start() function in bluetooth::__anonb3e8c82b0111::TestModuleTwoDependencies
173 void Start() override { in Start() function in bluetooth::__anonb3e8c82b0111::TestModuleDumpState
204 registry_->Start(&list, thread_); in TEST_F()
222 registry_->Start(&list, thread_); in TEST_F()
240 registry_->Start(&list, thread_); in TEST_F()
263 registry_->Start(&list, thread_); in TEST_F()
272 registry_->Start(&list, thread_); in TEST_F()
[all …]
Dmodule.h87 virtual void Start() = 0;
138 void Start(ModuleList* modules, ::bluetooth::os::Thread* thread);
141 T* Start(::bluetooth::os::Thread* thread) { in Start() function
142 return static_cast<T*>(Start(&T::Factory, thread)); in Start()
145 Module* Start(const ModuleFactory* id, ::bluetooth::os::Thread* thread);
178 instance->Start(); in InjectTestModule()
223 T* Start() { in Start() function
224 return ModuleRegistry::Start<T>(&GetTestThread()); in Start()
Dmodule.cc67 void ModuleRegistry::Start(ModuleList* modules, Thread* thread) { in Start() function in bluetooth::ModuleRegistry
69 Start(*it, thread); in Start()
78 Module* ModuleRegistry::Start(const ModuleFactory* module, Thread* thread) { in Start() function in bluetooth::ModuleRegistry
88 Start(&instance->dependencies_, thread); in Start()
90 instance->Start(); in Start()
/system/bt/gd/neighbor/
Dconnectability.cc37 void Start();
65 void neighbor::ConnectabilityModule::impl::Start() { in Start() function in bluetooth::neighbor::neighbor::ConnectabilityModule::impl
96 void neighbor::ConnectabilityModule::Start() { in Start() function in bluetooth::neighbor::neighbor::ConnectabilityModule
97 pimpl_->Start(); in Start()
Dname_db.cc48 void Start();
136 void neighbor::NameDbModule::impl::Start() { in Start() function in bluetooth::neighbor::neighbor::NameDbModule::impl
150 void neighbor::NameDbModule::Start() { in Start() function in bluetooth::neighbor::neighbor::NameDbModule
151 pimpl_->Start(); in Start()
Ddiscoverability.cc43 void Start();
114 void neighbor::DiscoverabilityModule::impl::Start() { in Start() function in bluetooth::neighbor::neighbor::DiscoverabilityModule::impl
187 void neighbor::DiscoverabilityModule::Start() { in Start() function in bluetooth::neighbor::neighbor::DiscoverabilityModule
188 pimpl_->Start(); in Start()
Dscan.cc40 void Start();
150 void neighbor::ScanModule::impl::Start() { in Start() function in bluetooth::neighbor::neighbor::ScanModule::impl
196 void neighbor::ScanModule::Start() { in Start() function in bluetooth::neighbor::neighbor::ScanModule
197 pimpl_->Start(); in Start()
Dpage.cc41 void Start();
111 void neighbor::PageModule::impl::Start() { in Start() function in bluetooth::neighbor::neighbor::PageModule::impl
203 void neighbor::PageModule::Start() { in Start() function in bluetooth::neighbor::neighbor::PageModule
204 pimpl_->Start(); in Start()
/system/tools/aidl/tests/java_app/
DREADME4 2) Start an emulator:
11 6) Start hellod:
13 7) Start Java client:
/system/bt/gd/facade/
Dread_only_property_server.cc44 void ReadOnlyPropertyServerModule::Start() { in Start() function in bluetooth::facade::ReadOnlyPropertyServerModule
45 GrpcFacadeModule::Start(); in Start()
/system/bt/gd/grpc/
Dgrpc_module.h48 void Start() override;
67 void Start() override;
Dgrpc_module.cc29 void GrpcModule::Start() { in Start() function in bluetooth::grpc::GrpcModule
111 void GrpcFacadeModule::Start() { in Start() function in bluetooth::grpc::GrpcFacadeModule
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stats.h30 virtual bool Start() = 0;
53 bool Start() override;
/system/bt/service/
Ddaemon.cc107 if (!ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, this)) { in SetUpIPC()
115 if (!ipc_manager_->Start(ipc::IPCManager::TYPE_BINDER, this)) { in SetUpIPC()
120 if (!ipc_manager_->Start(ipc::IPCManager::TYPE_DBUS, this)) { in SetUpIPC()
/system/bt/gd/shim/facade/
Dfacade.cc63 void ShimFacadeModule::Start() { in Start() function in bluetooth::shim::facade::ShimFacadeModule
64 ::bluetooth::grpc::GrpcFacadeModule::Start(); in Start()
/system/bt/main/shim/
Dstack.cc56 Start(&modules); in StartIdleMode()
86 Start(&modules); in StartEverything()
96 void Stack::Start(ModuleList* modules) { in Start() function in bluetooth::shim::Stack
/system/core/adb/
Dtransport_benchmark.cpp77 client->Start(); in BM_Connection_Unidirectional()
78 server->Start(); in BM_Connection_Unidirectional()
151 client->Start(); in BM_Connection_Echo()
152 server->Start(); in BM_Connection_Echo()
/system/bt/service/test/
Dipc_linux_unittest.cc158 EXPECT_FALSE(ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, &delegate)); in TEST_F()
166 EXPECT_TRUE(ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, &delegate)); in TEST_F()
187 EXPECT_TRUE(ipc_manager_->Start(ipc::IPCManager::TYPE_LINUX, &delegate)); in TEST_F()
/system/sepolicy/prebuilts/api/30.0/public/
Dusbd.te4 # Start/stop adbd via ctl.start adbd

123456789