Home
last modified time | relevance | path

Searched refs:calledBundleName (Results 1 - 15 of 15) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/
H A Dload_config_data_info_strategy.cpp56 context->calledBundleName, context->calledStoreName, metaData, context->currentUserId, context->appIndex)) { in operator ()()
59 ExtensionConnectAdaptor::TryAndWait(context->uri, context->calledBundleName, wantParams); in operator ()()
61 context->calledBundleName, context->calledStoreName, metaData, context->currentUserId, context->appIndex)) { in operator ()()
78 if (!QueryMetaData(context->calledBundleName, context->calledStoreName, metaData, 0, context->appIndex)) { in operator ()()
81 ExtensionConnectAdaptor::TryAndWait(context->uri, context->calledBundleName, wantParams); in operator ()()
82 if (!QueryMetaData(context->calledBundleName, context->calledStoreName, metaData, 0, context->appIndex)) { in operator ()()
H A Dload_config_common_strategy.cpp42 context->uri, context->currentUserId, context->callerTokenId, context->calledBundleName); in operator ()()
58 const std::string &uri, int32_t &user, uint32_t &callerTokenId, std::string &calledBundleName) in GetInfoFromProxyURI()
76 calledBundleName = queryParams[DST_BUNDLE_NAME_PARAM]; in GetInfoFromProxyURI()
57 GetInfoFromProxyURI( const std::string &uri, int32_t &user, uint32_t &callerTokenId, std::string &calledBundleName) GetInfoFromProxyURI() argument
H A Dload_config_common_strategy.h25 const std::string &uri, int32_t &user, uint32_t &callerTokenId, std::string &calledBundleName);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/data_share/
H A Dload_config_from_data_share_bundle_info_strategy.cpp55 std::string storeUri = URIUtils::DATA_SHARE_SCHEMA + context->calledBundleName + "/" + context->calledModuleName + in LoadConfigFromProfile()
80 ZLOGE("LoadConfigFromUri failed! bundleName: %{public}s", context->calledBundleName.c_str()); in operator ()()
84 context->calledBundleName, context->currentUserId, context->bundleInfo) != E_OK) { in operator ()()
85 ZLOGE("GetBundleInfoFromBMS failed! bundleName: %{public}s", context->calledBundleName.c_str()); in operator ()()
97 ZLOGE("parse failed! %{public}s", context->calledBundleName.c_str()); in operator ()()
112 context->calledBundleName = std::move(uriInfo.bundleName); in LoadConfigFromUri()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/data_proxy/
H A Dload_config_from_data_proxy_node_strategy.cpp34 context->calledBundleName, context->currentUserId, context->bundleInfo) != E_OK) { in operator ()()
35 ZLOGE("GetBundleInfoFromBMS failed! bundleName: %{public}s", context->calledBundleName.c_str()); in operator ()()
62 if (context->callerBundleName == context->calledBundleName) { in operator ()()
91 if (!URIUtils::GetBundleNameFromProxyURI(context->uri, context->calledBundleName)) { in LoadConfigFromUri()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/
H A Drdb_notify_strategy.cpp37 if (context->callerBundleName != context->calledBundleName) { in Execute()
38 ZLOGD("not your data, cannot notify, callerBundleName: %{public}s, calledBundleName: %{public}s", in Execute()
39 context->callerBundleName.c_str(), context->calledBundleName.c_str()); in Execute()
H A Dget_data_strategy.cpp39 auto result = PublishedData::Query(context->calledBundleName, context->currentUserId); in Execute()
77 if (context->callerBundleName == context->calledBundleName) { in CheckPermission()
H A Dpublish_strategy.cpp45 PublishedDataNode node(context->uri, context->calledBundleName, item.subscriberId_, context->currentUserId, in Execute()
50 ZLOGE("db Upsert failed, %{public}s %{public}s %{public}d", context->calledBundleName.c_str(), in Execute()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_silent_config.cpp32 const std::string &calledBundleName, const std::string &originUriStr) in IsSilentProxyEnable()
41 if (!DataShareProfileConfig::GetProfileInfo(calledBundleName, currentUserId, profileInfos)) { in IsSilentProxyEnable()
31 IsSilentProxyEnable(uint32_t callerTokenId, int32_t currentUserId, const std::string &calledBundleName, const std::string &originUriStr) IsSilentProxyEnable() argument
H A Ddata_share_silent_config.h32 const std::string &calledBundleName, const std::string &originUriStr);
H A Ddata_share_service_impl.cpp275 context->calledBundleName = bundleNameOfProvider;
282 publishedData.emplace_back(context->uri, context->calledBundleName, item.subscriberId_);
301 context->calledBundleName = bundleNameOfProvider;
377 context->calledBundleName = key.bundleName;
389 context->uri, context->calledBundleName, subscriberId, context->currentUserId);
414 context->calledBundleName = key.bundleName;
421 context->uri, context->calledBundleName, subscriberId, context->currentUserId);
446 context->calledBundleName = key.bundleName;
454 context->uri, context->calledBundleName, subscriberId, context->currentUserId);
485 context->calledBundleName
[all...]
H A Ddata_share_profile_config.cpp250 bool DataShareProfileConfig::GetProfileInfo(const std::string &calledBundleName, int32_t currentUserId, in GetProfileInfo() argument
255 if (BundleMgrProxy::GetInstance()->GetBundleInfoFromBMS(calledBundleName, in GetProfileInfo()
258 calledBundleName.c_str(), currentUserId); in GetProfileInfo()
H A Ddata_share_profile_config.h76 static bool GetProfileInfo(const std::string &calledBundleName, int32_t currentUserId,
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dcontext.h44 std::string calledBundleName; member in OHOS::DataShare::Context
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Drdb_subscriber_manager.cpp242 uri, context->currentUserId, context->calledSourceDir, context->version, context->calledBundleName); in Emit()
380 uri, context->currentUserId, context->calledSourceDir, context->version, context->calledBundleName); in Emit()

Completed in 7 milliseconds