Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_info_mgr.cpp77 bool FormInfoMgr::IsCaller(const std::string& bundleName) in IsCaller() function in OHOS::AppExecFwk::FormInfoMgr
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/forminfomgr_fuzzer/
H A Dforminfomgr_fuzzer.cpp60 formInfoMgr.IsCaller(bundleName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_info_mgr.cpp521 if (filter.bundleName.empty() || !IsCaller(filter.bundleName)) { in GetFormsInfoByFilter()
554 if (!CheckBundlePermission() && !IsCaller(bundleName)) { in GetFormsInfoByBundle()
579 if (!CheckBundlePermission() && !IsCaller(bundleName)) { in GetFormsInfoByModule()
745 bool FormInfoMgr::IsCaller(const std::string& bundleName) in IsCaller() function in OHOS::AppExecFwk::FormInfoMgr
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_info_mgr.h129 static bool IsCaller(const std::string& bundleName);
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_info_mgr_test/
H A Dform_info_mgr_test.cpp690 EXPECT_FALSE(formInfoMgr_.IsCaller(FORM_BUNDLE_NAME_TEST));
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp1924 EXPECT_EQ(false, formInfoMgr.IsCaller(bundleName));