Home
last modified time | relevance | path

Searched defs:validType (Results 1 – 11 of 11) 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
88 std::vector<AuthType> validType = authParam.authTypes; variable
/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
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp881 …ice::CheckPrivatePinEnroll(const std::vector<AuthType> &authType, std::vector<AuthType> &validType) in CheckPrivatePinEnroll()
982 … const AuthParamInner &authParam, const WidgetParam &widgetParam, std::vector<AuthType> &validType, in StartWidgetContext()
1010 const WidgetParam &widgetParam, std::vector<AuthType> &validType) in CheckValidSolution()
1062 std::vector<AuthType> &validType, ContextFactory::AuthWidgetContextPara &para) in ProcessPinExpired()
1114 std::vector<AuthType> validType; in AuthWidget() local
/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()
813const ComponentType& validType) { return validType == accessorComponentType; })) { in ValidatePrimitiveAttribute()
873 [accessorType](const DataType& validType) { return validType == accessorType; })) { in ValidatePrimitiveAttributeQuatization()
877const ComponentType& validType) { return validType == accessorComponentType; })) { in ValidatePrimitiveAttributeQuatization()
/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()
/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
417 …const bool validType = (RenderHandleUtil::GetHandleType(currHandle) == RenderHandleType::GPU_IMAGE… in BindImages() local
503 …const bool validType = (RenderHandleUtil::GetHandleType(currHandle) == RenderHandleType::GPU_SAMPL… in BindSamplers() local
/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
/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
/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
519 std::vector<AuthType> validType = {PIN}; in FuzzStartWidgetContext() local
/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
/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