Home
last modified time | relevance | path

Searched refs:validType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dauth_widget_helper_test.cpp71 std::vector<AuthType> validType; variable
72 EXPECT_TRUE(AuthWidgetHelper::InitWidgetContextParam(authParam, validType, widgetParam, para));
88 std::vector<AuthType> validType = authParam.authTypes; variable
89 EXPECT_FALSE(AuthWidgetHelper::InitWidgetContextParam(authParam, validType, widgetParam, para));
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp896 for (const auto &iter : validType) { in CheckPrivatePinEnroll()
906 if (validType.size() == sizeTwo && hasFace && hasFinger) { in CheckPrivatePinEnroll()
1010 const WidgetParam &widgetParam, std::vector<AuthType> &validType) in CheckValidSolution() argument
1013 userId, authParam.authTypes, authParam.authTrustLevel, validType); in CheckValidSolution()
1026 if (!CheckPrivatePinEnroll(authParam.authTypes, validType)) { in CheckValidSolution()
1062 std::vector<AuthType> &validType, ContextFactory::AuthWidgetContextPara &para) in ProcessPinExpired() argument
1076 validType.clear(); in ProcessPinExpired()
1077 validType.emplace_back(AuthType::PRIVATE_PIN); in ProcessPinExpired()
1079 validType.emplace_back(AuthType::PIN); in ProcessPinExpired()
1114 std::vector<AuthType> validType; in AuthWidget() local
[all …]
/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/
H A Duser_auth_service.h83 …ool CheckPrivatePinEnroll(const std::vector<AuthType> &authType, std::vector<AuthType> &validType);
88 … const AuthParamInner &authParam, const WidgetParam &widgetParam, std::vector<AuthType> &validType,
105 std::vector<AuthType> &validType);
118 …d ProcessPinExpired(int32_t ret, const AuthParamInner &authParam, std::vector<AuthType> &validType,
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dservice_router_data_mgr.cpp111 BusinessType validType = GetBusinessType(filter); in QueryBusinessAbilityInfos() local
112 if (validType == BusinessType::UNSPECIFIED) { in QueryBusinessAbilityInfos()
119 item.second.FindBusinessAbilityInfos(validType, businessAbilityInfos); in QueryBusinessAbilityInfos()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp310 …const bool validType = (RenderHandleUtil::GetHandleType(currHandle) == RenderHandleType::GPU_BUFFE… in BindBuffers() local
312 if (!validType) { in BindBuffers()
322 if (validType) { in BindBuffers()
417 …const bool validType = (RenderHandleUtil::GetHandleType(currHandle) == RenderHandleType::GPU_IMAGE… in BindImages() local
419 if (!validType) { in BindImages()
424 if (validType) { in BindImages()
503 …const bool validType = (RenderHandleUtil::GetHandleType(currHandle) == RenderHandleType::GPU_SAMPL… in BindSamplers() local
505 if (!validType) { in BindSamplers()
515 if (validType) { in BindSamplers()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp34 …etHelper::InitWidgetContextParam(const AuthParamInner &authParam, std::vector<AuthType> &validType, in InitWidgetContextParam() argument
37 for (auto &authType : validType) { in InitWidgetContextParam()
51 para.authTypeList = std::move(validType); in InitWidgetContextParam()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dphone_number_format.cpp128 std::set<std::string> validType = {"E164", "RFC3966", "INTERNATIONAL", "NATIONAL"}; in PhoneNumberFormat() local
129 if (validType.find(type) != validType.end()) { in PhoneNumberFormat()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
H A Duser_auth_service_fuzzer.cpp392 std::vector<AuthType> validType; in FuzzCheckValidSolution() local
395 validType.push_back(static_cast<AuthType>(iter)); in FuzzCheckValidSolution()
397 g_userAuthService.CheckValidSolution(userId, authParam, widgetParam, validType); in FuzzCheckValidSolution()
519 std::vector<AuthType> validType = {PIN}; in FuzzStartWidgetContext() local
521 g_userAuthService.StartWidgetContext(contextCallback, authParam, widgetParam, validType, para); in FuzzStartWidgetContext()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp809 [accessorType](const DataType& validType) { return validType == accessorType; })) { in ValidatePrimitiveAttribute() argument
813 … const ComponentType& validType) { return validType == accessorComponentType; })) { in ValidatePrimitiveAttribute() argument
873 [accessorType](const DataType& validType) { return validType == accessorType; })) { in ValidatePrimitiveAttributeQuatization() argument
877 … const ComponentType& validType) { return validType == accessorComponentType; })) { in ValidatePrimitiveAttributeQuatization() argument
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dauth_widget_helper.h28 …atic bool InitWidgetContextParam(const AuthParamInner &authParam, std::vector<AuthType> &validType,
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp210 std::vector<AuthType> validType = {PIN, FACE, FINGERPRINT}; in FuzzAuthWidgetHelper() local
211 AuthWidgetHelper::InitWidgetContextParam(authParam, validType, widgetParam, para); in FuzzAuthWidgetHelper()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp856 uint32_t validType = INVALID_VALUE; variable
857 type = static_cast<CallbackType>(validType);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/sound_manager_test/src/
H A Dsystem_sound_manager_unit_test.cpp1205 RingtoneType validType = static_cast<RingtoneType>(0); variable
1208 std::string result = systemSoundManagerImpl_->GetDefaultRingtoneUri(validType);