Searched refs:retentionInfo (Results 1 – 7 of 7) sorted by relevance
52 RetentionInfo retentionInfo = { variable62 retentionInfo.appIndex = 1;63 retentionInfo.userId = -1;64 ret = sandboxJsonManager_->AddSandboxInfo(retentionInfo);67 retentionInfo.userId = 10000;68 retentionInfo.tokenId = 0;69 ret = sandboxJsonManager_->AddSandboxInfo(retentionInfo);85 RetentionInfo retentionInfo = { variable103 retentionInfo.tokenId = 123;104 retentionInfo.docUriSet = docUriSet;[all …]
385 RetentionInfo retentionInfo = { variable443 RetentionInfo retentionInfo = { variable455 retentionInfo.bundleName = "testbundle1";456 retentionInfo.tokenId = 827818;457 retentionInfo.userId = 10000;484 RetentionInfo retentionInfo = { variable497 retentionInfo.bundleName = "testbundle";498 retentionInfo.tokenId = 827878;499 retentionInfo.userId = g_userId;544 RetentionInfo retentionInfo = { variable[all …]
78 int32_t SandboxJsonManager::AddSandboxInfo(const RetentionInfo& retentionInfo) in AddSandboxInfo() argument80 … if (retentionInfo.bundleName.empty() || retentionInfo.appIndex < 0 || retentionInfo.userId < 0 || in AddSandboxInfo()81 retentionInfo.tokenId == 0) { in AddSandboxInfo()83 …", userId=%{public}d.", retentionInfo.bundleName.empty(), retentionInfo.appIndex, retentionInfo.us… in AddSandboxInfo()84 retentionInfo.tokenId); in AddSandboxInfo()87 if (InsertSandboxInfo(retentionInfo)) { in AddSandboxInfo()
96 int32_t RetentionFileManager::AddSandboxInfo(const RetentionInfo& retentionInfo) in AddSandboxInfo() argument102 int32_t res = sandboxJsonManager_->AddSandboxInfo(retentionInfo); in AddSandboxInfo()
37 int32_t AddSandboxInfo(const RetentionInfo& retentionInfo);
51 int32_t AddSandboxInfo(const RetentionInfo& retentionInfo);
198 RetentionInfo retentionInfo = { in AddDlpSandboxInfo() local205 RetentionFileManager::GetInstance().AddSandboxInfo(retentionInfo); in AddDlpSandboxInfo()