Home
last modified time | relevance | path

Searched refs:GetJsonInt (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp927 int32_t HiChainConnector::GetJsonInt(const nlohmann::json &jsonObj, const std::string &key) in GetJsonInt() function in OHOS::DistributedHardware::HiChainConnector
971 int32_t authType = GetJsonInt(jsonObject, AUTH_TYPE); in ParseRemoteCredentialExt()
987 jsonObj[FIELD_CREDENTIAL_TYPE] = GetJsonInt(jsonObject, FIELD_CREDENTIAL_TYPE); in ParseRemoteCredentialExt()
988 jsonObj[FIELD_OPERATION_CODE] = GetJsonInt(jsonObject, FIELD_OPERATION_CODE); in ParseRemoteCredentialExt()
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h268 int32_t GetJsonInt(const nlohmann::json &jsonObj, const std::string &key);
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp1141 int32_t ret = hiChainConnector->GetJsonInt(jsonObj, key); in HWTEST_F()
1157 int32_t ret = hiChainConnector->GetJsonInt(jsonObj, key); in HWTEST_F()

Completed in 5 milliseconds