HomeSort by relevance Sort by last modified time
    Searched refs:async_id (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chromeos/cryptohome/
async_method_caller.cc 288 void HandleAsyncResponse(int async_id, bool return_status, int return_code) {
289 const CallbackMap::iterator it = callback_map_.find(async_id);
291 LOG(ERROR) << "Received signal for unknown async_id " << async_id;
302 void HandleAsyncDataResponse(int async_id,
305 const DataCallbackMap::iterator it = data_callback_map_.find(async_id);
307 LOG(ERROR) << "Received signal for unknown async_id " << async_id;
317 Callback callback, const char* error, int async_id) {
318 if (async_id == 0)
    [all...]
  /external/chromium_org/chromeos/dbus/
cryptohome_client.h 43 typedef base::Callback<void(int async_id,
48 typedef base::Callback<void(int async_id,
53 typedef base::Callback<void(int async_id)> AsyncMethodCallback;
cryptohome_client.cc 905 int async_id = 0; local
1082 int async_id = 0; local
1098 int async_id = 0; local
    [all...]

Completed in 233 milliseconds