Home
last modified time | relevance | path

Searched refs:GetRetentionSandboxListAsyncContext (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/include/
H A Dnapi_common.h238 struct GetRetentionSandboxListAsyncContext : public CommonAsyncContext { struct
239 explicit GetRetentionSandboxListAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in GetRetentionSandboxListAsyncContext() argument
320 GetRetentionSandboxListAsyncContext& asyncContext);
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/
H A Dnapi_dlp_permission.cpp1524 auto* asyncContext = new (std::nothrow) GetRetentionSandboxListAsyncContext(env); in GetRetentionSandboxList()
1529 std::unique_ptr<GetRetentionSandboxListAsyncContext> asyncContextPtr { asyncContext }; in GetRetentionSandboxList()
1556 auto asyncContext = reinterpret_cast<GetRetentionSandboxListAsyncContext*>(data); in GetRetentionSandboxListExcute()
1564 auto asyncContext = reinterpret_cast<GetRetentionSandboxListAsyncContext*>(data); in GetRetentionSandboxListComplete()
1565 std::unique_ptr<GetRetentionSandboxListAsyncContext> asyncContextPtr { asyncContext }; in GetRetentionSandboxListComplete()
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_common.cpp1082 GetRetentionSandboxListAsyncContext& asyncContext) in GetRetentionSandboxListParams()