Home
last modified time | relevance | path

Searched defs:GetErrorMsg (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/common/
Dascend_utils.cc148 std::string GetErrorMsg(uint32_t rt_error_code) { in GetErrorMsg() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/hardware/
Ddevice_context_manager.cc509 std::string DeviceContextManager::GetErrorMsg() const { return dlopen_error_msg_.str(); } in GetErrorMsg() function in mindspore::device::DeviceContextManager
/third_party/grpc/test/core/security/
Dtls_security_connector_test.cc81 static std::string GetErrorMsg(grpc_error_handle error) { in GetErrorMsg() function in grpc_core::testing::TlsSecurityConnectorTest