Home
last modified time | relevance | path

Searched refs:UpdateProviderInfoToHost (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/
H A Dformmgradapterthree_fuzzer.cpp54 …formMgrAdapter.UpdateProviderInfoToHost(matchedFormId, userId, callerToken, formVisibleType, formR… in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_adapter.h973 bool UpdateProviderInfoToHost(const int64_t &matchedFormId, const int32_t &userId,
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp913 …if ((!UpdateProviderInfoToHost(matchedFormId, userId, callerToken, formVisibleType, formRecord)) || in NotifyWhetherVisibleForms()
2839 bool FormMgrAdapter::UpdateProviderInfoToHost(const int64_t &matchedFormId, const int32_t &userId, in UpdateProviderInfoToHost() function in OHOS::AppExecFwk::FormMgrAdapter