Searched refs:DeleteContextAndThrowError (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 572 void DeleteContextAndThrowError( in DeleteContextAndThrowError() function 627 DeleteContextAndThrowError(env, context, "Required input parameters are missing."); in ParseButtons() 633 DeleteContextAndThrowError(env, context, "The type of parameters is incorrect."); in ParseButtons() 637 DeleteContextAndThrowError(env, context, "Required input parameters are missing."); in ParseButtons() 646 DeleteContextAndThrowError(env, context, "The type of parameters is incorrect."); in ParseButtons() 676 DeleteContextAndThrowError(env, context, "The type of the button parameters is incorrect."); in ParseButtonsPara() 1166 … DeleteContextAndThrowError(env, asyncContext, "The type of parameters is incorrect."); in JSPromptParseParam() 1196 DeleteContextAndThrowError(env, asyncContext, "The type of parameters is incorrect."); in JSPromptParseParam() 1288 … DeleteContextAndThrowError(env, asyncContext, "The type of parameters is incorrect."); in JSPromptShowDialog() 1333 DeleteContextAndThrowError(env, asyncContext, "The type of parameters is incorrect."); in JSPromptShowDialog() [all …]
|