Home
last modified time | relevance | path

Searched refs:IsFormEmpty (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formprovidercaller_fuzzer/
H A Dformprovidercaller_fuzzer.cpp46 formProviderCaller.IsFormEmpty(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_provider_caller.h71 bool IsFormEmpty();
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_provider_caller.cpp69 bool FormProviderCaller::IsFormEmpty() in IsFormEmpty() function in OHOS::AppExecFwk::FormProviderCaller
H A Dform_caller_mgr.cpp155 if ((*iter)->IsFormEmpty()) { in RemoveFormProviderCaller()