Home
last modified time | relevance | path

Searched refs:jsonOutObj (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_credential_manager.cpp1326 nlohmann::json jsonOutObj; variable
1367 nlohmann::json jsonOutObj; variable
1411 nlohmann::json jsonOutObj; variable
1454 nlohmann::json jsonOutObj; variable
1497 nlohmann::json jsonOutObj; variable
1540 nlohmann::json jsonOutObj; variable
1583 nlohmann::json jsonOutObj; variable
1627 nlohmann::json jsonOutObj; variable
1641 nlohmann::json jsonOutObj; variable
1647 jsonOutObj[FIELD_SERVER_PK] = 0;
[all …]
H A DUTTest_hichain_connector.cpp115 nlohmann::json jsonOutObj; variable
118 int32_t ret = hiChainConnector->CreateGroup(requestId, authType, userId, jsonOutObj);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp196 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() argument
330 jsonOutObj = jsonCreObj; in GetCredentialData()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/credential/
H A Ddm_credential_manager.h116 nlohmann::json &jsonOutObj);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h106 nlohmann::json &jsonOutObj);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp792 nlohmann::json &jsonOutObj) in CreateGroup() argument
808 jsonObj[FIELD_CREDENTIAL] = jsonOutObj; in CreateGroup()