Home
last modified time | relevance | path

Searched refs:CloseDlpFileAsyncContext (Results 1 - 3 of 3) sorted by relevance

/base/security/dlp_permission_service/interfaces/kits/napi_common/include/
H A Dnapi_common.h181 struct CloseDlpFileAsyncContext : public CommonAsyncContext { struct
182 explicit CloseDlpFileAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in CloseDlpFileAsyncContext() function
303 bool GetCloseDlpFileParams(const napi_env env, const napi_callback_info info, CloseDlpFileAsyncContext& asyncContext);
/base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/
H A Dnapi_dlp_permission.cpp753 auto* asyncContext = new (std::nothrow) CloseDlpFileAsyncContext(env); in CloseDlpFile()
758 std::unique_ptr<CloseDlpFileAsyncContext> asyncContextPtr { asyncContext }; in CloseDlpFile()
785 auto asyncContext = reinterpret_cast<CloseDlpFileAsyncContext*>(data); in CloseDlpFileExcute()
797 auto asyncContext = reinterpret_cast<CloseDlpFileAsyncContext*>(data); in CloseDlpFileComplete()
802 std::unique_ptr<CloseDlpFileAsyncContext> asyncContextPtr { asyncContext }; in CloseDlpFileComplete()
/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_common.cpp831 bool GetCloseDlpFileParams(const napi_env env, const napi_callback_info info, CloseDlpFileAsyncContext& asyncContext) in GetCloseDlpFileParams()

Completed in 8 milliseconds