Home
last modified time | relevance | path

Searched refs:ERR_MESSAGE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Ddas_module_defines.h63 ERR_MESSAGE = 0x8080, enumerator
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dfeature_ability_module.cpp36 constexpr char ERR_MESSAGE[] = "Invalid parameter"; variable
157 SyncFailCallback(detectFailCallback_, context, ERR_MESSAGE, ERR_CODE_INVALID_PARAMETER); in Detect()
212 SyncSendMsgCallback(args[0], context, ERR_MESSAGE, ERR_CODE_INVALID_PARAMETER, false); in SendMsgToPeer()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_task_common.c67 GOTO_ERR_AND_SET_RET(AddIntToJson(sendToPeer, FIELD_MESSAGE, ERR_MESSAGE), res); in DasSendErrorToOut()
109 if (message == ERR_MESSAGE) { in ProtocolMessageIn()
110 return ERR_MESSAGE; in ProtocolMessageIn()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
H A Ddas_task_main.c228 if (message != ERR_MESSAGE) { in IsPeerErrMessage()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp1381 (void)AddIntToJson(in, FIELD_MESSAGE, ERR_MESSAGE);
1383 ASSERT_EQ(msg, ERR_MESSAGE);
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session.c724 int32_t message = ERR_MESSAGE; in AddRecvModuleDataToParams()