Searched refs:IsShareForm (Results 1 – 6 of 6) sorted by relevance
67 formShareMgr.IsShareForm(want); in DoSomethingInterestingWithMyAPI()
139 bool IsShareForm(const Want &want);
513 bool FormShareMgr::IsShareForm(const Want &want) in IsShareForm() function in OHOS::AppExecFwk::FormShareMgr
318 if (formId == 0 && DelayedSingleton<FormShareMgr>::GetInstance()->IsShareForm(newWant)) { in AllotForm()
488 EXPECT_EQ(false, formShareMgr.IsShareForm(want));
3974 auto result = DelayedSingleton<FormShareMgr>::GetInstance()->IsShareForm(want);4002 auto result = DelayedSingleton<FormShareMgr>::GetInstance()->IsShareForm(noExistWant);