Searched refs:ServiceID (Results 1 – 11 of 11) sorted by relevance
/external/perfetto/src/ipc/ |
D | host_impl.h | 64 ExposedService(ServiceID, const std::string&, std::unique_ptr<Service>); 69 ServiceID id; 87 std::map<ServiceID, ExposedService> services_; 91 ServiceID last_service_id_ = 0;
|
D | client_impl.h | 49 void UnbindService(ServiceID) override; 57 RequestID BeginInvoke(ServiceID, 91 std::map<ServiceID, base::WeakPtr<ServiceProxy>> service_bindings_;
|
D | client_impl.cc | 81 void ClientImpl::UnbindService(ServiceID service_id) { in UnbindService() 85 RequestID ClientImpl::BeginInvoke(ServiceID service_id, in BeginInvoke()
|
D | service_proxy.cc | 40 ServiceID service_id, in InitializeBinding()
|
D | host_impl.cc | 78 ServiceID sid = ++last_service_id_; in ExposeService() 276 HostImpl::ExposedService::ExposedService(ServiceID id_, in ExposedService()
|
D | host_impl_unittest.cc | 106 void InvokeMethod(ServiceID service_id, in InvokeMethod() 163 ServiceID last_bound_service_id_;
|
D | client_impl_unittest.cc | 100 ServiceID id; 195 ServiceID last_service_id = 0;
|
/external/perfetto/include/perfetto/ipc/ |
D | service_proxy.h | 64 ServiceID, 91 ServiceID service_id_ = 0;
|
D | client.h | 56 virtual void UnbindService(ServiceID) = 0;
|
D | basic_types.h | 34 using ServiceID = uint32_t; variable
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/ |
D | control | 21 BluetoothProfileDescriptorList, AdditionalProtocolDescriptorLists, ServiceID,
|