Searched refs:CreateRunningFormInfo (Results 1 – 3 of 3) sorted by relevance
127 napi_value CreateRunningFormInfo(napi_env env, const AppExecFwk::RunningFormInfo &runningFormInfo);131 napi_value CreateRunningFormInfo(napi_env env, const AppExecFwk::RunningFormInfo &runningFormInfo);
558 napi_set_element(env, arrayValue, index++, CreateRunningFormInfo(env, runningFormInfo)); in CreateRunningFormInfos()563 napi_value CreateRunningFormInfo(napi_env env, const RunningFormInfo &runningFormInfo) in CreateRunningFormInfo() function
558 task.ResolveWithNoError(env, CreateRunningFormInfo(env, *runningFormInfo)); in OnAddForm()