Home
last modified time | relevance | path

Searched refs:ProcessFormsInfo (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp2056 static void ProcessFormsInfo(napi_env env, napi_value result, const std::vector<OHOS::AppExecFwk::FormInfo> &formInfos) in ProcessFormsInfo() function
2121 ProcessFormsInfo(env, result[PARAM1], asyncCallbackInfo->formInfos); in GetAllFormsInfo()
2159 ProcessFormsInfo(env, result, asyncCallbackInfo->formInfos); in GetAllFormsInfo()
2237 ProcessFormsInfo(env, result[PARAM1], asyncCallbackInfo->formInfos); in GetFormsInfoByModule()
2276 ProcessFormsInfo(env, result, asyncCallbackInfo->formInfos); in GetFormsInfoByModule()
2350 ProcessFormsInfo(env, result[PARAM1], asyncCallbackInfo->formInfos); in GetFormsInfoByApp()
2388 ProcessFormsInfo(env, result, asyncCallbackInfo->formInfos); in GetFormsInfoByApp()

Completed in 10 milliseconds