Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_acquire_connection.cpp35 SetProviderKey(info.GetProviderBundleName(), info.GetAbilityName()); in FormAcquireConnection()
71 want.SetElementName(info_.GetDeviceId(), info_.GetProviderBundleName(), in OnAbilityConnectDone()
74 …info_.GetDeviceId().c_str(), info_.GetProviderBundleName().c_str(), info_.GetAbilityName().c_str()… in OnAbilityConnectDone()
H A Dform_item_info.cpp40 std::string FormItemInfo::GetProviderBundleName() const in GetProviderBundleName() function in OHOS::AppExecFwk::FormItemInfo
H A Dform_mgr_adapter.cpp161 if (!FormTrustMgr::GetInstance().IsTrust(formItemInfo.GetProviderBundleName())) { in AddForm()
162 … HILOG_ERROR("AddForm fail,%{public}s is unTrust", formItemInfo.GetProviderBundleName().c_str()); in AddForm()
311 … if (formItemInfo.GetProviderBundleName() == formItemInfo.GetHostBundleName() && directCallInApp) { in AllotForm()
1452 formConfigInfo.GetProviderBundleName()); in GetFormConfigInfo()
1522 delRecord.bundleName = info.GetProviderBundleName(); in AllotFormById()
1658 if (info.GetProviderBundleName() != info.GetHostBundleName()) { in AddNewFormRecord()
1722 std::string providerBundleName = info.GetProviderBundleName(); in AcquireProviderFormInfoAsync()
1730 …FormRenderMgr::GetInstance().AddAcquireProviderForbiddenTask(info.GetProviderBundleName(), formId,… in AcquireProviderFormInfoAsync()
1766 want.SetElementName(info.GetProviderBundleName(), info.GetAbilityName()); in InnerAcquireProviderFormInfoAsync()
H A Dform_data_mgr.cpp176 newRecord.bundleName = formInfo.GetProviderBundleName(); in CreateFormRecord()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formiteminfo_fuzzer/
H A Dformiteminfo_fuzzer.cpp87 formItemInfo.GetProviderBundleName(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_item_info.h53 std::string GetProviderBundleName() const;