Searched refs:IsCaller (Results 1 – 6 of 6) sorted by relevance
77 bool FormInfoMgr::IsCaller(const std::string& bundleName) in IsCaller() function in OHOS::AppExecFwk::FormInfoMgr
60 formInfoMgr.IsCaller(bundleName); in DoSomethingInterestingWithMyAPI()
521 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
129 static bool IsCaller(const std::string& bundleName);
690 EXPECT_FALSE(formInfoMgr_.IsCaller(FORM_BUNDLE_NAME_TEST));
1924 EXPECT_EQ(false, formInfoMgr.IsCaller(bundleName));