Home
last modified time | relevance | path

Searched defs:error_code (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_tool_exception.py15 def __init__(self, msg, error_code=CommandErrorCode.UNKNOWN_ERROR): argument
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
H A Dinform_message.c36 int32_t error_code = get_json_int(obj, FIELD_ERROR_CODE); in parse_inform_message() local
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_command_line_server.py69 def _send_back(self, msg_type, content, error_code=None): argument
77 def _send_back_error(self, error_code, content): argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Derror.rs154 let error_code: Result<ErrorCode, _> = i.try_into(); in ut_test_error_code_try_from() localVariable
H A Dframe.rs150 error_code: u32, field
175 error_code: u32, field
561 pub fn error_code(&self) -> u32 { in error_code() method
H A Dencoder.rs1600 let error_code = 12345678; in ut_rst_stream_frame_encoding() localVariable
1747 let error_code = 1; in ut_goaway_frame_encoding() localVariable
H A Ddecoder.rs489 let error_code = get_code_value(&buf[4..8]); in decode_goaway_payload() localVariable
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_data.h76 int error_code = 0; member
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c1336 int32_t error_code = check_lt_public_key_exist(key_alias); in check_key_alias_is_owner() local
1414 int32_t error_code = ERROR_CODE_SUCCESS; in get_lt_public_key_list() local
1584 int32_t error_code = ERROR_CODE_FAILED; in verify() local
1638 int32_t error_code = ERROR_CODE_FAILED; in verify_with_public_key() local
1726 int32_t error_code = ERROR_CODE_FAILED; in compute_sts_shared_secret() local
/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/common/
H A Dnnrt_test.cpp182 errno_t error_code = memcpy_s(const_cast<void*>(memory->data), memory->length, buffer, length); in SetInputFromMemory() local
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H A Dhuks_adapter_mock.c1174 int32_t error_code = check_lt_public_key_exist(key_alias); in check_key_alias_is_owner() local
1252 int32_t error_code = ERROR_CODE_SUCCESS; in get_lt_public_key_list() local
1408 int32_t error_code = ERROR_CODE_FAILED; in verify_with_public_key() local
1484 int32_t error_code = ERROR_CODE_FAILED; in compute_sts_shared_secret() local
H A Dhuks_adapter_mock_for_pake.c1245 int32_t error_code = check_lt_public_key_exist(key_alias); in check_key_alias_is_owner() local
1323 int32_t error_code = ERROR_CODE_SUCCESS; in get_lt_public_key_list() local
1478 int32_t error_code = ERROR_CODE_FAILED; in verify_with_public_key() local
1554 int32_t error_code = ERROR_CODE_FAILED; in compute_sts_shared_secret() local
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c478 uint16_t snd_msg_code, int32_t error_code, int32_t errorCodeRecv) in set_result()
517 static void encap_inform_message(int32_t error_code, struct message *send) in encap_inform_message()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_data.h103 int error_code; member
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/base/
H A Dbase.h223 uint16_t error_code; member
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp158 void ArkWebHandlerImpl::OnPageLoadError(int error_code, const ArkWebString& description, const ArkW… in OnPageLoadError()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp172 void ArkWebHandlerWrapper::OnPageLoadError(int error_code, const std::string& description, const st… in OnPageLoadError()