Searched defs:GetRetentionSandboxListAsyncContext (Results 1 – 1 of 1) sorted by relevance
233 struct GetRetentionSandboxListAsyncContext : public CommonAsyncContext { struct234 explicit GetRetentionSandboxListAsyncContext(napi_env env) : CommonAsyncContext(env) {}; in GetRetentionSandboxListAsyncContext() argument235 std::string bundleName = "";236 std::vector<RetentionSandBoxInfo> retentionSandBoxInfoVec;