Home
last modified time | relevance | path

Searched refs:is_null (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvirtio-nsm.c916 bool is_null; /* True if property is not present in map or is null */ member
934 prop->is_null = true; in fill_attestation_property()
959 prop->is_null = false; in fill_attestation_property()
976 nsm_req->public_key.is_null = true; in get_nsm_attestation_req()
977 nsm_req->user_data.is_null = true; in get_nsm_attestation_req()
978 nsm_req->nonce.is_null = true; in get_nsm_attestation_req()
1218 if (req->public_key.is_null) { in add_payload_to_cose()
1228 if (req->user_data.is_null) { in add_payload_to_cose()
1238 if (req->nonce.is_null) { in add_payload_to_cose()
1366 nsm_req->public_key.is_null = true; in handle_attestation()
[all …]
/openbmc/bmcweb/redfish-core/src/utils/
H A Djson_utils.cpp42 if (root.is_null()) in getEstimatedJsonSize()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/
H A D0003-For-root-value-use-empty-pointer.patch
/openbmc/bmcweb/test/redfish-core/lib/
H A Dmanager_diagnostic_data_test.cpp30 EXPECT_TRUE(asyncResp->res.jsonValue.is_null()); in testDataGetNoError()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.cpp941 if (jsonChData.is_null()) in loadChannelConfig()
949 if (jsonChInfo.is_null()) in loadChannelConfig()
1043 if (!jsonChData.is_null()) in readChannelVolatileData()
1110 if (!jsonChData.is_null()) in readChannelPersistData()
H A Duser_mgmt.cpp1131 if (userInfo.is_null()) in readUserData()
/openbmc/entity-manager/src/entity_manager/
H A Ddbus_interface.cpp325 if (expose.is_null()) in addObjectJson()
H A Dperform_scan.cpp219 if (!expose.is_null()) in pruneRecordExposes()
/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp99 if (transaction->res.jsonValue.is_null()) in introspectObjects()
182 if (objectJson.is_null()) in getPropertiesForEnumerate()
291 if (objectJson.is_null()) in getManagedObjectsForEnumerate()
1322 if (data.is_null()) in handleMethodResponse()
1327 if (transaction->methodResponse.is_null()) in handleMethodResponse()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp244 if (!jsonValue.is_null()) in unpackValueWithErrorCode()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp1642 if (filter.is_null()) in populateI2CControllerWRAllowlist()