Searched refs:PARAM_TYPE_INVALID (Results 1 - 7 of 7) sorted by relevance
/base/web/webview/interfaces/kits/napi/common/ |
H A D | web_errors.h | 34 extern const char* PARAM_TYPE_INVALID;
|
H A D | web_errors.cpp | 61 const char* PARAM_TYPE_INVALID = "BusinessError 401: Parameter error. The type of '%s' is invalid."; member
|
/base/update/updater/test/unittest/script/script_instruction/ |
H A D | basic_instruction_unittest.cpp | 110 EXPECT_EQ(instruction->Execute(env, context), UScriptContext::PARAM_TYPE_INVALID); in TestBasicInstructionIsSubString02() 179 EXPECT_EQ(instruction->Execute(env, context), UScriptContext::PARAM_TYPE_INVALID); in TestBasicInstructionConcat() 202 EXPECT_EQ(instruction->Execute(env, context), UScriptContext::PARAM_TYPE_INVALID); in TestBasicInstructionAbort() 229 EXPECT_EQ(instruction->Execute(env, context), UScriptContext::PARAM_TYPE_INVALID); in TestBasicInstructionAssert() 250 EXPECT_EQ(instruction->Execute(env, context), UScriptContext::PARAM_TYPE_INVALID); in TestBasicInstructionSleep()
|
/base/update/updater/services/include/script/ |
H A D | script_instruction.h | 67 PARAM_TYPE_INVALID = -1
enumerator
|
/base/update/updater/services/script/script_interpreter/ |
H A D | script_context.cpp | 87 return UScriptContext::PARAM_TYPE_INVALID;
in GetParam() 105 return UScriptContext::PARAM_TYPE_INVALID;
in GetParamType()
|
/base/update/updater/test/unittest/script/ |
H A D | script_interpreter_unittest.cpp | 113 EXPECT_EQ(UScriptContext::PARAM_TYPE_INVALID, ret); in TestScriptInstructionContext()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 948 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "secureDnsMode")); in SetHttpDns() 1544 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "type")); in SetType() 1571 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "type")); in SetType() 1609 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "message")); in SetString() 1648 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "message")); in SetNumber() 1687 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "message")); in SetBoolean() 1731 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "message")); in SetArrayBuffer() 1769 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "message")); in SetArray() 1841 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "message")); in SetError() 2113 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "messag in PostMessageEvent() [all...] |
Completed in 11 milliseconds