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 D | das_module_defines.h | 63 ERR_MESSAGE = 0x8080, enumerator
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | feature_ability_module.cpp | 36 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 D | das_task_common.c | 67 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 D | das_task_main.c | 228 if (message != ERR_MESSAGE) { in IsPeerErrMessage()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 1381 (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 D | compatible_bind_sub_session.c | 724 int32_t message = ERR_MESSAGE; in AddRecvModuleDataToParams()
|