Home
last modified time | relevance | path

Searched refs:retentionSandBoxInfoVec (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/test/fuzztest/dlp_permission/fuzzer/getretentionsandboxlist_fuzzer/
H A Dgetretentionsandboxlist_fuzzer.cpp36 std::vector<RetentionSandBoxInfo> retentionSandBoxInfoVec; in FuzzTest() local
37 DlpPermissionKit::GetRetentionSandboxList(bundleName, retentionSandBoxInfoVec); in FuzzTest()
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/test/unittest/src/
H A Ddlp_permission_kit_test.cpp331 std::vector<RetentionSandBoxInfo> retentionSandBoxInfoVec; variable
333 ASSERT_TRUE(0 == retentionSandBoxInfoVec.size());
335 retentionSandBoxInfoVec.clear();
340 ASSERT_TRUE(0 == retentionSandBoxInfoVec.size());
346 retentionSandBoxInfoVec.clear();
348 ASSERT_TRUE(0 == retentionSandBoxInfoVec.size());
349 retentionSandBoxInfoVec.clear();
351 ASSERT_TRUE(0 == retentionSandBoxInfoVec.size());
368 std::vector<RetentionSandBoxInfo> retentionSandBoxInfoVec; variable
380 retentionSandBoxInfoVec.clear();
[all …]
H A Ddlp_permission_client_test.cpp84 std::vector<RetentionSandBoxInfo> retentionSandBoxInfoVec; variable
86 … = DlpPermissionClient::GetInstance().GetRetentionSandboxList(bundleName, retentionSandBoxInfoVec);
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
H A Ddlp_permission_service.cpp626 std::vector<RetentionSandBoxInfo> retentionSandBoxInfoVec; in CancelRetentionState() local
628 retentionSandBoxInfoVec, false); in CancelRetentionState()
633 if (!retentionSandBoxInfoVec.empty()) { in CancelRetentionState()
634 if (!RemoveRetentionInfo(retentionSandBoxInfoVec, info)) { in CancelRetentionState()
642 …pPermissionService::RemoveRetentionInfo(std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec, in RemoveRetentionInfo() argument
651 … for (auto iter = retentionSandBoxInfoVec.begin(); iter != retentionSandBoxInfoVec.end(); ++iter) { in RemoveRetentionInfo()
690 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec) in GetRetentionSandboxList() argument
703 …ileManager::GetInstance().GetRetentionSandboxList(callerBundleName, retentionSandBoxInfoVec, true); in GetRetentionSandboxList()
H A Ddlp_permission_service.h78 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec) override;
96 …bool RemoveRetentionInfo(std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec, RetentionInfo…
H A Ddlp_permission_stub.cpp519 std::vector<RetentionSandBoxInfo> retentionSandBoxInfoVec; in GetRetentionSandboxListInner() local
520 int32_t result = GetRetentionSandboxList(bundleName, retentionSandBoxInfoVec); in GetRetentionSandboxListInner()
525 if (!reply.WriteUint32(retentionSandBoxInfoVec.size())) { in GetRetentionSandboxListInner()
529 for (const auto& info : retentionSandBoxInfoVec) { in GetRetentionSandboxListInner()
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dretention_file_manager.cpp157 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec, bool isRetention) in GetRetentionSandboxList() argument
163 …return sandboxJsonManager_->GetRetentionSandboxList(bundleName, retentionSandBoxInfoVec, isRetenti… in GetRetentionSandboxList()
H A Dretention_file_manager.h43 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec, bool isRetention);
H A Dsandbox_json_manager.h59 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec, bool isRetention);
H A Dsandbox_json_manager.cpp251 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec, bool isRetention) in GetRetentionSandboxList() argument
278 retentionSandBoxInfoVec.push_back(info); in GetRetentionSandboxList()
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/src/
H A Ddlp_permission_kit.cpp192 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec) in GetRetentionSandboxList() argument
194 …rn DlpPermissionClient::GetInstance().GetRetentionSandboxList(bundleName, retentionSandBoxInfoVec); in GetRetentionSandboxList()
H A Ddlp_permission_client.cpp468 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec) in GetRetentionSandboxList() argument
484 return proxy->GetRetentionSandboxList(bundleName, retentionSandBoxInfoVec); in GetRetentionSandboxList()
H A Ddlp_permission_proxy.cpp673 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec) in GetRetentionSandboxList() argument
718 retentionSandBoxInfoVec.push_back(*info); in GetRetentionSandboxList()
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
H A Ddlp_permission_service_test.cpp1119 std::vector<RetentionSandBoxInfo> retentionSandBoxInfoVec; variable
1121 bool ret = dlpPermissionService_->RemoveRetentionInfo(retentionSandBoxInfoVec, info);
1220 std::vector<RetentionSandBoxInfo> retentionSandBoxInfoVec; variable
1223 retentionSandBoxInfoVec.push_back(retentionSandBoxInfo);
1226 retentionSandBoxInfoVec.push_back(retentionSandBoxInfo1);
1230 bool res = dlpPermissionService_->RemoveRetentionInfo(retentionSandBoxInfoVec, info);
/ohos5.0/base/security/dlp_permission_service/frameworks/dlp_permission/include/
H A Di_dlp_permission_service.h75 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec) = 0;
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/include/
H A Ddlp_permission_proxy.h54 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec) override;
H A Ddlp_permission_client.h62 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec);
H A Ddlp_permission_kit.h88 std::vector<RetentionSandBoxInfo>& retentionSandBoxInfoVec);
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/include/
H A Dnapi_common.h241 std::vector<RetentionSandBoxInfo> retentionSandBoxInfoVec; member
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/
H A Dnapi_dlp_permission.cpp1558 …ssionKit::GetRetentionSandboxList(asyncContext->bundleName, asyncContext->retentionSandBoxInfoVec); in GetRetentionSandboxListExcute()
1568 resJs = RetentionSandboxInfoToJs(env, asyncContext->retentionSandBoxInfoVec); in GetRetentionSandboxListComplete()