Home
last modified time | relevance | path

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

/base/security/dlp_permission_service/interfaces/kits/napi_common/include/
Dnapi_common.h195 struct IsInSandboxAsyncContext : public CommonAsyncContext { struct
196 explicit IsInSandboxAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in IsInSandboxAsyncContext() argument
/base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/
Dnapi_dlp_permission.cpp963 auto* asyncContext = new (std::nothrow) IsInSandboxAsyncContext(env); in IsInSandbox()
968 std::unique_ptr<IsInSandboxAsyncContext> asyncContextPtr { asyncContext }; in IsInSandbox()
995 auto asyncContext = reinterpret_cast<IsInSandboxAsyncContext*>(data); in IsInSandboxExcute()
1007 auto asyncContext = reinterpret_cast<IsInSandboxAsyncContext*>(data); in IsInSandboxComplete()
1012 std::unique_ptr<IsInSandboxAsyncContext> asyncContextPtr { asyncContext }; in IsInSandboxComplete()