Home
last modified time | relevance | path

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

/base/request/request/services/service/request/src/manager/
Dtask_manager.rs229 let error_code = in handle_service_command() localVariable
234 let error_code = self.pause(uid, task_id); in handle_service_command() localVariable
238 let error_code = self.resume(uid, task_id); in handle_service_command() localVariable
242 let error_code = self.start(uid, task_id); in handle_service_command() localVariable
246 let error_code = self.stop(uid, task_id); in handle_service_command() localVariable
268 let error_code = self.remove(uid, task_id); in handle_service_command() localVariable
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
Dinform_message.c36 int32_t error_code = get_json_int(obj, FIELD_ERROR_CODE); in parse_inform_message() local
/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
Dhuks_adapter.c1249 int32_t error_code = check_lt_public_key_exist(key_alias); in check_key_alias_is_owner() local
1327 int32_t error_code = ERROR_CODE_SUCCESS; in get_lt_public_key_list() local
1473 int32_t error_code = ERROR_CODE_FAILED; in verify() local
1527 int32_t error_code = ERROR_CODE_FAILED; in verify_with_public_key() local
1603 int32_t error_code = ERROR_CODE_FAILED; in compute_sts_shared_secret() local
/base/security/device_auth/frameworks/deviceauth_lite/unittest/unittest_mock/
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
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
/base/security/device_auth/frameworks/deviceauth_lite/source/
Dhichain.c473 …t_result(struct hichain *hichain, uint16_t rcv_msg_code, uint16_t snd_msg_code, int32_t error_code) in set_result()
512 static void encap_inform_message(int32_t error_code, struct message *send) in encap_inform_message()
/base/security/device_auth/frameworks/deviceauth_lite/source/base/
Dbase.h223 uint16_t error_code; member