Searched refs:jsonOutObj (Results 1 - 6 of 6) sorted by relevance
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_credential_manager.cpp | 1326 nlohmann::json jsonOutObj; in HWTEST_F() local 1328 int32_t ret = dmCreMgr->GetCredentialData(credentialInfo, credentialData, jsonOutObj); in HWTEST_F() 1367 nlohmann::json jsonOutObj; in HWTEST_F() local 1369 int32_t ret = dmCreMgr->GetCredentialData(credentialInfo, credentialData, jsonOutObj); in HWTEST_F() 1411 nlohmann::json jsonOutObj; in HWTEST_F() local 1413 int32_t ret = dmCreMgr->GetCredentialData(credentialInfo, credentialData, jsonOutObj); in HWTEST_F() 1454 nlohmann::json jsonOutObj; in HWTEST_F() local 1456 int32_t ret = dmCreMgr->GetCredentialData(credentialInfo, credentialData, jsonOutObj); in HWTEST_F() 1497 nlohmann::json jsonOutObj; in HWTEST_F() local 1499 int32_t ret = dmCreMgr->GetCredentialData(credentialInfo, credentialData, jsonOutObj); in HWTEST_F() 1540 nlohmann::json jsonOutObj; HWTEST_F() local 1583 nlohmann::json jsonOutObj; HWTEST_F() local 1627 nlohmann::json jsonOutObj; HWTEST_F() local 1641 nlohmann::json jsonOutObj; HWTEST_F() local [all...] |
H A D | UTTest_hichain_connector.cpp | 115 nlohmann::json jsonOutObj; in HWTEST_F() local 118 int32_t ret = hiChainConnector->CreateGroup(requestId, authType, userId, jsonOutObj); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/services/implementation/src/credential/ |
H A D | dm_credential_manager.cpp | 196 nlohmann::json jsonOutObj; in ImportLocalCredential() local 197 if (GetCredentialData(credentialInfo, vecCredentialData[0], jsonOutObj) != DM_OK) { in ImportLocalCredential() 201 if (hiChainConnector_->CreateGroup(requestId_, authType, userId, jsonOutObj) != DM_OK) { in ImportLocalCredential() 296 nlohmann::json &jsonOutObj) in GetCredentialData() 330 jsonOutObj = jsonCreObj; in GetCredentialData() 295 GetCredentialData(const std::string &credentialInfo, const CredentialData &inputCreData, nlohmann::json &jsonOutObj) GetCredentialData() argument
|
/foundation/distributedhardware/device_manager/services/implementation/include/credential/ |
H A D | dm_credential_manager.h | 116 nlohmann::json &jsonOutObj);
|
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/ |
H A D | hichain_connector.h | 106 nlohmann::json &jsonOutObj);
|
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 776 nlohmann::json &jsonOutObj) in CreateGroup() 792 jsonObj[FIELD_CREDENTIAL] = jsonOutObj; in CreateGroup() 775 CreateGroup(int64_t requestId, int32_t authType, const std::string &userId, nlohmann::json &jsonOutObj) CreateGroup() argument
|
Completed in 9 milliseconds