Searched refs:supportFileType (Results 1 – 14 of 14) sorted by relevance
32 std::vector<std::string> supportFileType; in FuzzTest() local33 DlpPermissionKit::GetDlpSupportFileType(supportFileType); in FuzzTest()
852 std::vector<std::string> supportFileType; variable857 ASSERT_EQ(DLP_OK, DlpPermissionKit::GetDlpSupportFileType(supportFileType));858 ASSERT_EQ(supportFileType.empty(), false);878 std::vector<std::string> supportFileType; variable879 ASSERT_EQ(DLP_OK, DlpPermissionKit::GetDlpSupportFileType(supportFileType));880 ASSERT_EQ(supportFileType.empty(), false);901 std::vector<std::string> supportFileType; variable902 ASSERT_EQ(DLP_OK, DlpPermissionKit::GetDlpSupportFileType(supportFileType));903 ASSERT_EQ(supportFileType.empty(), false);926 std::vector<std::string> supportFileType; variable[all …]
45 int32_t GetDlpSupportFileType(std::vector<std::string>& supportFileType) override;
78 static int32_t GetDlpSupportFileType(std::vector<std::string>& supportFileType);
53 int32_t GetDlpSupportFileType(std::vector<std::string>& supportFileType);
57 virtual int32_t GetDlpSupportFileType(std::vector<std::string>& supportFileType) = 0;
181 int32_t DlpPermissionKit::GetDlpSupportFileType(std::vector<std::string>& supportFileType) in GetDlpSupportFileType() argument183 return DlpPermissionClient::GetInstance().GetDlpSupportFileType(supportFileType); in GetDlpSupportFileType()
250 int32_t DlpPermissionClient::GetDlpSupportFileType(std::vector<std::string>& supportFileType) in GetDlpSupportFileType() argument258 return proxy->GetDlpSupportFileType(supportFileType); in GetDlpSupportFileType()
381 int32_t DlpPermissionProxy::GetDlpSupportFileType(std::vector<std::string>& supportFileType) in GetDlpSupportFileType() argument422 supportFileType.emplace_back(fileType); in GetDlpSupportFileType()
332 std::vector<std::string> supportFileType; in GetDlpSupportFileTypeInner() local333 int32_t res = this->GetDlpSupportFileType(supportFileType); in GetDlpSupportFileTypeInner()338 size_t listNum = supportFileType.size(); in GetDlpSupportFileTypeInner()343 for (const auto& iter : supportFileType) { in GetDlpSupportFileTypeInner()
66 int32_t GetDlpSupportFileType(std::vector<std::string>& supportFileType) override;
418 int32_t DlpPermissionService::GetDlpSupportFileType(std::vector<std::string>& supportFileType) in GetDlpSupportFileType() argument420 supportFileType = InitConfig(); in GetDlpSupportFileType()
213 std::vector<std::string> supportFileType; member
1060 asyncContext->errCode = DlpPermissionKit::GetDlpSupportFileType(asyncContext->supportFileType); in GetDlpSupportFileTypeExcute()1074 supportFileTypeJs = VectorStringToJs(env, asyncContext->supportFileType); in GetDlpSupportFileTypeComplete()