Home
last modified time | relevance | path

Searched full:err_code (Results 1 – 23 of 23) sorted by relevance

/base/security/code_signature/interfaces/innerkits/code_sign_utils/include/
Dcode_sign_utils.h48 * @return err code, see err_code.h
58 * @return err code, see err_code.h
68 * @return err code, see err_code.h
78 * @return err code, see err_code.h
86 * @return err code, see err_code.h
93 * @return err code, see err_code.h
100 * @return err code, see err_code.h
106 * @return err code, see err_code.h
122 * @return err code, see err_code.h
Dcode_sign_helper.h33 * @return err code, see err_code.h
41 * @return err code, see err_code.h
Dcode_sign_enable_multi_task.h49 * @return err code, see err_code.h
56 * @return err code, see err_code.h
/base/security/code_signature/interfaces/innerkits/local_code_sign/include/
Dlocal_code_sign_kit.h35 * @return err code, see err_code.h
42 * @return err code, see err_code.h
50 * @return err code, see err_code.h
/base/msdp/device_status/utils/common/include/
Dutil_napi_error.h32 const std::string ERR_CODE { "code" };
50 napi_set_named_property(env, businessError, ERR_CODE.c_str(), errorCode); \
/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest008/
Dtest_extract_rule.json20 …ace":"NocTrace", "depend":"BasicParam.v_noc", "matchKey":"err_code=", "v_errcode":"\\[(err_code=\\…
42 …ace":"NocTrace", "depend":"BasicParam.v_noc", "matchKey":"err_code=", "v_errcode":"\\[(err_code=\\…
/base/security/asset/services/common/src/
Dlib.rs45 pub fn transfer_error_code(err_code: ErrCode) -> AssetError { in transfer_error_code()
46 match err_code { in transfer_error_code()
/base/security/huks/frameworks/crypto_lite/js/builtin/include/
Dcipher_module.h30 static constexpr uint8_t ERR_CODE = 200;
/base/notification/common_event_service/frameworks/core/include/
Devent_receive_stub.h40 * @return Returns ERR_NONE if success, otherwise ERR_CODE.
Dcommon_event_stub.h39 * @return Returns ERR_NONE if success, otherwise ERR_CODE.
/base/request/request/services/src/service/command/
Dconstruct.rs261 Err(err_code) => { in construct()
262 error!("End Service construct, failed: {:?}", err_code); in construct()
263 reply.write(&(err_code as i32))?; in construct()
/base/security/huks/frameworks/crypto_lite/js/builtin/src/
Dcipher_module.cpp37 JSIValue code = JSI::CreateNumber(ERR_CODE); in Rsa()
114 JSIValue code = JSI::CreateNumber(ERR_CODE); in Aes()
/base/time/time_service/
Dhisysevent.yaml54 ERR_CODE: {type: INT32, desc: error code or system error}
/base/location/test/location_network/source/
Dnetwork_ability_stub_test.cpp37 const int ERR_CODE = 100; variable
225 networkCallbackHost->OnErrorReport(ERR_CODE); // nullptr error
/base/hiviewdfx/hiview/utility/smart_parser/test/resource/common/
Dextract_rule.json76 …ace":"NocTrace", "depend":"BasicParam.v_noc", "matchKey":"err_code=", "v_errcode":"\\[(err_code=\\…
Dtest_extract_rule.json123 …ace":"NocTrace", "depend":"BasicParam.v_noc", "matchKey":"err_code=", "v_errcode":"\\[(err_code=\\…
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
Djs_util_cooperate.cpp88 CHKRP(napi_set_named_property(env, object, ERR_CODE.c_str(), resultCode), SET_NAMED_PROPERTY); in GetResult()
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
Djs_util.cpp88 CHKRP(napi_set_named_property(env, object, ERR_CODE.c_str(), resultCode), SET_NAMED_PROPERTY); in GetResult()
/base/hiviewdfx/hiview/utility/smart_parser/config/
Dextract_rule.json70 …ace":"NocTrace", "depend":"BasicParam.v_noc", "matchKey":"err_code=", "v_errcode":"\\[(err_code=\\…
/base/time/time_service/services/dfx/src/
Dtime_sysevent.cpp146 … {"ERR_CODE", HISYSEVENT_INT32, {.i32 = errCode}, 0}, in TimeServiceFaultReporter()
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
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()
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()
/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
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()