Searched refs:OpenDlpFileUnSubscriberContext (Results 1 – 2 of 2) sorted by relevance
147 struct OpenDlpFileUnSubscriberContext : public CommonAsyncContext { struct148 explicit OpenDlpFileUnSubscriberContext(napi_env env) : CommonAsyncContext(env) {}; in OpenDlpFileUnSubscriberContext() argument
1266 …OpenDlpFileUnSubscriberContext* syncContext = new (std::nothrow) OpenDlpFileUnSubscriberContext(en… in UnSubscribeOpenDlpFile()1271 std::unique_ptr<OpenDlpFileUnSubscriberContext> syncContextPtr { syncContext }; in UnSubscribeOpenDlpFile()