Searched refs:IsValidPublishEvent (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test2.cpp | 1522 * @tc.desc: test IsValidPublishEvent function and the return value is true.
1538 EXPECT_EQ(true, formMgrAdapter.IsValidPublishEvent(bmsProxy, bundleName, want));
in HWTEST_F() 1545 * @tc.desc: test IsValidPublishEvent function and the return value is true.
1562 EXPECT_EQ(true, formMgrAdapter.IsValidPublishEvent(bmsProxy, bundleName, want));
in HWTEST_F() 1569 * @tc.desc: test IsValidPublishEvent function and the return value is false when rule allow.
1586 EXPECT_EQ(true, formMgrAdapter.IsValidPublishEvent(bmsProxy, bundleName, want));
in HWTEST_F() 2309 * @tc.desc: test IsValidPublishEvent function and the return value is true when needCheckFormPermission is false.
2324 EXPECT_EQ(true, formMgrAdapter.IsValidPublishEvent(bmsProxy, bundleName, want, needCheckFormPermission));
in HWTEST_F()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_mgr_adapter.h | 1021 bool IsValidPublishEvent(const sptr<IBundleMgr> &iBundleMgr, const std::string &bundleName, const Want &want,
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_adapter.cpp | 2036 if (needCheckFormPermission && !IsValidPublishEvent(iBundleMgr, bundleName, want)) { in CheckPublishForm() 2825 bool FormMgrAdapter::IsValidPublishEvent(const sptr<IBundleMgr> &iBundleMgr, in IsValidPublishEvent() function in OHOS::AppExecFwk::FormMgrAdapter
|
Completed in 14 milliseconds