Searched refs:sandboxJsonManager_ (Results 1 – 4 of 4) sorted by relevance
64 ret = sandboxJsonManager_->AddSandboxInfo(retentionInfo);69 ret = sandboxJsonManager_->AddSandboxInfo(retentionInfo);142 sandboxJsonManager_->FromJson(jsonObject);143 ASSERT_TRUE(sandboxJsonManager_->infoVec_.empty());151 sandboxJsonManager_->FromJson(jsonObject);152 ASSERT_TRUE(sandboxJsonManager_->infoVec_.empty());160 sandboxJsonManager_->FromJson(jsonObject);161 ASSERT_TRUE(sandboxJsonManager_->infoVec_.empty());169 sandboxJsonManager_->FromJson(jsonObject);170 ASSERT_TRUE(sandboxJsonManager_->infoVec_.empty());[all …]
392 sandboxJsonManager_->AddSandboxInfo(retentionInfo);442 sandboxJsonManager_->FromJson(NULL);450 sandboxJsonManager_->AddSandboxInfo(retentionInfo);458 sandboxJsonManager_->AddSandboxInfo(retentionInfo);471 ASSERT_EQ(DLP_OK, sandboxJsonManager_->DelSandboxInfo(827878));491 sandboxJsonManager_->AddSandboxInfo(retentionInfo);500 sandboxJsonManager_->AddSandboxInfo(retentionInfo);504 sandboxJsonManager_->AddSandboxInfo(retentionInfo);506 sandboxJsonManager_->RemoveRetentionState("testbundle", 2));551 sandboxJsonManager_->AddSandboxInfo(retentionInfo);[all …]
33 sandboxJsonManager_(std::make_shared<SandboxJsonManager>()) in RetentionFileManager()48 return sandboxJsonManager_->HasRetentionSandboxInfo(bundleName); in HasRetentionSandboxInfo()68 sandboxJsonManager_->FromJson(callbackInfoJson); in Init()88 std::string jsonStr = sandboxJsonManager_->ToString(); in UpdateFile()102 int32_t res = sandboxJsonManager_->AddSandboxInfo(retentionInfo); in AddSandboxInfo()112 int32_t res = sandboxJsonManager_->DelSandboxInfo(tokenId); in DelSandboxInfo()122 return sandboxJsonManager_->CanUninstall(tokenId); in CanUninstall()142 int32_t res = sandboxJsonManager_->RemoveRetentionState(bundleName, appIndex); in RemoveRetentionState()152 int32_t res = sandboxJsonManager_->ClearUnreservedSandbox(); in ClearUnreservedSandbox()172 return sandboxJsonManager_->GetBundleNameSetByUserId(userId, bundleNameSet); in GetBundleNameSetByUserId()[all …]
55 std::shared_ptr<SandboxJsonManager> sandboxJsonManager_; variable