Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp172 bool tempFormFlag = want.GetBoolParam(Constants::PARAM_FORM_TEMPORARY_KEY, false); in AddForm() local
173 if (!tempFormFlag && (ret == ERR_OK)) { in AddForm()
283 bool tempFormFlag = want.GetBoolParam(Constants::PARAM_FORM_TEMPORARY_KEY, false); in CheckFormCountLimit() local
286 if (tempFormFlag && !FormRenderMgr::GetInstance().IsRerenderForRenderServiceDied(formId)) { in CheckFormCountLimit()
342 bool tempFormFlag = want.GetBoolParam(Constants::PARAM_FORM_TEMPORARY_KEY, false); in AllotForm() local
343 if (!tempFormFlag && (ret == ERR_OK)) { in AllotForm()

Completed in 7 milliseconds