Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/include/
H A Dnapi_common.h200 struct IsInSandboxAsyncContext : public CommonAsyncContext { struct
201 explicit IsInSandboxAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in IsInSandboxAsyncContext() argument
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/
H A Dnapi_dlp_permission.cpp995 auto* asyncContext = new (std::nothrow) IsInSandboxAsyncContext(env); in IsInSandbox()
1000 std::unique_ptr<IsInSandboxAsyncContext> asyncContextPtr { asyncContext }; in IsInSandbox()
1027 auto asyncContext = reinterpret_cast<IsInSandboxAsyncContext*>(data); in IsInSandboxExcute()
1039 auto asyncContext = reinterpret_cast<IsInSandboxAsyncContext*>(data); in IsInSandboxComplete()
1044 std::unique_ptr<IsInSandboxAsyncContext> asyncContextPtr { asyncContext }; in IsInSandboxComplete()