Searched refs:VerifyAuthentication (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
H A D | mock_device_manager_impl.cpp | 121 int32_t DeviceManagerImpl::VerifyAuthentication(const std::string &pkgName, const std::string &auth… in VerifyAuthentication() function in OHOS::DistributedHardware::DeviceManagerImpl
|
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/ |
H A D | device_manager_impl_mock.cpp | 167 int32_t DeviceManagerImpl::VerifyAuthentication(const std::string &pkgName, in VerifyAuthentication() function in OHOS::DistributedHardware::DeviceManagerImpl
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | device_manager.h | 195 …[[deprecated]] virtual int32_t VerifyAuthentication(const std::string &pkgName, const std::string …
|
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/commonfuzztest/authenticatedevice_fuzzer/ |
H A D | authenticate_device_fuzzer.cpp | 314 DeviceManagerImpl::GetInstance().VerifyAuthentication(emptyStr, emptyStr, nullptr); in AuthenticateDeviceFourthFuzzTest()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_device_manager_impl_three.cpp | 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 int32_t DeviceManagerImpl::VerifyAuthentication(const std::string &pkgName, const std::string &auth… in VerifyAuthentication() function in OHOS::DistributedHardware::DeviceManagerImpl
|