Home
last modified time | relevance | path

Searched refs:ATTR_AUTH_INTENTION (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/account/os_account/test/fuzztest/iamaccount/getproperty_fuzzer/
H A Dgetproperty_fuzzer.cpp43 fuzzData.GenerateRandomEnmu(UserIam::UserAuth::Attributes::ATTR_AUTH_INTENTION)}; in GetPropertyFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount_stub/getpropertystub_fuzzer/
H A Dgetpropertystub_fuzzer.cpp50 fuzzData.GenerateRandomEnmu(Attributes::AttributeKey::ATTR_AUTH_INTENTION) in GetPropertyStubFuzzTest()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dauth_command.cpp61 bool getAuthIntent = attributes_->GetInt32Value(Attributes::ATTR_AUTH_INTENTION, authIntent); in SendRequest()
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h195 ATTR_AUTH_INTENTION = 100086, enumerator
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_impl.cpp71 attribute.SetInt32Value(Attributes::ATTR_AUTH_INTENTION, info_.authIntent); in GetScheduleAttribute()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Dexecutor_unit_test.cpp619 commandAttrs->SetInt32Value(Attributes::ATTR_AUTH_INTENTION, authIntent);