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