/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | auth_widget_helper_test.cpp | 71 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 D | user_auth_service.cpp | 896 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 ¶) 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 D | user_auth_service.h | 83 …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 D | service_router_data_mgr.cpp | 111 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 D | pipeline_descriptor_set_binder.cpp | 310 …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 D | auth_widget_helper.cpp | 34 …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 D | phone_number_format.cpp | 128 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 D | user_auth_service_fuzzer.cpp | 392 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 D | gltf2_util.cpp | 809 [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 D | auth_widget_helper.h | 28 …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 D | remote_auth_context_fuzzer.cpp | 210 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 D | net_conn_service_test.cpp | 856 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 D | system_sound_manager_unit_test.cpp | 1205 RingtoneType validType = static_cast<RingtoneType>(0); variable 1208 std::string result = systemSoundManagerImpl_->GetDefaultRingtoneUri(validType);
|