Searched refs:isFormShouldUpdateProviderInfoToHost (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/form_fwk/services/include/ |
H A D | form_mgr_adapter.h | 947 bool isFormShouldUpdateProviderInfoToHost(const int64_t &matchedFormId, const int32_t &userId,
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test.cpp | 1622 * @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 D | form_mgr_adapter.cpp | 855 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