OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestServiceImpl
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/mojo/services/test_service/
test_service_impl.cc
12
TestServiceImpl
::
TestServiceImpl
(TestServiceApplication* application)
16
TestServiceImpl
::~
TestServiceImpl
() {
19
void
TestServiceImpl
::OnConnectionEstablished() {
23
void
TestServiceImpl
::OnConnectionError() {
27
void
TestServiceImpl
::Ping(const mojo::Callback<void()>& callback) {
test_service_impl.h
16
class
TestServiceImpl
: public InterfaceImpl<ITestService> {
18
explicit
TestServiceImpl
(TestServiceApplication* application);
19
virtual ~
TestServiceImpl
();
29
MOJO_DISALLOW_COPY_AND_ASSIGN(
TestServiceImpl
);
/external/chromium_org/mojo/service_manager/
service_manager_unittest.cc
42
class
TestServiceImpl
: public InterfaceImpl<TestService> {
44
explicit
TestServiceImpl
(TestContext* context) : context_(context) {
48
virtual ~
TestServiceImpl
() {
115
test_app_->AddService<
TestServiceImpl
>(context_);
Completed in 271 milliseconds