Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp246 auto hostCaller = FormCallerMgr::GetInstance().GetFormHostCaller(formId); in UpdateForm() local
247 if (hostCaller != nullptr) { in UpdateForm()
248 hostCaller->UpdateForm(formId, formBindingData); in UpdateForm()
324 auto hostCaller = FormCallerMgr::GetInstance().GetFormHostCaller(formId); in RequestForm() local
325 if (hostCaller != nullptr) { in RequestForm()
327 return hostCaller->RequestForm(formId, callerToken, want); in RequestForm()
525 auto hostCaller = FormCallerMgr::GetInstance().GetFormHostCaller(formId); in MessageEvent() local
526 if (hostCaller != nullptr) { in MessageEvent()
528 return hostCaller->MessageEvent(formId, want, callerToken); in MessageEvent()

Completed in 4 milliseconds