Home
last modified time | relevance | path

Searched refs:GetBundleInfoFromBMS (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/permission/src/
H A Ddata_share_called_config.cpp58 auto [success, bundleInfo] = GetBundleInfoFromBMS(); in GetFromProxyData()
112 std::pair<bool, BundleInfo> DataShareCalledConfig::GetBundleInfoFromBMS() in GetBundleInfoFromBMS() function in OHOS::DataShare::DataShareCalledConfig
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/permission/include/
H A Ddata_share_called_config.h45 std::pair<bool, OHOS::AppExecFwk::BundleInfo> GetBundleInfoFromBMS();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_provider_config.cpp55 auto ret = BundleMgrProxy::GetInstance()->GetBundleInfoFromBMS( in GetBundleInfo()
147 auto ret = BundleMgrProxy::GetInstance()->GetBundleInfoFromBMS( in GetFromExtension()
H A Ddata_share_profile_config.cpp255 if (BundleMgrProxy::GetInstance()->GetBundleInfoFromBMS(calledBundleName, in GetProfileInfo()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/data_proxy/
H A Dload_config_from_data_proxy_node_strategy.cpp33 if (BundleMgrProxy::GetInstance()->GetBundleInfoFromBMS( in operator ()()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbundle_mgr_proxy.h68 int GetBundleInfoFromBMS(const std::string &bundleName, int32_t userId,
H A Dbundle_mgr_proxy.cpp64 int BundleMgrProxy::GetBundleInfoFromBMS( in GetBundleInfoFromBMS() function in OHOS::DataShare::BundleMgrProxy
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/data_share/
H A Dload_config_from_data_share_bundle_info_strategy.cpp83 if (BundleMgrProxy::GetInstance()->GetBundleInfoFromBMS( in operator ()()