Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_adapter.h960 bool isFormShouldUpdateProviderInfoToHost(const int64_t &matchedFormId, const int32_t &userId,
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp1525 EXPECT_EQ(false, formMgrAdapter.isFormShouldUpdateProviderInfoToHost(matchedFormId, userId,
1544 EXPECT_EQ(false, formMgrAdapter.isFormShouldUpdateProviderInfoToHost(matchedFormId, userId,
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp906 if (!isFormShouldUpdateProviderInfoToHost(matchedFormId, userId, callerToken, formRecord)) { in NotifyWhetherVisibleForms()
2818 bool FormMgrAdapter::isFormShouldUpdateProviderInfoToHost(const int64_t &matchedFormId, const int32… in isFormShouldUpdateProviderInfoToHost() function in OHOS::AppExecFwk::FormMgrAdapter