Home
last modified time | relevance | path

Searched refs:authPara (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dauthentication_impl.cpp26 AuthenticationImpl::AuthenticationImpl(uint64_t contextId, const AuthenticationPara &authPara) in AuthenticationImpl() argument
27 : contextId_(contextId), authPara_(authPara) in AuthenticationImpl()
H A Dauthentication_impl.h30 AuthenticationImpl(uint64_t contextId, const AuthenticationPara &authPara);
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_device_manager_impl.cpp121 …_t DeviceManagerImpl::VerifyAuthentication(const std::string &pkgName, const std::string &authPara, in VerifyAuthentication() argument
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Ddevice_manager_impl_mock.cpp168 const std::string &authPara, in VerifyAuthentication() argument
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
H A Ddevice_manager.h195 …ted]] virtual int32_t VerifyAuthentication(const std::string &pkgName, const std::string &authPara,
H A Ddevice_manager_impl.h168 virtual int32_t VerifyAuthentication(const std::string &pkgName, const std::string &authPara,
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_impl_three.cpp962 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 Ddevice_manager_impl.cpp736 …_t DeviceManagerImpl::VerifyAuthentication(const std::string &pkgName, const std::string &authPara, in VerifyAuthentication() argument
740 (void)authPara; in VerifyAuthentication()