Home
last modified time | relevance | path

Searched refs:RemoveAllDynamicFormsInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/forminfomgr_fuzzer/
H A Dforminfomgr_fuzzer.cpp58 formInfoMgr.RemoveAllDynamicFormsInfo(bundleName, userId); in DoSomethingInterestingWithMyAPI()
72 bundleFormInfo.RemoveAllDynamicFormsInfo(userId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_info_mgr.h66 ErrCode RemoveAllDynamicFormsInfo(int32_t userId);
121 ErrCode RemoveAllDynamicFormsInfo(const std::string &bundleName, int32_t userId);
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_info_mgr_test/
H A Dform_info_mgr_test.cpp349 EXPECT_EQ(ERR_OK, bundleFormInfo.RemoveAllDynamicFormsInfo(USER_ID));
648 EXPECT_EQ(ERR_OK, formInfoMgr_.RemoveAllDynamicFormsInfo(FORM_BUNDLE_NAME_TEST, USER_ID));
652 formInfoMgr_.RemoveAllDynamicFormsInfo(FORM_BUNDLE_NAME_TEST, USER_ID));
656 formInfoMgr_.RemoveAllDynamicFormsInfo(FORM_BUNDLE_NAME_TEST, USER_ID));
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_info_mgr.cpp312 ErrCode BundleFormInfo::RemoveAllDynamicFormsInfo(int32_t userId) in RemoveAllDynamicFormsInfo() function in OHOS::AppExecFwk::BundleFormInfo
709 ErrCode FormInfoMgr::RemoveAllDynamicFormsInfo(const std::string &bundleName, int32_t userId) in RemoveAllDynamicFormsInfo() function in OHOS::AppExecFwk::FormInfoMgr
718 return bundleFormInfoIter->second->RemoveAllDynamicFormsInfo(userId); in RemoveAllDynamicFormsInfo()
H A Dform_event_util.cpp196 FormInfoMgr::GetInstance().RemoveAllDynamicFormsInfo(bundleName, userId); in HandleBundleDataCleared()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp1407 EXPECT_EQ(ERR_OK, bundleFormInfo.RemoveAllDynamicFormsInfo(userId));
1438 EXPECT_EQ(ERR_OK, bundleFormInfo.RemoveAllDynamicFormsInfo(userId));
1469 EXPECT_EQ(ERR_OK, bundleFormInfo.RemoveAllDynamicFormsInfo(userId));
1488 bundleFormInfo->RemoveAllDynamicFormsInfo(userId);
1508 EXPECT_EQ(ERR_OK, bundleFormInfo.RemoveAllDynamicFormsInfo(userId));