Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/quick_fix/
H A Djs_quick_fix_manager.cpp120 std::vector<std::string> hapQuickFixFiles; in OnApplyQuickFix() local
121 if (!OHOS::AppExecFwk::UnwrapArrayStringFromJS(env, info.argv[0], hapQuickFixFiles)) { in OnApplyQuickFix()
127 auto complete = [hapQuickFixFiles](napi_env env, NapiAsyncTask &task, int32_t status) { in OnApplyQuickFix()
129 hapQuickFixFiles); in OnApplyQuickFix()