Uplink-Nodejs  1.0.8
Nods.js binding fo libUplink
promises_complete.cc File Reference
#include "promises_complete.h"
#include <string>
Include dependency graph for promises_complete.cc:

Functions

void openProjectPromiseComplete (napi_env env, napi_status status, void *data)
 openProjectPromiseComplete creates the handle for open_project More...
 
void listObjectPromiseComplete (napi_env env, napi_status status, void *data)
 listObjectPromiseComplete creates the handle for list_objects it shows null if zero objects found in the list . More...
 
void downloadInfoOperationComplete (napi_env env, napi_status status, void *data)
 downloadInfoOperationComplete creates the handle for download_info More...
 
void downloadCloseOperationComplete (napi_env env, napi_status status, void *data)
 downloadCloseOperationComplete creates the handle for close_download . More...
 
void downloadReadOperationComplete (napi_env env, napi_status status, void *data)
 downloadReadOperationComplete creates the handle for download_read More...
 
void downloadObjectOperationComplete (napi_env env, napi_status status, void *data)
 downloadobjectOperationComplete creates the handle for download_object it shows null if download has zero options. More...
 
void uploadSetMetaPromiseComplete (napi_env env, napi_status status, void *data)
 uploadSetMetaPromiseComplete creates the handle for upload_set_custom_metadata More...
 
void uploadAbortPromiseComplete (napi_env env, napi_status status, void *data)
 uploadAbortPromiseComplete creates the handle for upload_abort More...
 
void uploadInfoOperationComplete (napi_env env, napi_status status, void *data)
 uploadInfoOperationComplete creates the handle for upload_info More...
 
void uploadCommitOperationComplete (napi_env env, napi_status status, void *data)
 uploadCommitOperationComplete creates the handle for upload_commit More...
 
void uploadWriteOperationComplete (napi_env env, napi_status status, void *data)
 uploadWriteOperationComplete creates the handle for upload_write More...
 
void uploadObjectComplete (napi_env env, napi_status status, void *data)
 uploadObjectComplete creates the handle for upload_object . it shows null if upload option set contains zero object.
More...
 
void objectOperationComplete (napi_env env, napi_status status, void *data)
 objectOperationComplete used to implement the uplink-c library function objectOperationComplete signifies about object using promise More...
 
void bucketOperationComplete (napi_env env, napi_status status, void *data)
 bucketOperationComplete used to implement the uplink-c library function bucketOperationComplete operations on buckets using promise More...
 
void ListBucketsPromiseComplete (napi_env env, napi_status status, void *data)
 
void closeProjectPromiseComplete (napi_env env, napi_status status, void *data)
 closeProjectPromiseComplete creates the handle for close_project More...
 
void configOpenProjectPromiseComplete (napi_env env, napi_status status, void *data)
 configOpenProjectPromiseComplete creates the handle for config_open_project More...
 
void ParseAccessPromiseComplete (napi_env env, napi_status status, void *data)
 ParseAccessPromiseComplete creates the handle for parse_access. More...
 
void ShareAccessPromiseComplete (napi_env env, napi_status status, void *data)
 ShareAccessPromiseComplete creates the handle for access_share. More...
 
void ConfigRequestAccessWithEncryptionPromiseComplete (napi_env env, napi_status status, void *data)
 ConfigRequestAccessWithEncryptionPromiseComplete creates the handle for config_request_access_with_passphrase. More...
 
void RequestAccessWithEncryptionPromiseComplete (napi_env env, napi_status status, void *data)
 RequestAccessWithEncryptionPromiseComplete creates the handle for request_access_with_passphrase. More...
 
void accessSerializePromiseComplete (napi_env env, napi_status status, void *data)
 accessSerializePromiseComplete creates the handle for access_serialize More...
 
void deriveEncrpPromiseComplete (napi_env env, napi_status status, void *data)
 
void accessOverRidePromiseComplete (napi_env env, napi_status status, void *data)
 

Function Documentation

◆ accessOverRidePromiseComplete()

void accessOverRidePromiseComplete ( napi_env  env,
napi_status  status,
void *  data 
)
Here is the caller graph for this function:

◆ accessSerializePromiseComplete()

void accessSerializePromiseComplete ( napi_env  env,
napi_status  status,
void *  data 
)

accessSerializePromiseComplete creates the handle for access_serialize

Here is the caller graph for this function:

◆ bucketOperationComplete()

void bucketOperationComplete ( napi_env  env,
napi_status  status,
void *  data 
)

bucketOperationComplete used to implement the uplink-c library function bucketOperationComplete operations on buckets using promise

Here is the caller graph for this function:

◆ closeProjectPromiseComplete()

void closeProjectPromiseComplete ( napi_env  env,
napi_status  status,
void *  data 
)

closeProjectPromiseComplete creates the handle for close_project

Here is the caller graph for this function:

◆ configOpenProjectPromiseComplete()

void configOpenProjectPromiseComplete ( napi_env  env,
napi_status  status,
void *  data 
)

configOpenProjectPromiseComplete creates the handle for config_open_project

Here is the caller graph for this function:

◆ ConfigRequestAccessWithEncryptionPromiseComplete()

void ConfigRequestAccessWithEncryptionPromiseComplete ( napi_env  env,
napi_status  status,
void *  data 
)

ConfigRequestAccessWithEncryptionPromiseComplete creates the handle for config_request_access_with_passphrase.

Here is the caller graph for this function:

◆ deriveEncrpPromiseComplete()

void deriveEncrpPromiseComplete ( napi_env  env,
napi_status  status,
void *  data 
)
Here is the caller graph for this function:

◆ downloadCloseOperationComplete()

void downloadCloseOperationComplete ( napi_env  env,
napi_status  status,
void *  data 
)

downloadCloseOperationComplete creates the handle for close_download .

Here is the caller graph for this function:

◆ downloadInfoOperationComplete()

void downloadInfoOperationComplete ( napi_env  env,
napi_status  status,
void *  data 
)

downloadInfoOperationComplete creates the handle for download_info

Here is the caller graph for this function:

◆ downloadObjectOperationComplete()

void downloadObjectOperationComplete ( napi_env  env,
napi_status  status,
void *  data 
)

downloadobjectOperationComplete creates the handle for download_object it shows null if download has zero options.

Here is the caller graph for this function:

◆ downloadReadOperationComplete()

void downloadReadOperationComplete ( napi_env  env,
napi_status  status,
void *  data 
)

downloadReadOperationComplete creates the handle for download_read

Here is the caller graph for this function:

◆ ListBucketsPromiseComplete()

void ListBucketsPromiseComplete ( napi_env  env,
napi_status  status,
void *  data 
)

◆ listObjectPromiseComplete()

void listObjectPromiseComplete ( napi_env  env,
napi_status  status,
void *  data 
)

listObjectPromiseComplete creates the handle for list_objects it shows null if zero objects found in the list .

◆ objectOperationComplete()

void objectOperationComplete ( napi_env  env,
napi_status  status,
void *  data 
)

objectOperationComplete used to implement the uplink-c library function objectOperationComplete signifies about object using promise

Here is the caller graph for this function:

◆ openProjectPromiseComplete()

void openProjectPromiseComplete ( napi_env  env,
napi_status  status,
void *  data 
)

openProjectPromiseComplete creates the handle for open_project

Here is the caller graph for this function:

◆ ParseAccessPromiseComplete()

void ParseAccessPromiseComplete ( napi_env  env,
napi_status  status,
void *  data 
)

ParseAccessPromiseComplete creates the handle for parse_access.

Here is the caller graph for this function:

◆ RequestAccessWithEncryptionPromiseComplete()

void RequestAccessWithEncryptionPromiseComplete ( napi_env  env,
napi_status  status,
void *  data 
)

RequestAccessWithEncryptionPromiseComplete creates the handle for request_access_with_passphrase.

Here is the caller graph for this function:

◆ ShareAccessPromiseComplete()

void ShareAccessPromiseComplete ( napi_env  env,
napi_status  status,
void *  data 
)

ShareAccessPromiseComplete creates the handle for access_share.

Here is the caller graph for this function:

◆ uploadAbortPromiseComplete()

void uploadAbortPromiseComplete ( napi_env  env,
napi_status  status,
void *  data 
)

uploadAbortPromiseComplete creates the handle for upload_abort

Here is the caller graph for this function:

◆ uploadCommitOperationComplete()

void uploadCommitOperationComplete ( napi_env  env,
napi_status  status,
void *  data 
)

uploadCommitOperationComplete creates the handle for upload_commit

Here is the caller graph for this function:

◆ uploadInfoOperationComplete()

void uploadInfoOperationComplete ( napi_env  env,
napi_status  status,
void *  data 
)

uploadInfoOperationComplete creates the handle for upload_info

Here is the caller graph for this function:

◆ uploadObjectComplete()

void uploadObjectComplete ( napi_env  env,
napi_status  status,
void *  data 
)

uploadObjectComplete creates the handle for upload_object . it shows null if upload option set contains zero object.

Here is the caller graph for this function:

◆ uploadSetMetaPromiseComplete()

void uploadSetMetaPromiseComplete ( napi_env  env,
napi_status  status,
void *  data 
)

uploadSetMetaPromiseComplete creates the handle for upload_set_custom_metadata

Here is the caller graph for this function:

◆ uploadWriteOperationComplete()

void uploadWriteOperationComplete ( napi_env  env,
napi_status  status,
void *  data 
)

uploadWriteOperationComplete creates the handle for upload_write

Here is the caller graph for this function: