Searched refs:formInfoFilter (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_provider/ |
H A D | js_form_provider.cpp | 59 …rtFormInfoFilterThrow(napi_env env, napi_value jsValue, AppExecFwk::FormInfoFilter &formInfoFilter) in ConvertFormInfoFilterThrow() argument 79 !ConvertFromJsValue(env, nativeDataValue, formInfoFilter.moduleName))) { in ConvertFormInfoFilterThrow() 85 HILOG_INFO("module:%{public}s", formInfoFilter.moduleName.c_str()); in ConvertFormInfoFilterThrow() 139 size_t &convertArgc, bool &isPromise, AppExecFwk::FormInfoFilter &formInfoFilter) in OnGetFormsInfoParseParam() argument 158 if (ConvertFormInfoFilterThrow(env, argv[PARAM0], formInfoFilter)) { in OnGetFormsInfoParseParam() 180 if (ConvertFormInfoFilterThrow(env, argv[PARAM0], formInfoFilter)) { in OnGetFormsInfoParseParam() 204 FormInfoFilter formInfoFilter; in OnGetFormsInfo() local 208 if (!OnGetFormsInfoParseParam(napiParam, convertArgc, isPromise, formInfoFilter)) { in OnGetFormsInfo() 214 [formInfoFilter](napi_env env, NapiAsyncTask &task, int32_t status) { in OnGetFormsInfo() 216 auto ret = FormMgr::GetInstance().GetFormsInfo(formInfoFilter, formInfos); in OnGetFormsInfo()
|
H A D | js_form_provider.h | 81 size_t &convertArgc, bool &isPromise, AppExecFwk::FormInfoFilter &formInfoFilter);
|
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formProvider/ |
H A D | napi_form_provider.cpp | 388 FormInfoFilter formInfoFilter; in OnGetFormsInfo() local 392 if (!ConvertFormInfoFilter(env, argv[0], formInfoFilter)) { in OnGetFormsInfo() 400 [formInfoFilter, errCode](napi_env env, NapiAsyncTask &task, int32_t status) { in OnGetFormsInfo() 407 auto ret = FormMgr::GetInstance().GetFormsInfo(formInfoFilter, formInfos); in OnGetFormsInfo()
|
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formUtil/ |
H A D | napi_form_util.h | 138 … ConvertFormInfoFilter(napi_env env, napi_value value, AppExecFwk::FormInfoFilter &formInfoFilter);
|
H A D | napi_form_util.cpp | 689 …l ConvertFormInfoFilter(napi_env env, napi_value value, AppExecFwk::FormInfoFilter &formInfoFilter) in ConvertFormInfoFilter() argument 703 !ConvertFromJsValue(env, nativeDataValue, formInfoFilter.moduleName))) { in ConvertFormInfoFilter() 707 HILOG_INFO("module:%{public}s", formInfoFilter.moduleName.c_str()); in ConvertFormInfoFilter()
|