Home
last modified time | relevance | path

Searched defs:credentialInfo (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_credential_manager.cpp255 std::string credentialInfo = R"( variable
311 std::string credentialInfo; variable
325 std::string credentialInfo = R"( variable
345 std::string credentialInfo = R"( variable
377 std::string credentialInfo = R"( variable
410 std::string credentialInfo = ""; variable
424 std::string credentialInfo = R"( variable
465 std::string credentialInfo = R"( variable
483 std::string credentialInfo = R"( variable
514 std::string credentialInfo = R"( variable
[all …]
H A DUTTest_hichain_connector.cpp1186 std::string credentialInfo; variable
1203 std::string credentialInfo = jsonObj.dump(); variable
1222 std::string credentialInfo = jsonObj.dump(); variable
1241 std::string credentialInfo = jsonObj.dump(); variable
1257 std::string credentialInfo; variable
1273 std::string credentialInfo = jsonObj.dump(); variable
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c187 IAM_STATIC void GetInfoFromResult(CredentialInfoHal *credentialInfo, const ExecutorResultInfo *resu… in GetInfoFromResult()
198 CredentialInfoHal *credentialInfo, const CoAuthSchedule *schedule) in GetCredentialInfoFromSchedule()
216 IAM_STATIC ResultCode GetEnrollTokenDataPlain(const CredentialInfoHal *credentialInfo, TokenDataPla… in GetEnrollTokenDataPlain()
231 IAM_STATIC ResultCode GetEnrollTokenDataToEncrypt(const CredentialInfoHal *credentialInfo, int32_t … in GetEnrollTokenDataToEncrypt()
253 IAM_STATIC Buffer *GetAuthTokenForPinEnroll(const CredentialInfoHal *credentialInfo, int32_t userId) in GetAuthTokenForPinEnroll()
282 …_STATIC ResultCode ProcessAddPinCredential(int32_t userId, const CredentialInfoHal *credentialInfo, in ProcessAddPinCredential()
330 CredentialInfoHal credentialInfo; in AddCredentialFunc() local
356 ResultCode DeleteCredentialFunc(CredentialDeleteParam param, CredentialInfoHal *credentialInfo) in DeleteCredentialFunc()
470 const CredentialInfoHal *credentialInfo, UpdateCredentialOutput *output) in GetUpdateCredentialOutput()
534 CredentialInfoHal credentialInfo; in UpdateCredentialFunc() local
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_impl_three.cpp173 std::string credentialInfo; variable
192 std::string credentialInfo = R"( variable
235 std::string credentialInfo = R"( variable
278 std::string credentialInfo = R"( variable
887 std::string credentialInfo = "{\n}"; variable
910 std::string credentialInfo = R"( variable
951 std::string credentialInfo = R"({"isDeleteAll":true})"; variable
1022 std::string credentialInfo; variable
1030 std::string credentialInfo; variable
1038 std::string credentialInfo = "credentialInfo"; variable
H A DUTTest_device_manager_service_impl.cpp306 const std::string credentialInfo = ""; variable
322 const std::string credentialInfo = "credentialInfotest"; variable
339 const std::string credentialInfo = "credentialInfotest"; variable
355 const std::string credentialInfo; variable
H A DUTTest_ipc_cmd_parser_service.cpp1154 std::string credentialInfo = ""; variable
1310 std::string credentialInfo = jsonObject.dump(); variable
1348 std::string credentialInfo = jsonObject.dump(); variable
H A DUTTest_device_manager_service.cpp878 const std::string credentialInfo = "credentialInfotest"; variable
892 const std::string credentialInfo = ""; variable
906 const std::string credentialInfo = "credentialInfotest"; variable
H A DUTTest_ipc_cmd_register.cpp448 std::string credentialInfo; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp118 …mCredentialManager::ImportCredential(const std::string &pkgName, const std::string &credentialInfo) in ImportCredential()
156 int32_t DmCredentialManager::ImportRemoteCredentialExt(const std::string &credentialInfo) in ImportRemoteCredentialExt()
166 int32_t DmCredentialManager::ImportLocalCredential(const std::string &credentialInfo) in ImportLocalCredential()
295 int32_t DmCredentialManager::GetCredentialData(const std::string &credentialInfo, const CredentialD… in GetCredentialData()
412 int32_t DmCredentialManager::ImportRemoteCredential(const std::string &credentialInfo) in ImportRemoteCredential()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c435 IAM_STATIC ResultCode AddCredentialToUser(UserInfo *user, CredentialInfoHal *credentialInfo) in AddCredentialToUser()
481 IAM_STATIC ResultCode AddUser(int32_t userId, CredentialInfoHal *credentialInfo, int32_t userType) in AddUser()
522 ResultCode AddCredentialInfo(int32_t userId, CredentialInfoHal *credentialInfo, int32_t userType) in AddCredentialInfo()
578 const CredentialInfoHal *credentialInfo = (const CredentialInfoHal *)data; in MatchCredentialById() local
690 …Code DeleteCredentialInfo(int32_t userId, uint64_t credentialId, CredentialInfoHal *credentialInfo) in DeleteCredentialInfo()
749 CredentialInfoHal *credentialInfo = NULL; in QueryCredentialById() local
767 CredentialInfoHal *credentialInfo = NULL; in QueryCredentialByAuthType() local
780 …_STATIC bool IsCredMatch(const CredentialCondition *limit, const CredentialInfoHal *credentialInfo) in IsCredMatch()
H A Didm_file_manager.c360 CredentialInfoHal *credentialInfo = Malloc(sizeof(CredentialInfoHal)); in StreamReadCredentialList() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dpool.c226 …TIC bool IsExecutorMatch(const ExecutorCondition *condition, const ExecutorInfoHal *credentialInfo) in IsExecutorMatch()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp747 CredentialInfoHal credentialInfo = {0, 0, 1, 0, 0, 0}; variable
767 CredentialInfoHal credentialInfo = {0, 0, 2, 2, 3, 4}; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp854 char *credentialInfo = nullptr; in getRegisterInfo() local
975 int32_t HiChainConnector::ParseRemoteCredentialExt(const std::string &credentialInfo, std::string &… in ParseRemoteCredentialExt()
1015 int32_t HiChainConnector::addMultiMembersExt(const std::string &credentialInfo) in addMultiMembersExt()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_device_manager_impl.cpp165 … DeviceManagerImpl::ImportCredential(const std::string &pkgName, const std::string &credentialInfo) in ImportCredential()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1085 CredentialInfo credentialInfo = {}; in GetCredential() local
1176 CredentialInfo credentialInfo = {}; in EnforceDeleteUser() local
1252 auto credentialInfo = static_cast<CredentialInfoHal *>(temp->data); in ObtainReconciliationData() local
/ohos5.0/base/security/device_security_level/oem_property/common/
H A Ddslm_credential_utils.c100 int32_t VerifyDslmCredential(const char *credentialString, DslmCredInfo *credentialInfo, Attestatio… in VerifyDslmCredential()
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Ddevice_manager_impl_mock.cpp215 … DeviceManagerImpl::ImportCredential(const std::string &pkgName, const std::string &credentialInfo) in ImportCredential()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_cmd_parser.cpp261 std::string credentialInfo = pReq->GetCredentialParam(); in ON_IPC_SET_REQUEST() local
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl_lite.cpp234 …ManagerServiceImpl::ImportCredential(const std::string &pkgName, const std::string &credentialInfo) in ImportCredential()
H A Ddevice_manager_service_impl.cpp386 …ManagerServiceImpl::ImportCredential(const std::string &pkgName, const std::string &credentialInfo) in ImportCredential()
/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp203 void FillFuzzCredentialInfo(Parcel &parcel, CredentialInfo &credentialInfo) in FillFuzzCredentialInfo()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp729 …viceManagerService::ImportCredential(const std::string &pkgName, const std::string &credentialInfo) in ImportCredential()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp945 … DeviceManagerImpl::ImportCredential(const std::string &pkgName, const std::string &credentialInfo) in ImportCredential()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp713 std::string credentialInfo = pReq->GetCredentialParam(); in ON_IPC_SET_REQUEST() local

12