Searched refs:authPara (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | authentication_impl.cpp | 26 AuthenticationImpl::AuthenticationImpl(uint64_t contextId, const AuthenticationPara &authPara) in AuthenticationImpl() argument 27 : contextId_(contextId), authPara_(authPara) in AuthenticationImpl()
|
H A D | authentication_impl.h | 30 AuthenticationImpl(uint64_t contextId, const AuthenticationPara &authPara);
|
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
H A D | mock_device_manager_impl.cpp | 121 …_t DeviceManagerImpl::VerifyAuthentication(const std::string &pkgName, const std::string &authPara, in VerifyAuthentication() argument
|
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ |
H A D | device_manager_impl_mock.cpp | 168 const std::string &authPara, in VerifyAuthentication() argument
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | device_manager.h | 195 …ted]] virtual int32_t VerifyAuthentication(const std::string &pkgName, const std::string &authPara,
|
H A D | device_manager_impl.h | 168 virtual int32_t VerifyAuthentication(const std::string &pkgName, const std::string &authPara,
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_impl_three.cpp | 962 std::string authPara; variable 964 int32_t ret = DeviceManager::GetInstance().VerifyAuthentication(pkgName, authPara, callback);
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ |
H A D | device_manager_impl.cpp | 736 …_t DeviceManagerImpl::VerifyAuthentication(const std::string &pkgName, const std::string &authPara, in VerifyAuthentication() argument 740 (void)authPara; in VerifyAuthentication()
|