Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/services/include/
H A Dform_mgr_adapter.h947 bool isFormShouldUpdateProviderInfoToHost(const int64_t &matchedFormId, const int32_t &userId,
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp1622 * @tc.desc: test isFormShouldUpdateProviderInfoToHost function and the return value is false.
1633 EXPECT_EQ(false, formMgrAdapter.isFormShouldUpdateProviderInfoToHost(matchedFormId, userId, in HWTEST_F()
1640 * @tc.desc: test isFormShouldUpdateProviderInfoToHost function and the return value is false.
1652 EXPECT_EQ(false, formMgrAdapter.isFormShouldUpdateProviderInfoToHost(matchedFormId, userId, in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp855 if (!isFormShouldUpdateProviderInfoToHost(matchedFormId, userId, callerToken, formRecord)) { in NotifyWhetherVisibleForms()
2756 bool FormMgrAdapter::isFormShouldUpdateProviderInfoToHost(const int64_t &matchedFormId, const int32_t &userId, in isFormShouldUpdateProviderInfoToHost() function in OHOS::AppExecFwk::FormMgrAdapter

Completed in 12 milliseconds