Home
last modified time | relevance | path

Searched refs:validTypes (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp147 std::vector<int32_t> validTypes; in CheckValidSolution() local
156 int32_t result = hdi->GetValidSolution(userId, inputAuthType, inputAtl, validTypes); in CheckValidSolution()
162 for (auto &type : validTypes) { in CheckValidSolution()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/
H A Dinterface_i_user_auth_interface_v10.md40 …uthTrustLevel, [out] enum [AuthType](_hdf_user_auth_v10.md#authtype)[] validTypes) | 获取指定认证结果可信等级下…
434 …in] enum AuthType[] authTypes, [in] unsigned int authTrustLevel, [out] enum AuthType[] validTypes )
449 | validTypes | 有效的认证方式列表[AuthType](_hdf_user_auth_v10.md#authtype)。 |
H A Dinterface_i_user_auth_interface_v12.md40 …uthTrustLevel, [out] enum [AuthType](_hdf_user_auth_v12.md#authtype)[] validTypes) | 获取指定认证结果可信等级下…
623 …in] enum AuthType[] authTypes, [in] unsigned int authTrustLevel, [out] enum AuthType[] validTypes )
638 | validTypes | 有效的认证方式列表[AuthType](_hdf_user_auth_v12.md#authtype)。 |
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpaste_data_record_test.cpp242 auto validTypes = record->GetValidTypes(inputTypes); variable
243 ASSERT_EQ(validTypes.size(), 1);
244 ASSERT_EQ(validTypes[0], UDMF::UtdUtils::GetUtdIdFromUtdEnum(UDMF::HTML));
/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp469 std::vector<int32_t> validTypes; in FuzzGetValidSolution() local
470 FillFuzzInt32Vector(parcel, validTypes); in FuzzGetValidSolution()
471 g_service.GetValidSolution(userId, authTypes, authTrustLevel, validTypes); in FuzzGetValidSolution()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_iuser_auth_interface.h118 uint32_t authTrustLevel, std::vector<int32_t>& validTypes) in GetValidSolution() argument
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/cpp_target/user_auth/v1_0/
H A Duser_auth_interface_proxy.h.txt124 … uint32_t authTrustLevel, std::vector<OHOS::HDI::UserAuth::V1_0::AuthType>& validTypes) override;
182 …uint32_t authTrustLevel, std::vector<OHOS::HDI::UserAuth::V1_0::AuthType>& validTypes, const sptr<…
H A Duser_auth_interface_service.h.txt84 … uint32_t authTrustLevel, std::vector<OHOS::HDI::UserAuth::V1_0::AuthType>& validTypes) override;
H A Duser_auth_interface_service.cpp.txt144 …& authTypes, uint32_t authTrustLevel, std::vector<OHOS::HDI::UserAuth::V1_0::AuthType>& validTypes)
H A Diuser_auth_interface.h.txt141 uint32_t authTrustLevel, std::vector<OHOS::HDI::UserAuth::V1_0::AuthType>& validTypes) = 0;
H A Duser_auth_interface_proxy.cpp.txt276 …& authTypes, uint32_t authTrustLevel, std::vector<OHOS::HDI::UserAuth::V1_0::AuthType>& validTypes)
278 …thInterfaceProxy::GetValidSolution_(userId, authTypes, authTrustLevel, validTypes, GetCurrentRemot…
1112 …32_t authTrustLevel, std::vector<OHOS::HDI::UserAuth::V1_0::AuthType>& validTypes, const sptr<IRem…
1154 if (!ReadPodArray(userAuthInterfaceReply, validTypes)) {
1155 HDF_LOGE("%{public}s: failed to read validTypes", __func__);
H A Duser_auth_interface_stub.cpp.txt1167 std::vector<OHOS::HDI::UserAuth::V1_0::AuthType> validTypes;
1175 validTypes.reserve(capacity);
1183 …t32_t userAuthInterfaceRet = impl->GetValidSolution(userId, authTypes, authTrustLevel, validTypes);
1189 if (!WritePodArray(userAuthInterfaceReply, validTypes)) {
1190 HDF_LOGE("%{public}s: failed to write validTypes", __func__);
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_iuser_auth_interface.h60 uint32_t authTrustLevel, std::vector<int32_t>& validTypes));
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata_record.cpp419 std::vector<std::string> validTypes = obj->value_->GetValidMimeTypes(mimeTypes); in GetValidTypes() local
422 for (uint32_t i = 0; i < validTypes.size(); i++) { in GetValidTypes()
424 … NAPI_CALL(env, napi_create_string_utf8(env, validTypes[i].c_str(), NAPI_AUTO_LENGTH, &element)); in GetValidTypes()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/cpp_target/user_auth/v1_2/
H A Duser_auth_interface_proxy.h.txt124 … uint32_t authTrustLevel, std::vector<OHOS::HDI::UserAuth::V1_2::AuthType>& validTypes) override;
201 …uint32_t authTrustLevel, std::vector<OHOS::HDI::UserAuth::V1_2::AuthType>& validTypes, const sptr<…
H A Duser_auth_interface_service.h.txt84 … uint32_t authTrustLevel, std::vector<OHOS::HDI::UserAuth::V1_2::AuthType>& validTypes) override;
H A Duser_auth_interface_service.cpp.txt144 …& authTypes, uint32_t authTrustLevel, std::vector<OHOS::HDI::UserAuth::V1_2::AuthType>& validTypes)
H A Diuser_auth_interface.h.txt148 uint32_t authTrustLevel, std::vector<OHOS::HDI::UserAuth::V1_2::AuthType>& validTypes) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_1/cpp_target/user_auth/v1_1/
H A Duser_auth_interface_service.h.txt95 … uint32_t authTrustLevel, std::vector<OHOS::HDI::UserAuth::V1_0::AuthType>& validTypes) override;
H A Duser_auth_interface_service.cpp.txt167 …& authTypes, uint32_t authTrustLevel, std::vector<OHOS::HDI::UserAuth::V1_0::AuthType>& validTypes)
/ohos5.0/drivers/interface/user_auth/v1_0/
H A DIUserAuthInterface.idl280 * @param validTypes Indicates the valid authentication types. See {@link AuthType}.
286 [out] enum AuthType[] validTypes);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/foo/user_auth/v1_0/
H A DIUserAuthInterface.idl280 * @param validTypes Indicates the valid authentication types. See {@link AuthType}.
286 [out] enum AuthType[] validTypes);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_1/foo/user_auth/v1_0/
H A DIUserAuthInterface.idl280 * @param validTypes Indicates the valid authentication types. See {@link AuthType}.
286 [out] enum AuthType[] validTypes);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/
H A Dclipboard_impl.cpp626 auto validTypes = pasteDataRecord->GetValidMimeTypes(types); in ProcessSpanStringData() local
627 if (validTypes.size() > 1) { in ProcessSpanStringData()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/dump_ast_target/
H A Ddump.txt102 [out] ohos.hdi.user_auth.v1_0.AuthType[] validTypes);

12