HomeSort by relevance Sort by last modified time
    Searched full:service_context (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_server.cc 76 // 4) initialize the server side of the channel (service_context).
80 ServerControl* service_context = new ServerControl; local
81 server_contexts_.push_back(service_context);
83 if (!MakeEvents(&service_context->ping_event,
84 &service_context->pong_event,
94 // object but we put them again into the service_context because we
96 service_context->shared_base = reinterpret_cast<char*>(shared_mem);
97 service_context->channel_size = channel_size;
98 service_context->channel = client_context;
99 service_context->channel_buffer = service_context->shared_base
364 ServerControl* service_context = reinterpret_cast<ServerControl*>(context); local
    [all...]
sharedmem_ipc_server.h 95 static bool InvokeCallback(const ServerControl* service_context,
  /external/chromium_org/sync/notifier/
sync_system_resources_unittest.cc 244 std::string service_context; local
247 data, &message, &service_context, &scheduling_hash));
249 EXPECT_EQ(kServiceContext, service_context);
261 std::string service_context = kServiceContext; local
264 data, &message, &service_context, &scheduling_hash));
266 EXPECT_EQ(kServiceContext, service_context);
274 std::string service_context = kServiceContext; local
277 std::string(), &message, &service_context, &scheduling_hash));
279 EXPECT_EQ(kServiceContext, service_context);
288 std::string service_context = kServiceContext local
371 std::string service_context; local
391 std::string service_context; local
    [all...]
sync_system_resources.cc 180 const std::string& message, const std::string& service_context,
183 EncodeMessage(&encoded_message, message, service_context, scheduling_hash);
190 std::string* service_context,
192 return DecodeMessage(data, message, service_context, scheduling_hash);
226 const std::string& service_context,
230 if (!service_context.empty()) {
231 envelope.set_service_context(service_context);
242 std::string* service_context,
250 *service_context = envelope.service_context();
    [all...]
sync_system_resources.h 125 const std::string& service_context,
131 std::string* service_context,
148 const std::string& service_context,
154 std::string* service_context,

Completed in 146 milliseconds