Searched refs:AsyncTaskFinished (Results 1 – 3 of 3) sorted by relevance
74 void AsyncTaskFinished(void* task);
355 InvokeAsyncTaskFnWithId<&Agent::AsyncTaskFinished>); in Initialize()388 registry->Register(InvokeAsyncTaskFnWithId<&Agent::AsyncTaskFinished>); in RegisterExternalReferences()
572 void AsyncTaskFinished(void* task) { in AsyncTaskFinished() function in node::inspector::NodeInspectorClient919 void Agent::AsyncTaskFinished(void* task) { in AsyncTaskFinished() function in node::inspector::Agent920 client_->AsyncTaskFinished(task); in AsyncTaskFinished()