Home
last modified time | relevance | path

Searched refs:GetSuffixAsyncContext (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/include/
H A Dnapi_common.h216 struct GetSuffixAsyncContext : public CommonAsyncContext { struct
217 explicit GetSuffixAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in GetSuffixAsyncContext() function
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/
H A Dnapi_dlp_permission.cpp1805 GetSuffixAsyncContext *asyncContext = new (std::nothrow) GetSuffixAsyncContext(env); in GetDLPSuffix()
1810 std::unique_ptr<GetSuffixAsyncContext> callbackPtr { asyncContext }; in GetDLPSuffix()