/system/connectivity/wificond/tests/ |
D | netlink_manager_unittest.cpp | 38 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/ |
D | test_utils_test.cpp | 54 cap.Start(); in TEST() 61 cap.Start(); in TEST() 73 cap.Start(); in TEST() 80 cap.Start(); in TEST()
|
D | test_utils.cpp | 31 Start(); in CapturedStdFd() 58 void CapturedStdFd::Start() { in Start() function in CapturedStdFd
|
/system/extras/simpleperf/ |
D | workload_test.cpp | 33 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()
|
D | cmd_debug_unwind_test.cpp | 42 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()
|
D | cmd_dumprecord_test.cpp | 43 ASSERT_TRUE(capture.Start()); in TEST() 52 ASSERT_TRUE(capture.Start()); in TEST() 60 ASSERT_TRUE(capture.Start()); in TEST()
|
/system/bt/gd/ |
D | module_unittest.cc | 58 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 …]
|
D | module.h | 87 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()
|
D | module.cc | 67 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/ |
D | connectability.cc | 37 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()
|
D | name_db.cc | 48 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()
|
D | discoverability.cc | 43 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()
|
D | scan.cc | 40 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()
|
D | page.cc | 41 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/ |
D | README | 4 2) Start an emulator: 11 6) Start hellod: 13 7) Start Java client:
|
/system/bt/gd/facade/ |
D | read_only_property_server.cc | 44 void ReadOnlyPropertyServerModule::Start() { in Start() function in bluetooth::facade::ReadOnlyPropertyServerModule 45 GrpcFacadeModule::Start(); in Start()
|
/system/bt/gd/grpc/ |
D | grpc_module.h | 48 void Start() override; 67 void Start() override;
|
D | grpc_module.cc | 29 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/ |
D | snapshot_stats.h | 30 virtual bool Start() = 0; 53 bool Start() override;
|
/system/bt/service/ |
D | daemon.cc | 107 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/ |
D | facade.cc | 63 void ShimFacadeModule::Start() { in Start() function in bluetooth::shim::facade::ShimFacadeModule 64 ::bluetooth::grpc::GrpcFacadeModule::Start(); in Start()
|
/system/bt/main/shim/ |
D | stack.cc | 56 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/ |
D | transport_benchmark.cpp | 77 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/ |
D | ipc_linux_unittest.cc | 158 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/ |
D | usbd.te | 4 # Start/stop adbd via ctl.start adbd
|