Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendermgrinner_fuzzer/
H A Dformrendermgrinner_fuzzer.cpp71 formRenderMgrInner.PostSetVisibleChangeTask(formId, true); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr_inner.h75 void PostSetVisibleChangeTask(int64_t formId, bool isVisible);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp313 renderIter->second->PostSetVisibleChangeTask(formId, isVisible); in SetVisibleChange()
317 sandboxIter->second->PostSetVisibleChangeTask(formId, isVisible); in SetVisibleChange()
H A Dform_render_mgr_inner.cpp267 void FormRenderMgrInner::PostSetVisibleChangeTask(int64_t formId, bool isVisible) in PostSetVisibleChangeTask() function in OHOS::AppExecFwk::FormRenderMgrInner