/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/ |
H A D | hdf_tool_exception.py | 15 def __init__(self, msg, error_code=CommandErrorCode.UNKNOWN_ERROR): argument
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/struct/ |
H A D | inform_message.c | 36 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 D | hdf_command_line_server.py | 69 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 D | error.rs | 154 let error_code: Result<ErrorCode, _> = i.try_into(); in ut_test_error_code_try_from() localVariable
|
H A D | frame.rs | 150 error_code: u32, field 175 error_code: u32, field 561 pub fn error_code(&self) -> u32 { in error_code() method
|
H A D | encoder.rs | 1600 let error_code = 12345678; in ut_rst_stream_frame_encoding() localVariable 1747 let error_code = 1; in ut_goaway_frame_encoding() localVariable
|
H A D | decoder.rs | 489 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 D | js_plugin_data.h | 76 int error_code = 0; member
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/ |
H A D | huks_adapter.c | 1336 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 D | nnrt_test.cpp | 182 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 D | huks_adapter_mock.c | 1174 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 D | huks_adapter_mock_for_pake.c | 1245 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 D | hichain.c | 478 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 D | napi_common_data.h | 103 int error_code; member
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/base/ |
H A D | base.h | 223 uint16_t error_code; member
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.cpp | 158 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 D | ark_web_handler_wrapper.cpp | 172 void ArkWebHandlerWrapper::OnPageLoadError(int error_code, const std::string& description, const st… in OnPageLoadError()
|