Home
last modified time | relevance | path

Searched refs:err_code (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_command_line_server.py34 def pack_message(msg_type, content, err_code=None): argument
36 if not err_code:
39 header = bytearray('{},{},{}\n'.format(msg_type, len(body), err_code),
95 err_code = CommandErrorCode.MESSAGE_FORMAT_WRONG
96 self._send_back_error(err_code, 'header wrong')
102 err_code = CommandErrorCode.MESSAGE_FORMAT_WRONG
103 self._send_back_error(err_code, 'body len wrong')
/ohos5.0/base/security/asset/services/common/src/
H A Dlib.rs45 pub fn transfer_error_code(err_code: ErrCode) -> AssetError { in transfer_error_code()
46 match err_code { in transfer_error_code()
/ohos5.0/base/request/request/services/src/service/command/
H A Dconstruct.rs257 Err(err_code) => { in construct()
258 error!("End Service construct, failed: {:?}", err_code); in construct()
259 reply.write(&(err_code as i32))?; in construct()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs668 err_code: u32, in send_peer_goaway()
679 if !(go_away.get_error_code() == err_code in send_peer_goaway()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H A Dhuks_adapter_mock.c1205 int32_t err_code; in load_lt_public_key_list() local
1223 err_code = inner_get_lt_info_by_key_info(&key_info_list[i], &key_type, &auth_id); in load_lt_public_key_list()
1224 if (err_code != ERROR_CODE_SUCCESS) { in load_lt_public_key_list()
H A Dhuks_adapter_mock_for_pake.c1276 int32_t err_code; in load_lt_public_key_list() local
1294 err_code = inner_get_lt_info_by_key_info(&key_info_list[i], &key_type, &auth_id); in load_lt_public_key_list()
1295 if (err_code != ERROR_CODE_SUCCESS) { in load_lt_public_key_list()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c1367 int32_t err_code; in load_lt_public_key_list() local
1385 err_code = inner_get_lt_info_by_key_info(&key_info_list[i], &key_type, &auth_id); in load_lt_public_key_list()
1386 if (err_code != ERROR_CODE_SUCCESS) { in load_lt_public_key_list()