Home
last modified time | relevance | path

Searched refs:PARAM_TYPE_INVALID (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/update/updater/test/unittest/script/script_instruction/
H A Dbasic_instruction_unittest.cpp110 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()
/ohos5.0/base/web/webview/interfaces/kits/napi/common/
H A Dweb_errors.h34 extern const char* PARAM_TYPE_INVALID;
H A Dweb_errors.cpp60 …const char* PARAM_TYPE_INVALID = "BusinessError 401: Parameter error. The type of '%s' is invalid.… variable
/ohos5.0/base/update/updater/services/include/script/
H A Dscript_instruction.h67 PARAM_TYPE_INVALID = -1 enumerator
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_context.cpp87 return UScriptContext::PARAM_TYPE_INVALID; in GetParam()
105 return UScriptContext::PARAM_TYPE_INVALID; in GetParamType()
/ohos5.0/base/update/updater/test/unittest/script/
H A Dscript_interpreter_unittest.cpp113 EXPECT_EQ(UScriptContext::PARAM_TYPE_INVALID, ret); in TestScriptInstructionContext()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp1542 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "type")); in SetType()
1569 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "type")); in SetType()
1607 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "message")); in SetString()
1646 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "message")); in SetNumber()
1685 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "message")); in SetBoolean()
1729 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "message")); in SetArrayBuffer()
1767 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "message")); in SetArray()
1839 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "message")); in SetError()
2111 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "message")); in PostMessageEvent()
2154 NWebError::FormatString(ParamCheckErrorMsgTemplate::PARAM_TYPE_INVALID, "message")); in PostMessageEventExt()
[all …]